* Committing all dirty work to CVS. We are migrating to GIT.

Beware: changes in this commit may or may not work properly.
This commit is contained in:
wirawan
2011-10-06 19:15:05 +00:00
parent 8ebf1e422e
commit 7017fdc6af
6 changed files with 326 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
# $Id: linear_regression.py,v 1.1 2011-10-06 19:14:50 wirawan Exp $
#
# Module wpylib.math.stats.linear_regression
#
# Created: 20110414
# Wirawan Purwanto
#
# Transcribed from my cp.inc's stats1.cpp
class linreg(object):
"""Class linreg provides my standard recipe for linear regression.
"""