Translations:KAlgebra/Probabilities/19/en

From KDE UserBase Wiki
Revision as of 09:35, 7 October 2022 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

So for instance the dice can be: 6 6 6 2 3, but they can also be 5 6 6 6 1, so we have to introduce a binomial coefficient to count all this cases. To have the binomial coefficient of N numbers on M position the formula for KAlgebra is:

factorial(N) / (factorial(M) * factorial(N-M))

This is the combinatorial coefficient, which we can define like this: