Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 624 Bytes

File metadata and controls

18 lines (13 loc) · 624 Bytes

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