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

Example usage for Java org.apache.commons.math3.stat.descriptive.rank Median 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 Median.

The text is from its open source code.

Constructor

Median()
Default constructor.

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 int start, final int length)
Returns an estimate of the quantileth percentile of the designated values in the values array.
voidsetData(final double[] values)