|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WeibullDistribution
Weibull Distribution. This interface defines the two parameter form of the distribution as defined by Weibull Distribution, equations (1) and (2).
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 |
---|
double getShape()
double getScale()
void setShape(double alpha)
alpha
- The new shape parameter value.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 |