popsynth.distributions.log_normal_distribution module
- class popsynth.distributions.log_normal_distribution.LogNormalDistribution(seed: int = 1234, name: str = 'lognorm')[source]
Bases:
LuminosityDistribution- mu
- tau
- __init__(seed: int = 1234, name: str = 'lognorm')[source]
A log-normal luminosity distribution.
LogNormal(
mu,tau)- Parameters
seed (int) – Random seed
name (str) – Name of the distribution
mu (
DistributionParameter) – Mean of the log normaltau (
DistributionParameter) – Standard deviation of the log normal