|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.ucla.stat.SOCR.core.SOCRValueSettable edu.ucla.stat.SOCR.core.Distribution edu.ucla.stat.SOCR.distributions.StudentDistribution edu.ucla.stat.SOCR.distributions.CauchyDistribution
public class CauchyDistribution
This class models the Cauchy distribution
Field Summary |
---|
Fields inherited from class edu.ucla.stat.SOCR.core.Distribution |
---|
applet, CONTINUOUS, DISCRETE, MAXMGFXVAL, MAXMGFYVAL, MINMGFXVAL, MIXED, name |
Constructor Summary | |
---|---|
CauchyDistribution()
|
Method Summary | |
---|---|
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. |
Methods inherited from class edu.ucla.stat.SOCR.distributions.StudentDistribution |
---|
getDegrees, getDensity, getMaxDensity, getMean, getSD, getVariance, inverseCDF, simulate, valueChanged |
Methods inherited from class edu.ucla.stat.SOCR.core.Distribution |
---|
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 |
Methods inherited from class edu.ucla.stat.SOCR.core.SOCRValueSettable |
---|
createComponentSetter, createValueSetter, createValueSetter, createValueSetter, createValueSetter, getComponentSetter, getComponentSetters, getValueSetter, getValueSetters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CauchyDistribution()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |