PercentNormal
- PercentNormal(mean, perc, **kwargs)[source]
Create a Parameter with a normal (Gaussian) distribution and a percentage standard deviation.
- Parameters:
mean (float | Sequence[float]) – The mean of the distribution. Can be a sequence for a multi-valued Parameter.
perc (float | Sequence[float]) – The percentage width to use to initialize the standard deviation, assuming the percentage represents +/- 2*sigma (95% coverage). As an example, passing 5.0 results in std = 0.025 * mean. Can be a sequence for a multi-valued Parameter.
**kwargs – Additional keyword arguments passed to the Normal factory function.
- Returns:
The created Parameter object.
- Return type: