README.txt
setup.py
PyPR.egg-info/PKG-INFO
PyPR.egg-info/SOURCES.txt
PyPR.egg-info/dependency_links.txt
PyPR.egg-info/top_level.txt
doc/Makefile
doc/README.txt
doc/make.bat
doc/source/ann.rst
doc/source/clustering.rst
doc/source/conf.py
doc/source/examples.rst
doc/source/getting_pypr.rst
doc/source/gp.rst
doc/source/helpers.rst
doc/source/index.rst
doc/source/kmeans.rst
doc/source/lag_space_matrix.rst
doc/source/mog.rst
doc/source/normalization.rst
doc/source/optimization.rst
doc/source/pca.rst
doc/source/preprocessing.rst
doc/source/stattest.rst
doc/source/figurecode/af.png
doc/source/figurecode/plot_af.py
doc/source/figures/bic.png
doc/source/figures/em_gm_cond_dist.png
doc/source/figures/feedforwardnetwork.eps
doc/source/figures/feedforwardnetwork.pdf
doc/source/figures/feedforwardnetwork.png
doc/source/figures/feedforwardnetwork.svg
doc/source/figures/feedforwardnetwork2.png
doc/source/figures/gp_example.png
doc/source/figures/kmeans_2d.png
doc/source/figures/ljungbox.png
doc/source/figures/perceptron.png
doc/source/figures/perceptron.svg
doc/source/figures/pypr.pdf
doc/source/figures/pypr.png
doc/source/figures/sample_gmm.png
doc/source/figures/sunspots-sac-residiuals.png
doc/source/figures/sunspots.png
doc/source/figures/tapped_delay.png
doc/source/figures/tapped_delay.svg
examples/em_gm.py
examples/em_gm_with_cross_validation_and_bic.py
examples/gmm_mul_dimensions.py
examples/gmm_regression_with_variance.py
examples/gp_hyperparameters_demo.py
examples/kmeans_2d.py
examples/ljungbox_demo.py
examples/sample_gmm.py
examples/wrapper_demo.py
examples/data/shipfuel.csv.gz
examples/sunspots/sp.dat
examples/sunspots/sunspots1.py
pypr/__init__.py
pypr/changelog.txt
pypr/version.py
pypr/ann/__init__.py
pypr/ann/activation_functions.py
pypr/ann/ann.py
pypr/ann/error_functions.py
pypr/clustering/__init__.py
pypr/clustering/gauss_diff.py
pypr/clustering/gmm.py
pypr/clustering/gmm_plot.py
pypr/clustering/kmeans.py
pypr/gp/GaussianProcess.py
pypr/gp/__init__.py
pypr/gp/covar_funcs.py
pypr/gp/gp_unit_tests.py
pypr/gp/info.py
pypr/gp/plot_gp.py
pypr/helpers/__init__.py
pypr/helpers/helpers.py
pypr/helpers/modelwithdata.py
pypr/helpers/wrappers.py
pypr/optimization/__init__.py
pypr/optimization/minimize.py
pypr/preprocessing/__init__.py
pypr/preprocessing/lag_matrix.py
pypr/preprocessing/normalizer.py
pypr/preprocessing/pca.py
pypr/stattest/__init__.py
pypr/stattest/ljungbox.py
pypr/stattest/model_select.py
pypr/testing/testann.py