Click or drag to resize
Accord.NET (logo)

TriangularOptions Properties

The TriangularOptions type exposes the following members.

Properties
  NameDescription
Public propertyFixMax
Gets or sets a value indicating whether the maximum value should be treated as fixed and not be estimated. Default is true.
Public propertyFixMin
Gets or sets a value indicating whether the minimum value should be treated as fixed and not be estimated. Default is true.
Public propertyIsSorted
Gets or sets a value indicating whether the observations are already sorted.
Public propertyMaxIndex
Gets or sets the index of the maximum observed value, if already known. Default is -1.
Public propertyMethod
Gets or sets the mode estimation method to use. Default is MeanMaxMin.
Public propertyMinIndex
Gets or sets the index of the minimum observed value, if already known. Default is -1.
Top
See Also