Please sign up for more free resources.
- Bernoulli distribution
- Binomial distribution
- Box-and-Whisker plot
- Chi square figures
- Exponential distribution
- Gamma distribution
- Normal distribution
- Poisson distribution
- Uniform distribution
pip install statsfig
import statsfig as sf
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 |