Description Usage Arguments Value Examples
Evaluates the partial Bell polynomials, also known as the incomplete Bell polynomials. The complete Bell polynomial is the sum of the partial Bell polynomials over k=1,…,n. The partial polynomials are evaluted using the recurrence relation
k B_{n,k}(x_1,…,x_{n-k+1}) = ∑_{r=k-1}^{n-1} choose(n,r)x_{n-r}B_{r,k-1}(x_1,…,x_{r-k+2})
with B_{0,0} = 1, B_{0,k} = 0 for k ≥ 1, and B_{n,0} = 0 for n ≥ 1.
1 |
x |
a matrix or object that can be coerced into one by |
n |
nonnegative integer representing the number of elements |
k |
vector of integers no greater than |
bellpoly
returns a vector or matrix depending on the dimensions of x
that
contains the value of the partial Bell polynomial(s) evaluated at columns of as.matrix(x)
.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.