Learn R Programming

DescTools (version 0.99.60)

mbinom: Mean and Variance of the Binomial Distribution

Description

Formula: \(\mu = n \cdot p\) \(\mathrm{Var}(X) = n \cdot p \cdot (1 - p)\)

Usage

mbinom(size, prob)

Value

List with mean and variance

Arguments

size

Number of trials

prob

Probability of success

See Also

Examples

Run this code
mbinom(size = 10, prob = 0.3)

Run the code above in your browser using DataLab