Plot Normal Distribution with Any mean and standard deviation in Python

preview_player
Показать описание
How to Plot Normal Distribution with Any mean and standard deviation in Python (with matplotlib, SciPy, numpy and python).

Source Code:
Рекомендации по теме
Комментарии
Автор

Great video - thanks for this. A question: For a normal distribution with known mean and standard deviation: How can I use Python to determine the x value if I am given the probability? I am comfortable finding the probability given the x value but it is the reverse I'd like to do - thanks.

Ben-lobw