Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
antik
gsll
Commits
1e4343e6
Commit
1e4343e6
authored
Dec 31, 2012
by
Liam M. Healy
Browse files
Fix typo in docstring
parent
127d3d02
Changes
1
Hide whitespace changes
Inline
Side-by-side
solve-minimize-fit/linear-least-squares.lisp
View file @
1e4343e6
;; Linear least squares, or linear regression
;; Liam Healy <2008-01-21 12:41:46EST linear-least-squares.lisp>
;; Time-stamp: <2012-
01-13 12:01:18
EST linear-least-squares.lisp>
;; Time-stamp: <2012-
12-31 12:30:36
EST linear-least-squares.lisp>
;;
;; Copyright 2008, 2009, 2010, 2011 Liam M. Healy
;; Copyright 2008, 2009, 2010, 2011
, 2012
Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;;
;; This program is free software: you can redistribute it and/or modify
...
...
@@ -28,7 +28,7 @@
;;;;****************************************************************************
;;; Error in GSL documentation or in code: vectors must be equal
;;; lengths but strides re not? Shouldn't (floor length stride) be n?
;;; lengths but strides
a
re not? Shouldn't (floor length stride) be n?
;;; Error in GSL documentation for gsl_fit_linear_est, "c00" instead
;;; of "cov00" etc. Last arg to gsl_fit_wmul is labelled sumsq but
;;; referred to as chisq.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment