FriesischScott / UncertaintyQuantification.jl

Uncertainty Quantification in Julia
MIT License
28 stars 7 forks source link

Get distribution parameters from mean and std #116

Closed FriesischScott closed 7 months ago

FriesischScott commented 1 year ago

This PR provides convenience methods to get the parameters of a Distribution from its mean an standard deviation (if possible!).

Basic list of Distributions:

These are the ones we had in Cossan. I need to check which of the remaining UnivariateDistributions in Distributions.jl can be built from mean and standard deviation.

Closes #105.

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b921a03) 98.76% compared to head (fabe738) 98.79%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #116 +/- ## ========================================== + Coverage 98.76% 98.79% +0.03% ========================================== Files 25 26 +1 Lines 970 998 +28 ========================================== + Hits 958 986 +28 Misses 12 12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.