Compute the standard deviation of a Series
Description
Compute the standard deviation of a Series
Usage
<Series>$std(ddof = 1)
Arguments
ddof
|
Delta Degrees of Freedom: the divisor used in the calculation is N - ddof, where N represents the number of elements. By default ddof is 1. |
Value
A numeric value
Examples
#> [1] 3.02765