Things that need to be done as of version 0.0.2 of Goose:

KNOWN BUGS:

* We should use the matrix routines provided by GSL (the GNU
  Scientific Library) rather than my lousy hacked-up ones.

MISSING FUNCTIONALITY:

* Useful documentation is badly needed.

* The data importing facility is currently pretty pathetic.

* Need to add the "standard", Statistics 101 stuff --- hypothesis
  testing under the usual parametric assumptions, ANOVA,
  multiple regression...

* Need to add cool bootstrapping stuff from Efron & Tibshirani, like
  bootstrapped regressions, BCa intervals...

* Kernel density estimation and smoothing methods.

* Non-linear regressions (like loess), robust linear regressions.

* Time series support.

* All of the other stuff that I've forgotten.

