working through the statistical procedures structure. Unlike R, any new statistical...
commit43c1e5569c2707e3eca68d00a5245ead810bcc81
authorAJ Rossini <blindglobe@gmail.com>
Fri, 9 Oct 2009 10:04:00 +0000 (9 12:04 +0200)
committerAJ Rossini <blindglobe@gmail.com>
Fri, 9 Oct 2009 10:04:00 +0000 (9 12:04 +0200)
tree1346d4aa1971d7d246a7519cf4867a830e22c1b6
parent063233956737efc76969044bcba263a6a33f2462
working through the statistical procedures structure.  Unlike R, any new statistical procedure will have to be fit into the structure so to provide the additional needed characterizations.

Signed-off-by: AJ Rossini <blindglobe@gmail.com>
src/procedures/README.txt [new file with mode: 0644]
src/procedures/procedures.lisp [new file with mode: 0644]
src/procedures/template.lisp [new file with mode: 0644]
src/procedures/ttest.lisp [new file with mode: 0644]