SCIInstitute / UncertainSCI

MIT License
8 stars 10 forks source link

Add statistics for normal, exp and discete uniform, fix issue #75 #77

Closed ZEXINLIU closed 3 years ago

ZEXINLIU commented 3 years ago

Add mean, cov and pdf (pmf for discrete uniform) for distributions. Please run simple_normal_distribution.py, simple_exponential_distribution.py, and simple_discrete_uniform_distribution.py in demo/ to check the results and figures.