Computes the standard deviation of an expression.
cvxr_std(x, axis = NULL, keepdims = FALSE, ddof = 0)std(x, axis = NULL, keepdims = FALSE, ddof = 0)
An Expression representing the standard deviation.
An Expression or numeric value.
NULL (all), 1 (row-wise), or 2 (column-wise).
Logical; keep reduced dimension?
Degrees of freedom correction (default 0, population std).