ssdd {OVL.CI} | R Documentation |
Sample variance computation
Description
Computes the sample variance of a vector of observations
Usage
ssdd(x)
Arguments
x |
vector of observations |
Value
the sample variance
Examples
x = rnorm(100,1,2)
ssdd(x)
[Package OVL.CI version 0.1.0 Index]