Learn R Programming

jack (version 6.1.0)

JackPol: Jack polynomial - C++ implementation

Description

Returns a Jack polynomial.

Usage

JackPol(n, lambda, alpha, which = "J")

Value

A qspray multivariate polynomial.

Arguments

n

number of variables, a positive integer

lambda

an integer partition, given as a vector of decreasing integers

alpha

rational number, given as a string such as "2/3" or as a bigq number

which

which Jack polynomial, "J", "P", "Q", or "C"

Examples

Run this code
JackPol(3, lambda = c(3, 1), alpha = "2/5")

Run the code above in your browser using DataLab