Click or drag to resize
Accord.NET (logo)

DistributionParameterInfoRange Property

Gets the range of valid values for this parameter (i.e. in a NormalDistribution, the standard deviation parameter cannot be negative).

Namespace:  Accord.Statistics.Distributions.Reflection
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public DoubleRange Range { get; }
Request Example View Source

Property Value

Type: DoubleRange
See Also