pint.models.priors.GaussianBoundedRV
- pint.models.priors.GaussianBoundedRV(loc=0.0, scale=1.0, lower_bound=-inf, upper_bound=inf)[source]
A gaussian prior between two bounds
- Parameters:
lower_bound (number) – Lower bound of allowed parameter range
upper_bound (number) – Upper bound of allowed parameter range
inside (Returns a frozen truncnorm instance with a gaussian probability) –
outside (the range lower_bound to upper_bound and 0.0) –