|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Weibull Distribution. This interface defines the two parameter form of the
distribution as defined by
Weibull Distribution, equations (1) and (2).
Instances of WeibullDistribution objects should be created using
DistributionFactory.createWeibullDistribution(double, double)
References:
| Method Summary | |
double |
getScale()
Access the scale parameter. |
double |
getShape()
Access the shape parameter. |
void |
setScale(double beta)
Modify the scale parameter. |
void |
setShape(double alpha)
Modify the shape parameter. |
| Methods inherited from interface org.apache.commons.math.distribution.ContinuousDistribution |
inverseCumulativeProbability |
| Methods inherited from interface org.apache.commons.math.distribution.Distribution |
cumulativeProbability, cumulativeProbability |
| Method Detail |
public double getShape()
public double getScale()
public void setShape(double alpha)
alpha - The new shape parameter value.public void setScale(double beta)
beta - The new scale parameter value.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||