public class CauchyDistribution extends StudentDistribution
applet, CONTINUOUS, DISCRETE, MAXMGFXVAL, MAXMGFYVAL, MINMGFXVAL, MIXED, name
Constructor and Description |
---|
CauchyDistribution() |
Modifier and Type | Method and Description |
---|---|
double |
getCDF(double x)
This method computes the CDF.
|
java.lang.String |
getOnlineDescription()
This method returns an online description of this distribution.
|
double |
getQuantile(double p)
This method computes the quantile function.
|
void |
initialize()
override just not let create valueSetters
|
void |
setDegrees(int n)
This method sets the degrees of freedom to 1.
|
getDegrees, getDensity, getMaxDensity, getMean, getSD, getVariance, inverseCDF, simulate, valueChanged
addObserver, betaCDF, comb, factorial, findGFRoot, findRoot, gamma, gammaCDF, getDisplayPane, getDomain, getFailureRate, getGFDerivative, getGFSecondDerivative, getInstance, getLocalHelp, getMean, getMedian, getMGF, getMgfDomain, getName, getPGF, getPGFDomain, getSampleMoment, getSOCRDistributionFunctors, getSOCRDistributions, getType, getVariance, logGamma, paramEstimate, perm, sampleMean, sampleVar, setApplet, setDomain, setDomain, setMGFDomain, setMGFDomain, setMGFParameters, setMGFParameters, setMGFParameters, setMGFParameters, setParameters, setPGFDomain, setPGFDomain, setPGFParameters, setPGFParameters, setPGFParameters, setPGFParameters, update, valueChanged
createComponentSetter, createValueSetter, createValueSetter, createValueSetter, createValueSetter, getComponentSetter, getComponentSetters, getValueSetter, getValueSetters
public void initialize()
initialize
in class StudentDistribution
public void setDegrees(int n)
setDegrees
in class StudentDistribution
public double getCDF(double x)
getCDF
in class StudentDistribution
public double getQuantile(double p)
getQuantile
in class Distribution
public java.lang.String getOnlineDescription()
getOnlineDescription
in class StudentDistribution