Click or drag to resize
Accord.NET (logo)

TriangularDistributionGetMax Method (Double, Int32, Int32)

Finds the index of the last largest value in a set of weighted observations.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static double GetMax(
	double[] observations,
	int[] weights,
	out int imax
)
Request Example View Source

Parameters

observations
Type: SystemDouble
weights
Type: SystemInt32
imax
Type: SystemInt32

Return Value

Type: Double
See Also