{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / truncweibull_min_gen

class

scipy.stats._continuous_distns:truncweibull_min_gen

source: /scipy/stats/_continuous_distns.py :2874

Signature

class   truncweibull_min_gen ( momtype = 1 a = None b = None xtol = 1e-14 badvalue = None name = None longname = None shapes = None seed = None )

Members

Summary

A doubly truncated Weibull minimum continuous random variable.

Extended Summary

%(before_notes)s

Notes

The probability density function for truncweibull_min is:

for , and .

truncweibull_min takes , , and as shape parameters.

Notice that the truncation values, and , are defined in standardized form:

where and are the specific left and right truncation values, respectively. In other words, the support of the distribution becomes when and/or are provided.

%(after_notes)s

See also

truncexpon
weibull_min

Aliases

  • scipy.stats._continuous_distns.truncweibull_min_gen