|
GammaDistributionEstimate Method
|
Estimates a new Gamma distribution from a given set of observations.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static GammaDistribution Estimate(
double[] observations,
double[] weights = null,
double tol = 1E-08,
int iterations = 1000
)
Public Shared Function Estimate (
observations As Double(),
Optional weights As Double() = Nothing,
Optional tol As Double = 1E-08,
Optional iterations As Integer = 1000
) As GammaDistribution
Request Example
View SourceParameters
- observations
- Type: SystemDouble
- weights (Optional)
- Type: SystemDouble
- tol (Optional)
- Type: SystemDouble
- iterations (Optional)
- Type: SystemInt32
Return Value
Type:
GammaDistributionSee Also