Click or drag to resize
Accord.NET (logo)

DescriptiveAnalysisQuantileMethod Property

Gets or sets the method to be used when computing quantiles (median and quartiles).

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public QuantileMethod QuantileMethod { get; set; }
Request Example View Source

Property Value

Type: QuantileMethod
The quantile method.
See Also