bin_choose: Binomial choose

Description Usage Arguments Value

Description

computes the probabilities about the number of success in a fixed number of random trials performed under identical conditions

Usage

1
bin_choose(n, k)

Arguments

n

number of trials (n >= 0)

k

is a variable that repesents the number of success out of n trials (0<=k <= n)

Value

the number of combinations in which k successes can oocur in n trials.


kyung541/binomial documentation built on May 5, 2019, 12:27 a.m.