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

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

The text is from its open source code.

Constructor

PSquarePercentile(final double p)
Constructs a PSquarePercentile with the specific percentile value.

Method

doublegetResult()
voidincrement(final double observation)
The internal state updated due to the new value in this context is basically of the marker positions and computation of the approximate quantile.