ESF | R Documentation |
Evaluates an elementary symmetric function.
ESF(x, lambda)
x |
a numeric vector or a |
lambda |
an integer partition, given as a vector of decreasing integers |
A number if x
is numeric, a bigq
rational number
if x
is a bigq
vector.
x <- c(1, 2, 5/2)
lambda <- c(3, 1)
ESF(x, lambda)
library(gmp)
x <- c(as.bigq(1), as.bigq(2), as.bigq(5,2))
ESF(x, lambda)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.