stirling2 {combinatorics} | R Documentation |
Prints the value of Stirling numbers of second kind
Description
Determining the Stirling number of second kind.
Usage
Stirling2(n, k)
Arguments
n |
the first parameter representing the number of elements in the set total. |
k |
the second parameter representing the number of groups to be formed. |
Details
Stirling numbers of second kind is a very useful term used in combinatorics denoting the number of all possible groups of size k from a set of size n.
Value
Stirling2: the determined value of Stirling numbers of second kind.
Author(s)
Anik Paul
References
Bóna,Miklós(2017,ISBN 9789813148840).
Examples
Stirling2(3,2)
[Package combinatorics version 0.1.0 Index]