Click or drag to resize
Accord.NET (logo)

CircularQuartiles Method

Overload List
  NameDescription
Public methodStatic memberQuartiles(Double, DoubleRange, Boolean, QuantileMethod)
Computes the circular quartiles of the given circular angles.
Public methodStatic memberQuartiles(Double, DoubleRange, Double, Boolean, QuantileMethod)
Computes the circular quartiles of the given circular angles.
Public methodStatic memberQuartiles(Double, Double, DoubleRange, Boolean, QuantileMethod)
Computes the circular quartiles 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.
Public methodStatic memberQuartiles(Double, Double, Double, Boolean, QuantileMethod)
Computes the circular quartiles of the given circular angles.
Public methodStatic memberQuartiles(Double, Double, DoubleRange, Double, Boolean, QuantileMethod)
Computes the circular quartiles 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.
Public methodStatic memberQuartiles(Double, Double, Double, Double, Boolean, QuantileMethod)
Computes the circular quartiles 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.
Public methodStatic memberQuartiles(Double, Double, Double, Double, Boolean, QuantileMethod)
Computes the circular quartiles of the given circular angles.
Public methodStatic memberQuartiles(Double, Double, Double, Double, Double, Boolean, QuantileMethod)
Computes the circular quartiles 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.
Top
See Also