* 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:
13
math/stats/linear_regression.py
Normal file
13
math/stats/linear_regression.py
Normal 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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user