public class LogisticExponentialDistribution extends Distribution
applet, CONTINUOUS, DISCRETE, MAXMGFXVAL, MAXMGFYVAL, MINMGFXVAL, MIXED, name| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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() |
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, valueChangedcreateComponentSetter, createValueSetter, createValueSetter, createValueSetter, createValueSetter, getComponentSetter, getComponentSetters, getValueSetter, getValueSetterspublic LogisticExponentialDistribution(double mu,
double sigma,
double shape)
public LogisticExponentialDistribution()
public void initialize()
Distributioninitialize in class Distributionpublic void valueChanged()
valueChanged in class Distributionpublic 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