Skip to content

Code to check normality of multivariate data by using the chi-square distribution and QQ plots.

License

Notifications You must be signed in to change notification settings

donny-son/multivariate-normality-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualization of Multivariate Normality

Summary

ChiQQ object will take a numpy.array as the source and draw the Chisquare QQ plot.Check the docstrings for more information. result

Dependencies

In order to draw the QQ plot in the terminal, gnuplot is necessary. For mac users,the following package can be installed via MacPorts or HomeBrew.

brew install gnuplot

Also termplotlib, numpy, scipy and matplotlib are required to be installed in your python environment.

pip install termplotlib numpy scipy matplotlib

About

Code to check normality of multivariate data by using the chi-square distribution and QQ plots.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages