Standard deviation of a distribution assuming variance is provided.
Usage
stdev(object)
Arguments
object
Distribution.
Value
Square-root of variance as a numeric.
R6 Usage
$stdev()
Details
The standard deviation is analytically computed as the square root of the variance.
If the variance is not found in the distribution (analytically or numerically), returns error.