Click or drag to resize
Accord.NET (logo)

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

Parameters

observations
Type: SystemDouble
min
Type: SystemDouble

Return Value

Type: Int32
See Also