{ } Raw JSON

bundles / scipy latest / scipy / stats / _discrete_distns / boltzmann_gen

class

scipy.stats._discrete_distns:boltzmann_gen

source: /scipy/stats/_discrete_distns.py :1110

Signature

class   boltzmann_gen ( a = 0 b = inf name = None badvalue = None moment_tol = 1e-08 values = None inc = 1 longname = None shapes = None seed = None )

Members

Summary

A Boltzmann (Truncated Discrete Exponential) random variable.

Extended Summary

%(before_notes)s

Notes

The probability mass function for boltzmann is:

for .

boltzmann takes and as shape parameters.

%(after_notes)s

%(example)s

Aliases

  • scipy.stats._discrete_distns.boltzmann_gen