Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.25 KB

README.md

File metadata and controls

47 lines (35 loc) · 2.25 KB

Statsfig

Read more details.

Find updates at Github.

Please sign up for more free resources.

Statsfig allow you to create following figures easily:

  • Bernoulli distribution
  • Binomial distribution
  • Box-and-Whisker plot
  • Chi square figures
  • Exponential distribution
  • Gamma distribution
  • Normal distribution
  • Poisson distribution
  • Uniform distribution

Installation

pip install statsfig
import statsfig as sf

Available functions

Functions Description
bernofig() Bernoulli Distribution
binofig() Binomial Distribution
boxplot() Box and whisker plot
chifig() Chi-Square Distribution
expofig() Exponential Distribution
gammafig() Gamma Distribution
normcdf() Normal Distribution
normpdf_std Normal Distribution with different standard deviations
normpdf_mean Normal Distribution with different means
poisfix() Poisson Distribution
uniformfig() Uniform Distribution