View source: R/086_atoms_inv_prod.R
| inv_prod | R Documentation |
Computes the reciprocal of the product of entries.
Equivalent to geo_mean(x)^(-n) where n is the number of entries.
inv_prod(x, approx = TRUE)
x |
An Expression or numeric value (must have positive entries). |
approx |
Logical; if TRUE (default), use SOC approximation. |
A convex Expression representing the reciprocal product.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.