Click or drag to resize
Accord.NET (logo)

LognormalDistributionEstimate Method (Double, Double, NormalOptions)

Estimates a new Log-Normal 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 LognormalDistribution Estimate(
	double[] observations,
	double[] weights,
	NormalOptions options = null
)
Request Example View Source

Parameters

observations
Type: SystemDouble
weights
Type: SystemDouble
options (Optional)
Type: Accord.Statistics.Distributions.FittingNormalOptions

Return Value

Type: LognormalDistribution
See Also