bin_skewness: Bin Skewness

Description Usage Arguments Value Examples

Description

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

Usage

1
bin_skewness(trials, prob)

Arguments

trials

an integer, the number of trials

prob

an integer of the probability of success for one trial

Value

an integer, the skewness

Examples

1
bin_skewness(10,0.5)

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