~scipystats/+junk/skipper-revjp

« back to all changes in this revision

Viewing changes to nipy/fixes/scipy/stats/models/TODO.txt

  • Committer: joep
  • Date: 2009-08-17 03:43:53 UTC
  • mfrom: (1799.1.26 skipper-working)
  • Revision ID: josef.pktd@gmail.com-20090817034353-ktg588ju3qhmruvq
merge from Skipper, trying to clear up move, keeping history

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Tests
2
2
----------
3
 
Tests for Contrast (doing now) (no idea, needs refactoring?)
4
 
    -check reference out from library
5
 
    -seems simple enough, though I just don't have an example for the usage
6
 
    -need to find data that's appropriate for contrast analysis
7
 
Tests for other methods in Model.py 
 
3
xTests for Contrast
 
4
xTests for other methods in Model.py
8
5
xTests for other links in GLM (done except discrete distributions)
9
 
    -get data from Stata/remaining residuals from Stata (done)
10
6
Test I/O of models wrt array types, dimensions
 
7
    - add checks in all top class for data
11
8
xCheck that rpy is installed (done)
12
9
Make sure all tests actually run...
13
10
    -some problems with removing imports from __init__ have been hidden
 
11
Test residuals, stats for weighted least squares
14
12
 
15
13
Issues
16
14
----------
33
31
   -move isestimable to tools/utils and use it?
34
32
Move cox/survival, mixed, and GAM to "sandbox"?
35
33
Put formulas in docstring? (this could become "heavy"...)
 
34
    -no make a /docs/ folder for technical documentation in .rst format
36
35
Decide on where to put HCCM robust estimators.
37
36
 
38
37
 
41
40
Technical docs (theory, references, formulas)
42
41
Install for standalone package
43
42
 
44
 
Remove formula dependency
 
43
xRemove formula dependency