View source: R/085_atoms_stats.R
| cvxr_mean | R Documentation |
Computes the arithmetic mean of an expression along an axis.
cvxr_mean(x, axis = NULL, keepdims = FALSE)
x |
An Expression or numeric value. |
axis |
NULL (all), 1 (row-wise), or 2 (column-wise). |
keepdims |
Logical; keep reduced dimension? |
An Expression representing the mean.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.