Jack | R Documentation |
Evaluates a Jack polynomial.
Jack(x, lambda, alpha)
x |
values of the variables, either a vector of ordinary numbers,
or a vector of |
lambda |
an integer partition, given as a vector of decreasing integers |
alpha |
an ordinary number, or a rational number given as a string
such as |
The type of the value of this function is determined by the
type of alpha
. If alpha
is a bigq
number or
a rational number given as a string such as "2/3"
or a R
integer such as 2L
, then the value will be a bigq
number.
Otherwise the value will be an ordinary R number.
An ordinary number or a bigq
number; see details.
Jack(c("1", "3/2", "-2/3"), lambda = c(3, 1), alpha = "1/4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.