sasktran2.mie.distribution.LogNormalDistribution#

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

Bases: ParticleSizeDistribution

A log normal particle size distribution, defined by two parameters, the median radius and mode width

__init__() None[source]#

A log normal particle size distribution, defined by two parameters, the median radius and mode width

Methods

__init__()

A log normal particle size distribution, defined by two parameters, the median radius and mode width

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.

left_bound(**kwargs)

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