larch.model.mixtures.Normal#
- class Normal(mean: str, std: str)[source]#
Bases:
MixtureA normal distribution applied to a model parameter.
Methods
__init__(mean, std)param_names()Named parameters referenced by this mixture, and their default values.
prep(bucket)roll(draw_vec, parameters)Apply this mixing distribution to some random draws.
to_dict()