|
||||||||||
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)
Deprecated. as of v2.1 |
void |
setShape(double alpha)
Deprecated. as of v2.1 |
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()
@Deprecated void setShape(double alpha)
alpha
- The new shape parameter value.@Deprecated 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 |