epymorph.parameter_fitting.distribution
Distribution
Bases: ABC
Abstract base class for the prior/initial distributions for static/dynamic parameter estimation.
Uniform
Bases: Distribution
Continuous uniform distribution on an interval.
Attributes:
Parameters:
-
a(float) –The left endpoint of the the interval.
-
b(float) –The right endpoint of the the interval.