Click or drag to resize
Accord.NET (logo)

NakagamiDistribution Constructor

Initializes a new instance of the NakagamiDistribution class.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public NakagamiDistribution(
	[PositiveAttribute(0.5, 1.79769313486232E+308)][DefaultValueAttribute(0.5)] double shape,
	[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double spread
)
Request Example View Source

Parameters

shape
Type: SystemDouble
The shape parameter μ (mu).
spread
Type: SystemDouble
The spread parameter ω (omega).
See Also