Click or drag to resize
Accord.NET (logo)

DistributionParameterInfo Properties

The DistributionParameterInfo type exposes the following members.

Properties
  NameDescription
Public propertyDefaultValue
Gets the default value for this parameter (i.e. in a NormalDistribution, the default value for the mean is 0).
Public propertyIsBuildable
Gets a value indicating whether it is possible to discover enough information about this constructor such that the distribution can be constructed using reflection.
Public propertyName
Gets the name of this parameter.
Public propertyParameterInfo
Gets the reflection parameter information.
Public propertyPosition
Gets the position of this parameter in the declaration of the constructor.
Public propertyRange
Gets the range of valid values for this parameter (i.e. in a NormalDistribution, the standard deviation parameter cannot be negative).
Top
See Also