sasktran2.mie.distribution.GammaDistribution#

class sasktran2.mie.distribution.GammaDistribution[source]#

Bases: ParticleSizeDistribution

A gamma particle size distribution, defined by two parameters, alpha and beta

__init__() None[source]#

A gamma particle size distribution, defined by two parameters, alpha and beta

Methods

__init__()

A gamma particle size distribution, defined by two parameters, alpha and beta

args()

A list of arguments that are required to define this distribution when calling distribution

distribution(**kwargs)

Returns back the scipy object representing this distribution

freeze(**kwargs)

Freeze some of the arguments of this distribution.

Attributes

identifier

Get the unique identifier for this distribution

args()[source]#

A list of arguments that are required to define this distribution when calling distribution

distribution(**kwargs)[source]#

Returns back the scipy object representing this distribution

Return type:

rv_continuous