Displaying 3 results from an estimated 3 matches for "adivices".
2014 May 04
3
BAD disk I/O performance
...The hypervisor part is a minimal Centos 6.5 with libvirt.
The guest is configured using: VirtIO as disk bus, qcow2 storage format
(thick allocation), cache mode: none (needed for for live migration - this
could be changed if is the bottleneck), IO mode: default.
Is someone willing to give me some adivices? :)
Thanks
Luca
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20140504/354b00a3/attachment-0006.html>
2008 Jul 19
1
estimating volume from xyz points
Dear all,
I have several sets of x-y-z points and I need to estimate the volume that
encompass all my points.
Recently I got some adivice to show the "convex hull" of my points using
geometry package (see code below).
But now I need to calculate the volume of my set of points.
Any advice are wellcome.
Thanks in advance
Miltinho Astronauta
Brazil
-----
require(geometry)
library(rgl)
2003 Sep 03
0
Re: normal distribution in samples of soil organisms.
Hi,
You didn't specify the satistical model you are intereted in, I will
suppose it is something like:
#Organims ~ Landscape + Soil + Depth + Species
I suppose you have a table of with something like...
Spec Lands Soil Depth #Organisms
A 1 1 1 10
A 1 2 1 2
B 1 1 1 0
B 2 2 2 2
... etc,
Normally, the count of organisms in soil samples follows a posisson
distribution, not a normal one.