Description Slots Extends Constructor Methods Author(s) See Also Examples
The FLQuantPoint
class summarizes the contents of an FLQuant
object with
multiple iterations along its sixth dimension using a number of descriptive statistics.
An object of this class has a set structure along its sixth dimension (iter), which will always be of length 5, and with dimnames mean, median, var, uppq and lowq. They refer, respectively, to the sample mean, sample median, variance, and lower (0.25) and upper (0.75) quantiles.
Objects of this class wil be typically created from an FLQuant
. The various
statistics are calculated along the iter dimension of the original
FLQuant
using apply
.
The main array holding the computed statistics. array
.
Units of measurement. character
.
FLQuant array
Objects of class FLQuantPoint
can be created using this method, applied to an object of class FLQuant
with length two or more along its sixth dimension (iter).
Describe method
Accesor for lowq
iteration
signature(x=FLQuantPoint)
Modifies the lowq
iteration
signature(x=FLQuantPoint,value=FLQuant)
Accesor for mean
iteration
signature(x=FLQuantPoint)
Modifies the mean
iteration
signature(x=FLQuantPoint,value=FLQuant)
Accesor for median
iteration
signature(x=FLQuantPoint,na.rm=missing)
Modifies the median
iteration
signature(x=FLQuantPoint,value=FLQuant)
Plot an object of the class
signature(x=FLQuantPoint,y=missing)
Accesor for lowq
or uppq
iteration
signature(x=FLQuantPoint)
Creates a lognormally-distributed FLQuant
using the information on an FLQuantPoint
signature(n=numeric,meanlog=FLQuantPoint,sdlog=missing)
Creates a normally-distributed FLQuant
using the information on an FLQuantPoint
signature(n=numeric,mean=FLQuantPoint,sd=missing)
Outputs object in screen
signature(object=FLQuantPoint)
Prints a summary of the object
signature(object=FLQuantPoint)
Accesor for uppq
iteration
signature(x=FLQuantPoint)
Modifies the uppq
iteration
signature(x=FLQuantPoint,value=FLQuant)
Accesor for var
iteration
signature(x=FLQuantPoint,y=missing,na.rm=missing,use=missing)
Modifies the var
iteration
signature(x=FLQuantPoint,value=FLQuant)
The FLR Team
lowq, lowq<-, mean, mean<-, median, median<-, plot, quantile, rlnorm, rnorm, show, summary, uppq, uppq<-, var, var<-, FLQuant, array
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.