|
WeibullDistributionScale Property
|
Gets the scale parameter λ (lambda).
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double Scale { get; }
Public ReadOnly Property Scale As Double
Get
Request Example
View SourceProperty Value
Type:
DoubleThe value for this distribution's scale parameter λ (lambda).
See Also