Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Double
See Also