User Tools

Site Tools


python_programming_for_statistics_and_probability

Python Programming for Statistics and Probability

packages

  • matplotlib - histogram()
  • numpy - required by matplotlib
  • seaborn - distplot()
  • pandas - required by seaborn
  • scipy - required by seaborn
import seaborn as sns
sns.displot()
sns.histplot()
python_programming_for_statistics_and_probability.txt · Last modified: 2021/10/30 07:08 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki