Skip to content

Commit a3ae97a

Browse files
committed
Add support for OLS regression
1 parent 3b68786 commit a3ae97a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Statistics/Matrix.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
module Statistics.Matrix
1212
(
1313
Matrix(..)
14+
, Vector
1415
, fromList
1516
, fromVector
1617
, toVector

Statistics/Matrix/Mutable.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
module Statistics.Matrix.Mutable
99
(
1010
MMatrix(..)
11+
, MVector
1112
, replicate
1213
, thaw
1314
, bounds

0 commit comments

Comments
 (0)