Estimates the parameters of the distribution of a variable assuming it follows a normal distribution.
Namespace: Extreme.Statistics.DistributionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public DirichletDistribution(
NumericalVariable[] variables
)
Public Sub New (
variables As NumericalVariable()
)
public:
DirichletDistribution(
array<NumericalVariable^>^ variables
)
new :
variables : NumericalVariable[] -> DirichletDistribution
Parameters
- variables
- Type: Extreme.StatisticsNumericalVariable
An array of NumericalVariable objects.
Return Value
Type:
The
DirichletDistribution that best matches the distribution of
variables.
Use this constructor to create a DirichletDistribution whose parameters are estimated
from variables. This constructor uses an unbiased estimator.
Numerical Libraries
Supported in: 5.x, 4.x
Reference