|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.probdist.ContinuousDistribution
umontreal.iro.lecuyer.probdist.ExtremeValueDist
@Deprecated public class ExtremeValueDist
Field Summary |
---|
Fields inherited from class umontreal.iro.lecuyer.probdist.ContinuousDistribution |
---|
decPrec |
Constructor Summary | |
---|---|
ExtremeValueDist()
Deprecated. . |
|
ExtremeValueDist(double alpha,
double lambda)
Deprecated. . |
Method Summary | |
---|---|
double |
barF(double x)
Deprecated. Returns the complementary distribution function. |
static double |
barF(double alpha,
double lambda,
double x)
Deprecated. . |
double |
cdf(double x)
Deprecated. . |
static double |
cdf(double alpha,
double lambda,
double x)
Deprecated. . |
double |
density(double x)
Deprecated. Returns f (x), the density evaluated at x. |
static double |
density(double alpha,
double lambda,
double x)
Deprecated. . |
double |
getAlpha()
Deprecated. . |
static ExtremeValueDist |
getInstanceFromMLE(double[] x,
int n)
Deprecated. . |
double |
getLambda()
Deprecated. . |
static double[] |
getMaximumLikelihoodEstimate(double[] x,
int n)
Deprecated. |
double |
getMean()
Deprecated. Returns the mean. |
static double |
getMean(double alpha,
double lambda)
Deprecated. . |
static double[] |
getMLE(double[] x,
int n)
Deprecated. . |
double[] |
getParams()
Deprecated. . |
double |
getStandardDeviation()
Deprecated. Returns the standard deviation. |
static double |
getStandardDeviation(double alpha,
double lambda)
Deprecated. . |
double |
getVariance()
Deprecated. Returns the variance. |
static double |
getVariance(double alpha,
double lambda)
Deprecated. . |
double |
inverseF(double u)
Deprecated. Returns the inverse distribution function x = F-1(u). |
static double |
inverseF(double alpha,
double lambda,
double u)
Deprecated. . |
void |
setParams(double alpha,
double lambda)
Deprecated. . |
String |
toString()
Deprecated. . |
Methods inherited from class umontreal.iro.lecuyer.probdist.ContinuousDistribution |
---|
getXinf, getXsup, inverseBisection, inverseBrent, setXinf, setXsup |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExtremeValueDist()
public ExtremeValueDist(double alpha, double lambda)
Method Detail |
---|
public double density(double x)
ContinuousDistribution
density
in class ContinuousDistribution
x
- value at which the density is evaluated
public double cdf(double x)
Distribution
public double barF(double x)
ContinuousDistribution
barF
in interface Distribution
barF
in class ContinuousDistribution
x
- value at which the complementary distribution function is evaluated
public double inverseF(double u)
ContinuousDistribution
inverseF
in interface Distribution
inverseF
in class ContinuousDistribution
u
- value at which the inverse distribution function is evaluated
public double getMean()
ContinuousDistribution
getMean
in interface Distribution
getMean
in class ContinuousDistribution
public double getVariance()
ContinuousDistribution
getVariance
in interface Distribution
getVariance
in class ContinuousDistribution
public double getStandardDeviation()
ContinuousDistribution
getStandardDeviation
in interface Distribution
getStandardDeviation
in class ContinuousDistribution
public static double density(double alpha, double lambda, double x)
public static double cdf(double alpha, double lambda, double x)
public static double barF(double alpha, double lambda, double x)
public static double inverseF(double alpha, double lambda, double u)
public static double[] getMLE(double[] x, int n)
@Deprecated public static double[] getMaximumLikelihoodEstimate(double[] x, int n)
public static ExtremeValueDist getInstanceFromMLE(double[] x, int n)
public static double getMean(double alpha, double lambda)
public static double getVariance(double alpha, double lambda)
public static double getStandardDeviation(double alpha, double lambda)
public double getAlpha()
public double getLambda()
public void setParams(double alpha, double lambda)
public double[] getParams()
public String toString()
toString
in class Object
|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |