heormodel.params
heormodel.models
heormodel.run
heormodel.cea
heormodel.dsa
heormodel.voi
heormodel.calibrate
heormodel.report
params.Uniform(low, high)
Uniform distribution on [low, high].
from heormodel.params import Uniform Uniform(0.0, 2.0).mean() 1.0
# Uniform { #heormodel.params.Uniform } ```python params.Uniform(low, high) ``` Uniform distribution on [low, high]. ## Example {.doc-section .doc-section-example} >>> from heormodel.params import Uniform >>> Uniform(0.0, 2.0).mean() 1.0