Zonal {jack} | R Documentation |
Evaluation of zonal polynomial - C++ implementation
Description
Evaluates a zonal polynomial. The zonal polynomials are the
Jack C
-polynomials with Jack parameter \alpha=Z
.
Usage
Zonal(x, lambda)
Arguments
x |
values of the variables, a vector of |
lambda |
an integer partition, given as a vector of decreasing integers |
Value
A bigq
number.
Examples
Zonal(c("1", "3/2", "-2/3"), lambda = c(3, 1))
[Package jack version 6.1.0 Index]