hints on directory standards.
[CommonLispStat.git] / src / procedures / README.txt
blob171c6ceeea09f82e8b17adb023e6cad80f39d02d
2 Procedure components to write:
4 criteria-functions
5 - Least squares
6 - maximum likelihood
8 approximate criteria functions
9 - FO, FOCE, SAEM
10 -  
12 root-functions
13 - influence-function
14 - score-function
16 functional forms
17 - linear predictor
18 - emax
19 - logistic
20 - inverse-logistic
22 test-procedures (compare a constructed test stat against a distribution)
23 - t-test
24 - wald-test
25 - score-test
26 - likelihood-ratio-test
28 hypothesis-test-philosophies
29 - neyman-pearson-test
30 - fisher-test
33 specific-procedures:
35 t-test:
36 - test-procedure (
38 distributional-procedures
39 - bootstrap
40   - parametric (model-based)
41   - nonparametric (empirical)
42 - jackknife
43 - martingale resampling
45 goodness-of-fit / lack-of-fit