|
NakagamiDistributionShape Property
|
Gets the distribution's shape parameter μ (mu).
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double Shape { get; }
Public ReadOnly Property Shape As Double
Get
Request Example
View SourceProperty Value
Type:
DoubleThe shape parameter μ (mu).
See Also