heormodel.params
heormodel.models
heormodel.run
heormodel.cea
heormodel.dsa
heormodel.voi
heormodel.calibrate
heormodel.report
params.Normal(mean_, sd_)
Normal distribution.
from heormodel.params import Normal Normal(0.0, 1.0).mean() 0.0
# Normal { #heormodel.params.Normal } ```python params.Normal(mean_, sd_) ``` Normal distribution. ## Example {.doc-section .doc-section-example} >>> from heormodel.params import Normal >>> Normal(0.0, 1.0).mean() 0.0