Get standard deviation
Description
Get standard deviation
Usage
<Expr>$std(ddof = 1)
Arguments
ddof
|
An integer representing "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
Expr
Examples
#> shape: (1, 1)
#> ┌──────────┐
#> │ │
#> │ --- │
#> │ f64 │
#> ╞══════════╡
#> │ 1.581139 │
#> └──────────┘