Beta |
The beta distribution is a family of continuous probability distributions defined on the interval (0, 1) parameterized by two positive shape parameters, typically denoted by A and B.
This topic contains the following sections:
Constructor | Description | Performance |
---|---|---|
set shape parameters | Creates new instance of Beta with user specified parameters. |
Method | Description | Performance |
---|---|---|
sample | Generate random variable sample. Fill in array with random variable series in place: Static method which generates new sample of beta distribution variate with specified parameters: | |
Probability density function. Static probability density function. | ||
cdf | Cumulative distribution function. where Ix is the regularized incomplete beta function. Static cumulative distribution function. | |
inverse cdf | Inverse cumulative distribution function. Is useful for quantile calculation. Function will return value of random variable such that likelihood for this random variable to occur less than or equal to returned value equal to specified pvalue parameter. |