BetaDistribution Constructor |
Namespace: Meta.Numerics.Statistics.Distributions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | alpha or beta is non-positive. |
The alpha shape parameter controls the form of the distribution near x=0. The beta shape parameter controls the form of the distribution near z=1. If a shape parameter is less than one, the PDF diverges on the side of the distribution it controls. If a shape parameter is greater than one, the PDF goes to zero on the side of the distribution it controls. If the left and right shape parameters are equal, the distribution is symmetric about x=1/2.