|
TriangularDistributionGetMin Method (Double, Int32, Int32)
|
Finds the index of the first smallest 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,
int[] weights,
out int imin
)
Public Shared Function GetMin (
observations As Double(),
weights As Integer(),
<OutAttribute> ByRef imin As Integer
) As Double
Request Example
View SourceParameters
- observations
- Type: SystemDouble
- weights
- Type: SystemInt32
- imin
- Type: SystemInt32
Return Value
Type:
DoubleSee Also