search for: absy

Displaying 10 results from an estimated 10 matches for "absy".

Did you mean: abs
2006 Jan 20
0
User Profiles issue
Hi list, I am brand new to this list and have come across an issue with one of my servers that I can't seem to figure out: First the specifics of the clients and server: Clients: OS - Windows XP PRO SP2 10/100 MB Ethernet adapters (different types in all units) --> Not sure what else you need to know here Server: Mac OS X Server (v10.4.3) running Samba version 3.0.10 User Home
2005 Nov 02
1
x/y coordinates of dendrogram branches
Dear R-users, I need some help concerning the plotting of dendrograms for hierarchical agglomerative clustering. The agglomeration niveau of each step should be displayed at the branches of the dendrogram. For this I need the x/y coordinates of the branch-agglomerations of the dendrogram. The y-values are known (the heights of the agglomeration), but how can I get the x-values? > mydata
2006 Feb 23
0
calculation problem
...of a stock exchange index) which includes pasitive and negative values. Certainly following codes could not be correct: MAPE= ( (sum (abs( (y-fittedvalue) /y)) )/ n) *100 MAPE y: real value because sign of negative values are neglegted. If we code it as following: absy=abs(y) signy=sign(y) absfittedvalue=abs(fittedvalue) signfittedvalue=sign(fittedvalue) MAPE= ( (sum (abs( (absy-absfittedvalue) /absy)) )/ n) *100 MAPE=MAPE*signy*signfittedvalue also would not be correct. But how can we cope with this difficulty? For remainder DS could be got...
2014 Nov 24
2
Re: Libvirt Live Migration
I will try a newer version. On 24 November 2014 at 11:30, Michal Privoznik <mprivozn@redhat.com> wrote: > On 24.11.2014 11:23, Dhia Abbassi wrote: > >> Thanks for your answer, >> >> 1) In this case i'm not using shared storage, the migration is happening >> between two non-shared storage with full disk copy >> 2) I already created the file with same
2004 Jun 14
1
olesolve: stepsize
...two questions: Here is the odemodel function _________________________________________________ Ogtt.Odemodel <- function(t, y, p) { absx <- c(-60, -45, -30, -15, 0, 5, 10, 15, 20, 25, 30, 45, 60, 75, 90, 105, 120, 140, 160, 180, 210, 240, 270, 301) absx <- absx + 60 absy <- c(0, 0, 0, 0, 0, 156.1225165, 266.8509934, 432.5794702, 609.8807946, 759.0364238, 824.7649004, 636.0562915, 482.7450332, 395.1870861, 329.1953641, 591.2408942, 214.6274834, 180.316, 123.3885, 111.0497, 88.83972, 53.30383, 21.32153, 0) sx <- c(-60, -37.5, -22.5, -7.5, 0, 2.5, 7.5, 1...
2014 Dec 04
1
Re: Libvirt Live Migration
I installed CentOS 7 which supported by default a newer version of qemu-kvm (qemu-kvm-1.5.3-60.el7.x86_64.rpm) but this time I got new error: << error: internal error: unable to execute QEMU command 'migrate': this feature or command is not currently supported >> but it's kind of wired because qemu-kvm-1.0 supported already live migration, so a newer version should also
2010 Jan 27
2
Merge: sort=F not preserving order?
Hello, I have the following data1 (index are chars): ?? ?index 1 ?008823 2 ?012689 3 ?004503 4 ?002991 5 ?012689 6 ?002845 7 ?012689 8 ?012395 9 ?012689 10 009302 11 002845 12 006669 13 008823 14 009302 15 025340 16 012689 and data2 in this format (index2 are chars): ?? ? ? index2 ? ? ?tic 1 ? ? 001003 ? ? ANTQ 2 ? ? 001004 ? ? AIR 3 ? ? 001009 ? ? ABSI 4 ? ? 001011 ? ? ACSE etc I am
2014 Dec 01
0
Re: Libvirt Live Migration
I tired to install newer version of qemu-kvm (2.1.0-2.9-x86_64) through rpms but the following rpms are not all available - qemu-2.1.0-2.9-x86_64.rpm - qemu-kvm-2.1.0-2.9-x86_64.rpm - qemu-common-2.1.0-2.9-x86_64.rpm - qemu-kvm-tools-2.1.0-2.9-x86_64.rpm - qemu-debuginfo-2.1.0-2.9-x86_64.rpm - qemu-system-x86-2.1.0-2.9-x86_64.rpm - qemu-guest-agent-2.1.0-2.9-x86_64.rpm -
2014 Nov 24
2
Re: Libvirt Live Migration
Thanks for your answer, 1) In this case i'm not using shared storage, the migration is happening between two non-shared storage with full disk copy 2) I already created the file with same size, and the vm works properly after a restart, my problem that it remains paused and I can't resume it until it's rebooted. 3) I'm using qemu-kvm 1.0 On 24 November 2014 at 10:22, Michal
2014 Nov 20
2
Libvirt Live Migration
I'm trying to implement a virtualization API. I was testing migration with libvirt I got some problems. When I use the following command : *virsh migrate --live --persistent --copy-storage-all vm-clone1 qemu+ssh://server_ip/system* the migration works fine but in the destination host the migrated vm is paused and I can't unpause it and I need to reboot the vm to be able use it in the