├── CreateTimeSeriesData.m ├── CreateTimedTrainTestData.m ├── GSPC-snp500.csv ├── PlotResults.m ├── fuzzy.m ├── img ├── Stocks.png ├── ens_anfis_formula.png ├── exp1.png ├── exp2.png ├── exp3.png ├── fig1-anfis.png └── fig2-ens-anfis.png └── readme.md /CreateTimeSeriesData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aylint/stock-price-anfis/HEAD/CreateTimeSeriesData.m -------------------------------------------------------------------------------- /CreateTimedTrainTestData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aylint/stock-price-anfis/HEAD/CreateTimedTrainTestData.m -------------------------------------------------------------------------------- /GSPC-snp500.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aylint/stock-price-anfis/HEAD/GSPC-snp500.csv -------------------------------------------------------------------------------- /PlotResults.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aylint/stock-price-anfis/HEAD/PlotResults.m -------------------------------------------------------------------------------- /fuzzy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aylint/stock-price-anfis/HEAD/fuzzy.m -------------------------------------------------------------------------------- /img/Stocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aylint/stock-price-anfis/HEAD/img/Stocks.png -------------------------------------------------------------------------------- /img/ens_anfis_formula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aylint/stock-price-anfis/HEAD/img/ens_anfis_formula.png -------------------------------------------------------------------------------- /img/exp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aylint/stock-price-anfis/HEAD/img/exp1.png -------------------------------------------------------------------------------- /img/exp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aylint/stock-price-anfis/HEAD/img/exp2.png -------------------------------------------------------------------------------- /img/exp3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aylint/stock-price-anfis/HEAD/img/exp3.png -------------------------------------------------------------------------------- /img/fig1-anfis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aylint/stock-price-anfis/HEAD/img/fig1-anfis.png -------------------------------------------------------------------------------- /img/fig2-ens-anfis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aylint/stock-price-anfis/HEAD/img/fig2-ens-anfis.png -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aylint/stock-price-anfis/HEAD/readme.md --------------------------------------------------------------------------------