View source: R/skewKostkaNumbers.R
| skewKostkaNumbers | R Documentation |
Skew Kostka numbers associated to a given skew partition.
skewKostkaNumbers(lambda, mu, output = "vector")
lambda, mu |
integer partitions defining the skew partition:
|
output |
the format of the output, either |
The skew Kostka number K_{\lambda/\mu,\nu} is the number of skew
semistandard Young tableaux with shape \lambda/\mu and weight
\nu. The weight of a Young tableau is the
vector whose i-th element is the number of occurrences of i
in this tableau.
If output="vector", the function returns a named vector.
This vector is made of the positive skew Kostka numbers
K_{\lambda/\mu,\nu} and its names encode the partitions \nu.
If ouput="list", the function returns a list. Each element of this
list is a named list with two elements: an integer partition \nu
in the field named "nu", and the corresponding skew Kostka number
K_{\lambda/\mu,\nu} in the field named "value". Only the
non-null skew Kostka numbers are provided by this list.
KostkaNumber, KostkaNumbersWithGivenMu.
skewKostkaNumbers(c(4,2,2), c(2,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.