popsynth.distributions.log10_normal_distribution module
- class popsynth.distributions.log10_normal_distribution.Log10NormalDistribution(seed: int = 1234, name: str = 'log10norm')[source]
Bases:
LuminosityDistribution
- mu
- tau
- __init__(seed: int = 1234, name: str = 'log10norm')[source]
A log10-normal luminosity function
Log10Normal(
mu
,tau
)- Parameters
seed (int) – Random seed
name (str) – Name of the distribution
mu (
DistributionParameter
) – Mean of the log10 normaltau (
DistributionParameter
) – Standard deviation of the log10 normal