bin_probability: Binomial probability

Description Usage Arguments Value

Description

To calculate the probaility of success in numerber of trials

Usage

1
bin_probability(success, trials, prob)

Arguments

success

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

trials

number of trials (n >= 0)

prob

the probaility to win in oone trials

Value

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


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