stats {joker} | R Documentation |
Statistical Functions
Description
A set of statistics that extend the ones made available in the stats
package.
Usage
bvar(x)
bsd(x)
rowVar(x)
colVar(x)
## S4 method for signature 'numeric'
skew(x)
## S4 method for signature 'numeric'
kurt(x)
Arguments
x |
numeric for |
Value
bvar()
and bsd()
return a single numeric, rowVar()
and
colVar()
return a numeric vector.
Functions
-
bvar()
: Biased sample variance -
bsd()
: Biased sample standard deviation -
rowVar()
: Biased sample variance by matrix row -
colVar()
: Biased sample variance by matrix column -
skew(numeric)
: Sample skewness -
kurt(numeric)
: Sample kurtosis
[Package joker version 0.14.2 Index]