bin_mode: Bin Mode

Description Usage Arguments Value Examples

Description

A function to return the mode of a binomial distribution with given trials and probability

Usage

1
bin_mode(trials, prob)

Arguments

trials

an integer, the number of trials

prob

an integer of the probability of success for one trial

Value

an integer or list of integers, if there are multiple modes

Examples

1
bin_mode(3,0.5)

Dyang11/binomial documentation built on June 1, 2019, 4:56 a.m.