summaryrefslogtreecommitdiff
path: root/run_tests.m
AgeCommit message (Expand)AuthorFilesLines
2012-05-18run_tests: Rename regress2 to regress fourierBenjamin Franzke1-1/+1
2012-05-18run_tests: Reorder quad and logBenjamin Franzke1-1/+1
2012-05-12Add a interval based regressionBenjamin Franzke1-0/+1
2012-05-12Explicitly state that price indexes have to correlate with quantitiesBenjamin Franzke1-3/+3
2012-05-12regress_pred: Add degree param, to fold in quad regressionBenjamin Franzke1-3/+3
2012-05-12Fold log_regress_pred into regress_predBenjamin Franzke1-2/+2
2012-05-12run_tests: Drop random prediction methodJan Klemkow1-1/+1
2012-05-12 get_products: Return the real price classification set as wellBenjamin Franzke1-1/+2
2012-05-12opt_pred: Split opt_pred in opt_idx and opt_pred.Jan Klemkow1-1/+2
2012-05-12chi_pred: add an inactive chi rand. pred method.Jan Klemkow1-1/+2
2012-05-11run_tests: Disable all plotsBenjamin Franzke1-2/+2
2012-05-11run_tests: Pack struct definition into a anonymous functionBenjamin Franzke1-7/+8
2012-05-11run_tests: Use end-keyword for appending to a vectorBenjamin Franzke1-1/+1
2012-05-11run_tests: Use an vector of structs for the prediction methodsBenjamin Franzke1-11/+11
2012-05-11run_tests: Optimize local_min_count storageBenjamin Franzke1-2/+2
2012-05-11run_tests: Add optimze errors into qerr/terr directlyBenjamin Franzke1-3/+1
2012-05-11Put local error calculation into calc_errorBenjamin Franzke1-6/+3
2012-05-11Store all non-emta prediction methods in a cell-arrayBenjamin Franzke1-30/+25
2012-05-11Move frequency removal regression into its own functionBenjamin Franzke1-7/+1
2012-05-11Remove log+quad algorithmBenjamin Franzke1-4/+1
2012-05-11sevenday_pred: Use same prototype as for other testsBenjamin Franzke1-1/+1
2012-05-11mean/rand_pred: Use same function prototype as regress_predBenjamin Franzke1-2/+2
2012-05-11run_tests: Store local_min_count in a variable as wellBenjamin Franzke1-2/+4
2012-05-11Print local min count for the prediction algorithmsBenjamin Franzke1-2/+7
2012-05-11Remove logarithmic + quad from optimized predictionBenjamin Franzke1-3/+3
2012-05-11Add sevenday removal algorithm to optimize-predictionBenjamin Franzke1-12/+13
2012-05-11Add optimization method.Jan Klemkow1-2/+8
2012-05-10run_tests: rotate err matrics.Jan Klemkow1-10/+10
2012-05-10run_tests: calculate global min. error.Jan Klemkow1-1/+19
2012-05-10run_tests: Rather call the combined l&qBenjamin Franzke1-1/+1
2012-05-10Combine logarithmic and quad predictionBenjamin Franzke1-0/+1
2012-05-10calc_error: return quad and total errors.Jan Klemkow1-6/+6
2012-05-10run_tests: Code clean up.Jan Klemkow1-6/+16
2012-05-10Add quadratic interterpolationBenjamin Franzke1-0/+2
2012-05-10Add logarithmic interpolation predectionBenjamin Franzke1-0/+1
2012-05-10Add a method for random prediction.Jan Klemkow1-0/+1
2012-05-08Add frequency removal to run_tests (bad result)Benjamin Franzke1-0/+8
2012-05-07Display type in run_testsJan Klemkow1-4/+4
2012-05-07Calculate errors in seperate function and plot error graph.Jan Klemkow1-13/+6
2012-05-07Add sevenday prediction.Jan Klemkow1-4/+10
2012-05-07Add total error calculation.Jan Klemkow1-2/+9
2012-04-24Add prediction test using linear regressionBenjamin Franzke1-0/+1
2012-04-24run_tests.m: Initialize product dataJan Klemkow1-0/+1
2012-04-24Add mean prediction testJan Klemkow1-0/+1