Click or drag to resize
Accord.NET (logo)

TriangularDistributionFindMax Method

Finds the index of the last largest 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 FindMax(
	double[] observations,
	double max
)
Request Example View Source

Parameters

observations
Type: SystemDouble
max
Type: SystemDouble

Return Value

Type: Int32
See Also