R - Choose (binomial coefficient)

Card Puncher Data Processing

About

The binomial coefficient

Example

n choose 2 is the number n times n minus 1 over 2.

<MATH> \frac{n (n -1)}{2} </MATH>

Function

choose(n,k)





Discover More
Card Puncher Data Processing
R - Binomial Distribution

Binomial Distribution in R The binomial distribution with size = n and prob = p has density for x = 0, ..., n where: To find the probability of having k or less correct answers, we can...



Share this page:
Follow us:
Task Runner