├── BayesDiscri ├── BayesDiscri.py ├── example.py └── readme.md ├── CorreCoef ├── CorreCoef.py ├── example.py └── readme.md ├── DecisionTree ├── DecisionTree.py ├── RandomForest.py └── readme.md ├── Distance ├── Distance.py ├── example.py └── readme.md ├── DistanceDiscri ├── DistanceDiscri.py ├── example │ ├── DistanceDiscri.py │ ├── example.py │ ├── readme.md │ ├── readme.pdf │ ├── test.csv │ └── train.csv └── readme.md ├── FacAnaly ├── FacAnaly.py ├── data.csv ├── example.py ├── pics │ ├── QQ截图20190417005321.png │ ├── QQ截图20190417005816.png │ ├── QQ截图20190417095029.png │ ├── QQ截图20190417095125.png │ ├── QQ截图20190417101717.png │ ├── QQ截图20190417101728.png │ └── readme.md └── readme.md ├── FisherDiscri ├── FisherDiscri.py └── readme.md ├── GeneralStats ├── GeneralStats.py ├── example.py └── readme.md ├── Kmeans ├── Kmeans.py ├── example.py └── readme.md ├── LICENSE ├── LinearRegre └── LinearRegre.py ├── PCA ├── PCA.py ├── example.py └── readme.md ├── README.md ├── SCM ├── SCM.py ├── example.py ├── example2.py ├── readme.md └── 图片1.png └── VarAnaly ├── VarAnaly.py ├── example.py └── readme.md /BayesDiscri/BayesDiscri.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/BayesDiscri/BayesDiscri.py -------------------------------------------------------------------------------- /BayesDiscri/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/BayesDiscri/example.py -------------------------------------------------------------------------------- /BayesDiscri/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/BayesDiscri/readme.md -------------------------------------------------------------------------------- /CorreCoef/CorreCoef.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/CorreCoef/CorreCoef.py -------------------------------------------------------------------------------- /CorreCoef/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/CorreCoef/example.py -------------------------------------------------------------------------------- /CorreCoef/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/CorreCoef/readme.md -------------------------------------------------------------------------------- /DecisionTree/DecisionTree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/DecisionTree/DecisionTree.py -------------------------------------------------------------------------------- /DecisionTree/RandomForest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/DecisionTree/RandomForest.py -------------------------------------------------------------------------------- /DecisionTree/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Distance/Distance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/Distance/Distance.py -------------------------------------------------------------------------------- /Distance/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/Distance/example.py -------------------------------------------------------------------------------- /Distance/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/Distance/readme.md -------------------------------------------------------------------------------- /DistanceDiscri/DistanceDiscri.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/DistanceDiscri/DistanceDiscri.py -------------------------------------------------------------------------------- /DistanceDiscri/example/DistanceDiscri.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/DistanceDiscri/example/DistanceDiscri.py -------------------------------------------------------------------------------- /DistanceDiscri/example/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/DistanceDiscri/example/example.py -------------------------------------------------------------------------------- /DistanceDiscri/example/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/DistanceDiscri/example/readme.md -------------------------------------------------------------------------------- /DistanceDiscri/example/readme.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/DistanceDiscri/example/readme.pdf -------------------------------------------------------------------------------- /DistanceDiscri/example/test.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/DistanceDiscri/example/test.csv -------------------------------------------------------------------------------- /DistanceDiscri/example/train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/DistanceDiscri/example/train.csv -------------------------------------------------------------------------------- /DistanceDiscri/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/DistanceDiscri/readme.md -------------------------------------------------------------------------------- /FacAnaly/FacAnaly.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/FacAnaly/FacAnaly.py -------------------------------------------------------------------------------- /FacAnaly/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/FacAnaly/data.csv -------------------------------------------------------------------------------- /FacAnaly/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/FacAnaly/example.py -------------------------------------------------------------------------------- /FacAnaly/pics/QQ截图20190417005321.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/FacAnaly/pics/QQ截图20190417005321.png -------------------------------------------------------------------------------- /FacAnaly/pics/QQ截图20190417005816.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/FacAnaly/pics/QQ截图20190417005816.png -------------------------------------------------------------------------------- /FacAnaly/pics/QQ截图20190417095029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/FacAnaly/pics/QQ截图20190417095029.png -------------------------------------------------------------------------------- /FacAnaly/pics/QQ截图20190417095125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/FacAnaly/pics/QQ截图20190417095125.png -------------------------------------------------------------------------------- /FacAnaly/pics/QQ截图20190417101717.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/FacAnaly/pics/QQ截图20190417101717.png -------------------------------------------------------------------------------- /FacAnaly/pics/QQ截图20190417101728.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/FacAnaly/pics/QQ截图20190417101728.png -------------------------------------------------------------------------------- /FacAnaly/pics/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /FacAnaly/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/FacAnaly/readme.md -------------------------------------------------------------------------------- /FisherDiscri/FisherDiscri.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/FisherDiscri/FisherDiscri.py -------------------------------------------------------------------------------- /FisherDiscri/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /GeneralStats/GeneralStats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/GeneralStats/GeneralStats.py -------------------------------------------------------------------------------- /GeneralStats/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/GeneralStats/example.py -------------------------------------------------------------------------------- /GeneralStats/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/GeneralStats/readme.md -------------------------------------------------------------------------------- /Kmeans/Kmeans.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/Kmeans/Kmeans.py -------------------------------------------------------------------------------- /Kmeans/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/Kmeans/example.py -------------------------------------------------------------------------------- /Kmeans/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/Kmeans/readme.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/LICENSE -------------------------------------------------------------------------------- /LinearRegre/LinearRegre.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/LinearRegre/LinearRegre.py -------------------------------------------------------------------------------- /PCA/PCA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/PCA/PCA.py -------------------------------------------------------------------------------- /PCA/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/PCA/example.py -------------------------------------------------------------------------------- /PCA/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/PCA/readme.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/README.md -------------------------------------------------------------------------------- /SCM/SCM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/SCM/SCM.py -------------------------------------------------------------------------------- /SCM/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/SCM/example.py -------------------------------------------------------------------------------- /SCM/example2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/SCM/example2.py -------------------------------------------------------------------------------- /SCM/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/SCM/readme.md -------------------------------------------------------------------------------- /SCM/图片1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/SCM/图片1.png -------------------------------------------------------------------------------- /VarAnaly/VarAnaly.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/VarAnaly/VarAnaly.py -------------------------------------------------------------------------------- /VarAnaly/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/VarAnaly/example.py -------------------------------------------------------------------------------- /VarAnaly/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Happyxianyueveryday/statslibrary/HEAD/VarAnaly/readme.md --------------------------------------------------------------------------------