View source: R/085_atoms_stats.R
| cvxr_std | R Documentation |
Computes the standard deviation of an expression.
cvxr_std(x, axis = NULL, keepdims = FALSE, ddof = 0)
std(x, axis = NULL, keepdims = FALSE, ddof = 0)
x |
An Expression or numeric value. |
axis |
NULL (all), 1 (row-wise), or 2 (column-wise). |
keepdims |
Logical; keep reduced dimension? |
ddof |
Degrees of freedom correction (default 0, population std). |
An Expression representing the standard deviation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.