|
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
)
Public Shared Function GetMax (
observations As Double(),
weights As Integer(),
<OutAttribute> ByRef imax As Integer
) As Double
Request Example
View SourceParameters
- observations
- Type: SystemDouble
- weights
- Type: SystemInt32
- imax
- Type: SystemInt32
Return Value
Type:
DoubleSee Also