Java org.apache.commons.math.distribution ChiSquaredDistributionImpl fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math.distribution ChiSquaredDistributionImpl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math.distribution ChiSquaredDistributionImpl.

The text is from its open source code.

Constructor

ChiSquaredDistributionImpl(double df)
Create a Chi-Squared distribution with the given degrees of freedom.

Method

doublecumulativeProbability(double x)
For this distribution, X, this method returns P(X < x).
doubleinverseCumulativeProbability(final double p)
For this distribution, X, this method returns the critical point x, such that P(X < x) = p.