|
DistributionParameterInfoDefaultValue Property
|
Gets the default value for this parameter (i.e. in a
NormalDistribution,
the default value for the mean is 0).
Namespace:
Accord.Statistics.Distributions.Reflection
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double DefaultValue { get; }
Public ReadOnly Property DefaultValue As Double
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also