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