View source: R/085_atoms_stats.R
| cvxr_var | R Documentation |
Computes the variance. Only supports full reduction (axis = NULL).
cvxr_var(x, axis = NULL, keepdims = FALSE, ddof = 0)
x |
An Expression or numeric value. |
axis |
NULL only (axis reduction not yet supported). |
keepdims |
Logical; keep reduced dimension? |
ddof |
Degrees of freedom correction (default 0, population variance). |
An Expression representing the variance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.