powered by
These functions compute the Bell number (the number of partitions of a set) or its natural logarithm.
bell(nItems)lbell(nItems)
lbell(nItems)
The size of the set {1, 2, ..., n}.
{1, 2, ..., n}
A numeric vector of length one giving the Bell number or its natural logarithm.
# NOT RUN { bell(12) lbell(300) all.equal( bell(5), exp(lbell(5)) ) # }
Run the code above in your browser using DataLab