public interface WeibullDistribution extends ContinuousDistribution
References:
Modifier and Type | Method and Description |
---|---|
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
|
inverseCumulativeProbability
cumulativeProbability, cumulativeProbability
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."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"