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

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

Introduction

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

The text is from its open source code.

Method

ChiSquaredDistributioncreateChiSquareDistribution(double degreesOfFreedom)
Create a new chi-square distribution with the given degrees of freedom.
NormalDistributioncreateNormalDistribution()
Create a new normal distribution with mean zero and standard deviation one.
TDistributioncreateTDistribution(double degreesOfFreedom)
Create a new t distribution with the given degrees of freedom.
DistributionFactorynewInstance()
Create an instance of a DistributionFactory