|
CircularMedian Method (Double, Double)
|
Computes the circular Median of the given circular samples.
The minimum possible value for a sample must be zero and the maximum must
be indicated in the parameter length.
Namespace:
Accord.Statistics
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public static double Median(
double[] samples,
double length
)
Public Shared Function Median (
samples As Double(),
length As Double
) As Double
Request Example
View SourceParameters
- samples
- Type: SystemDouble
A double array containing the circular samples. - length
- Type: SystemDouble
The maximum possible value of the samples.
Return Value
Type:
DoubleThe circular Median of the given samples.
See Also