alpha (float) – Scale parameter of the exponentiated weibull distribution. Defaults
to 1.
beta (float) – First shape parameter of the exponentiated weibull distribution.
Defaults to 1.
delta (float) – Second shape parameter of the exponentiated weibull distribution.
Defaults to 1.
f_alpha (float) – Fixed alpha parameter of the weibull distribution (e.g. given physical
parameter). If this parameter is set, alpha is ignored. The fixed
parameter does not change, even when fitting the distribution. Defaults to None.
f_beta (float) – Fixed beta parameter of the weibull distribution (e.g. given physical
parameter). If this parameter is set, beta is ignored. The fixed
parameter does not change, even when fitting the distribution. Defaults to None.
f_delta (float) – Fixed delta parameter of the weibull distribution (e.g. given physical
parameter). If this parameter is set, delta is ignored. The fixed
parameter does not change, even when fitting the distribution. Defaults to None.
m (float) – First shape parameter of the generalized Gamma distribution. Defaults to 1.
c (float) – Second shape parameter of the generalized Gamma distribution. Defaults
to 1.
lambda (float) – Scale parameter of the generalized Gamma distribution.
Defaults to 1.
f_m (float) – Fixed shape parameter of the generalized Gamma distribution (e.g.
given physical parameter). If this parameter is set, m is ignored. The
fixed parameter does not change, even when fitting the distribution.
Defaults to None.
f_c (float) – Fixed second shape parameter of the generalized Gamma distribution (e.g.
given physical parameter). If this parameter is set, c is ignored. The
fixed parameter does not change, even when fitting the distribution.
Defaults to None.
f_lambda (float) – Fixed reciprocal scale parameter of the generalized Gamma distribution
(e.g. given physical parameter). If this parameter is set, lambda_ is
ignored. The fixed parameter does not change, even when fitting the distribution.
Defaults to None.
The distributions probability density function is given by [2]_:
\(f(x) = \frac{1}{x\widetilde{\sigma} \sqrt{2\pi}}\exp \left[ \frac{-(\ln x - \widetilde{\mu})^2}{2\widetilde{\sigma}^2}\right]\)
Parameters:
mu (float) – Mean parameter of the corresponding normal distribution.
Defaults to 0.
sigma (float) – Standard deviation of the corresponding normal distribution.
Defaults to 1.
f_mu (float) – Fixed parameter mu of the lognormal distribution (e.g. given physical
parameter). If this parameter is set, mu is ignored. The fixed
parameter does not change, even when fitting the distribution. Defaults to None.
f_sigma (float) – Fixed parameter sigma of the lognormal distribution (e.g. given
physical parameter). If this parameter is set, sigma is ignored. The
fixed parameter does not change, even when fitting the distribution. Defaults to None.
mu (float) – Location parameter, the mean.
Defaults to 0.
sigma (float) – Scale parameter, the standard deviation.
Defaults to 1.
f_mu (float) – Fixed parameter mu of the normal distribution (e.g. given physical
parameter). If this parameter is set, mu is ignored. The fixed
parameter does not change, even when fitting the distribution. Defaults to None.
f_sigma (float) – Fixed parameter sigma of the normal distribution (e.g. given
physical parameter). If this parameter is set, sigma is ignored. The fixed
parameter does not change, even when fitting the distribution. Defaults to None.
mu (float) – Location parameter, the mean.
Defaults to 0.
f_kappa (float) – Fixed parameter kappa of the von mises distribution (e.g. given
physical parameter). If this parameter is set, kappa is ignored.
Defaults to None.
f_mu (float) – Fixed parameter mu of the von mises distribution (e.g. given physical
parameter). If this parameter is set, mu is ignored. Defaults to
None.
alpha (float) – Scale parameter of the weibull distribution. Defaults to 1.
beta (float) – Shape parameter of the weibull distribution. Defaults to 1.
gamma (float) – Location parameter of the weibull distribution (3-parameter weibull
distribution). Defaults to 0.
f_alpha (float) – Fixed scale parameter of the weibull distribution (e.g. given physical
parameter). If this parameter is set, alpha is ignored. The fixed
parameter does not change, even when fitting the distribution. Defaults to None.
f_beta (float) – Fixed shape parameter of the weibull distribution (e.g. given physical
parameter). If this parameter is set, beta is ignored. The fixed parameter
does not change, even when fitting the distribution. Defaults to None.
f_gamma (float) – Fixed location parameter of the weibull distribution (e.g. given physical
parameter). If this parameter is set, gamma is ignored. The fixed
parameter does not change, even when fitting the distribution. Defaults to None.