search for: cca5

Displaying 4 results from an estimated 4 matches for "cca5".

Did you mean: cca
2017 Jul 18
3
Redundancy canonical analysis plot problem in 3D using VEGAN, RGL, SCATTERPLOT3D and SFSMISC
...a Proportion Rank Total 5 1 Constrained 5 1 5 Unconstrained 0 0 0 Inertia is mean squared contingency coefficient Some constraints were aliased because they were collinear (redundant) Eigenvalues for constrained axes: CCA1 CCA2 CCA3 CCA4 CCA5 1 1 1 1 1 > plot(strain.cca) > summary (strain.cca) Call: cca(formula = strain.data ~ Ph + TotalN + Organicmatter + Ca + K + Na + P + Cu + Mn, data = env.data) Partitioning of mean squared contingency coefficient: Inertia Proportion Total...
2017 Jul 19
0
Redundancy canonical analysis plot problem in 3D using VEGAN, RGL, SCATTERPLOT3D and SFSMISC
...a Proportion Rank Total 5 1 Constrained 5 1 5 Unconstrained 0 0 0 Inertia is mean squared contingency coefficient Some constraints were aliased because they were collinear (redundant) Eigenvalues for constrained axes: CCA1 CCA2 CCA3 CCA4 CCA5 1 1 1 1 1 > plot(strain.cca) > summary (strain.cca) Call: cca(formula = strain.data ~ Ph + TotalN + Organicmatter + Ca + K + Na + P + Cu + Mn, data = env.data) Partitioning of mean squared contingency coefficient: Inertia Proportion Total...
2010 Aug 20
0
awful i/o performance on xen paravirtualized guest
...brand new DL380 from HP. In the old server takes 4hs, in the new one takes 2 days. That's not surprising given the fact that the disk shows a peak throughput below 2Mb/s here's the vm config file: [root at xen2 xen]# cat vm-dbweb name = "vm-dbweb" uuid = "8560e33a-865e-cca5-725d-817de4972422" maxmem = 7168 memory = 7168 bootloader="/usr/bin/pygrub" vcpus = 2 on_poweroff = "destroy" on_reboot = "restart" on_crash = "restart" disk = [ "tap:aio:/var/lib/xen/images/vm-artweb.img,xvda,w", \ "tap:aio:/var/lib/xen/i...
2009 Jan 31
14
[PATCH 2/3] xen: make direct versions of irq_enable/disable/save/restore to common code
Now that x86-64 has directly accessible percpu variables, it can also implement the direct versions of these operations, which operate on a vcpu_info structure directly embedded in the percpu area. In fact, the 64-bit versions are more or less identical, and so can be shared. The only two differences are: 1. xen_restore_fl_direct takes its argument in eax on 32-bit, and rdi on 64-bit.