Technical Elements Documentation
Preparing search index...
data_analysis
DistributionType
Enumeration DistributionType
Enum representing the types of probability models used in data analysis.
Implements
DA-A3
Index
Enumeration Members
BETA
BINOMIAL
EXPONENTIAL
GAMMA
LOGNORMAL
NORMAL
POINT_
ESTIMATE
POISSON
UNIFORM
WEIBULL
Enumeration Members
BETA
BETA
:
"beta"
BINOMIAL
BINOMIAL
:
"binomial"
EXPONENTIAL
EXPONENTIAL
:
"exponential"
GAMMA
GAMMA
:
"gamma"
LOGNORMAL
LOGNORMAL
:
"lognormal"
NORMAL
NORMAL
:
"normal"
POINT_
ESTIMATE
POINT_ESTIMATE
:
"point_estimate"
POISSON
POISSON
:
"poisson"
UNIFORM
UNIFORM
:
"uniform"
WEIBULL
WEIBULL
:
"weibull"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Enumeration Members
BETA
BINOMIAL
EXPONENTIAL
GAMMA
LOGNORMAL
NORMAL
POINT_
ESTIMATE
POISSON
UNIFORM
WEIBULL
Technical Elements Documentation
Loading...
Enum representing the types of probability models used in data analysis.
Implements
DA-A3