|
WeibullDistributionShape Property
|
Gets the shape parameter k.
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 value for this distribution's shape parameter k.
See Also