|
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
)
Public Shared Function FindMax (
observations As Double(),
max As Double
) As Integer
Request Example
View SourceParameters
- observations
- Type: SystemDouble
- max
- Type: SystemDouble
Return Value
Type:
Int32See Also