public interface GammaDistribution extends ContinuousPDF
The following features are supported:
ProbfunctionPackage.getGammaDistribution()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
double |
getAlpha()
Returns the value of the 'Alpha' attribute.
|
double |
getTheta()
Returns the value of the 'Theta' attribute.
|
void |
setAlpha(double value)
Sets the value of the '
Alpha ' attribute. |
void |
setTheta(double value)
Sets the value of the '
Theta ' attribute. |
getUnit, isSetUnit, unsetUnit
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final java.lang.String copyright
double getAlpha()
If the meaning of the 'Alpha' attribute isn't clear, there really should be more of a description here...
Shape parametersetAlpha(double)
,
ProbfunctionPackage.getGammaDistribution_Alpha()
void setAlpha(double value)
Alpha
' attribute. value
- the new value of the 'Alpha' attribute.getAlpha()
double getTheta()
setTheta(double)
,
ProbfunctionPackage.getGammaDistribution_Theta()
void setTheta(double value)
Theta
' attribute. value
- the new value of the 'Theta' attribute.getTheta()