Click or drag to resize
Accord.NET (logo)

TriangularDistributionGetMin Method (Double, Double, Int32)

Gets the minimum 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 GetMin(
	double[] observations,
	double[] weights,
	out int imin
)
Request Example View Source

Parameters

observations
Type: SystemDouble
weights
Type: SystemDouble
imin
Type: SystemInt32

Return Value

Type: Double
See Also