MSF: Evaluation of monomial symmetric functions

View source: R/MSF.R

MSFR Documentation

Evaluation of monomial symmetric functions

Description

Evaluates a monomial symmetric function.

Usage

MSF(x, lambda)

Arguments

x

a numeric vector or a bigq vector

lambda

an integer partition, given as a vector of decreasing integers

Value

A number if x is numeric, a bigq rational number if x is a bigq vector.

Examples

x <- c(1, 2, 5/2)
lambda <- c(3, 1)
MSF(x, lambda)
library(gmp)
x <- c(as.bigq(1), as.bigq(2), as.bigq(5,2))
MSF(x, lambda)

jack documentation built on Sept. 11, 2024, 6:34 p.m.

Related to MSF in jack...