|
TriangularDistributionFindMin Method
|
Finds the index of the first smallest value in a set of observations.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static int FindMin(
double[] observations,
double min
)
Public Shared Function FindMin (
observations As Double(),
min As Double
) As Integer
Request Example
View SourceParameters
- observations
- Type: SystemDouble
- min
- Type: SystemDouble
Return Value
Type:
Int32See Also