|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.ucla.stat.SOCR.core.SOCRValueSettable
edu.ucla.stat.SOCR.core.Distribution
edu.ucla.stat.SOCR.distributions.LogisticExponentialDistribution
public class LogisticExponentialDistribution
This class models the LogisticExponential distribution http://www.itl.nist.gov/div898/software/dataplot/refman2/auxillar/lexpdf.htm
| Field Summary |
|---|
| Fields inherited from class edu.ucla.stat.SOCR.core.Distribution |
|---|
applet, CONTINUOUS, DISCRETE, MAXMGFXVAL, MAXMGFYVAL, MINMGFXVAL, MIXED, name |
| Constructor Summary | |
|---|---|
LogisticExponentialDistribution()
This default constructor creates a new logitic-exponential distribution |
|
LogisticExponentialDistribution(double mu,
double sigma,
double shape)
This general constructor creates a new LogisticExponential distribution with specified parameter values |
|
| Method Summary | |
|---|---|
double |
getCDF(double x)
This method computes the CDF function |
double |
getDensity(double x)
This method computes the getDensity function |
double |
getLocation()
This method returns the mean |
double |
getMaxDensity()
This method computes the MAX value of the Density |
java.lang.String |
getOnlineDescription()
This method returns an online description of this distribution. |
double |
getScale()
This method returns the scale |
double |
getShape()
This method returns the shape |
void |
initialize()
used for some subclass to initialize before being used |
double |
inverseCDF(double probability)
Inverse of the cumulative Normal distribution function. |
void |
setParameters(double m,
double s,
double _shape)
This method sets the parameters |
double |
stdLogistictExpCDF(double x)
This method computes the Standard LogLogit CDF function |
double |
stdLogistictExpPDF(double x)
This method computes the Standard LogLogit Density function |
void |
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, getMean, getMedian, getMGF, getMgfDomain, getName, getPGF, getPGFDomain, getQuantile, getSampleMoment, getSD, getSOCRDistributionFunctors, getSOCRDistributions, getType, getVariance, getVariance, logGamma, paramEstimate, perm, sampleMean, sampleVar, setApplet, setDomain, setDomain, setMGFDomain, setMGFDomain, setMGFParameters, setMGFParameters, setMGFParameters, setMGFParameters, setParameters, setPGFDomain, setPGFDomain, setPGFParameters, setPGFParameters, setPGFParameters, setPGFParameters, simulate, 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 LogisticExponentialDistribution(double mu,
double sigma,
double shape)
public LogisticExponentialDistribution()
| Method Detail |
|---|
public void initialize()
Distribution
initialize in class Distributionpublic void valueChanged()
valueChanged in class Distribution
public void setParameters(double m,
double s,
double _shape)
public double inverseCDF(double probability)
inverseCDF in class Distributionprobability - - a probability value in [0, 1]
public double getDensity(double x)
getDensity in class Distributionpublic double getMaxDensity()
getMaxDensity in class Distributionpublic double stdLogistictExpPDF(double x)
public double getCDF(double x)
getCDF in class Distributionpublic double stdLogistictExpCDF(double x)
public double getLocation()
public double getScale()
public double getShape()
public java.lang.String getOnlineDescription()
getOnlineDescription in class Distribution
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||