Java org.apache.commons.math3.stat.descriptive.rank Percentile fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.stat.descriptive.rank Percentile fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.stat.descriptive.rank Percentile.

The text is from its open source code.

Constructor

Percentile(final double p)
Constructs a Percentile with the specific quantile value.
Percentile(Percentile original)
Copy constructor, creates a new Percentile identical to the original
Percentile()
Constructs a Percentile with a default quantile value of 50.0.

Method

doubleevaluate(final double p)
Returns the result of evaluating the statistic over the stored data.
doubleevaluate()
Returns the result of evaluating the statistic over the stored data.
doubleevaluate(final double[] values, final double p)
Returns an estimate of the pth percentile of the values in the values array.
voidsetData(final double[] values)