Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gsll
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antonio Juan
gsll
Commits
1e4343e6
Commit
1e4343e6
authored
12 years ago
by
Liam M. Healy
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in docstring
parent
127d3d02
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
solve-minimize-fit/linear-least-squares.lisp
+3
-3
3 additions, 3 deletions
solve-minimize-fit/linear-least-squares.lisp
with
3 additions
and
3 deletions
solve-minimize-fit/linear-least-squares.lisp
+
3
−
3
View file @
1e4343e6
;; Linear least squares, or linear regression
;; Linear least squares, or linear regression
;; Liam Healy <2008-01-21 12:41:46EST linear-least-squares.lisp>
;; 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
;; Distributed under the terms of the GNU General Public License
;;
;;
;; This program is free software: you can redistribute it and/or modify
;; This program is free software: you can redistribute it and/or modify
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
;;;;****************************************************************************
;;;;****************************************************************************
;;; Error in GSL documentation or in code: vectors must be equal
;;; 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
;;; Error in GSL documentation for gsl_fit_linear_est, "c00" instead
;;; of "cov00" etc. Last arg to gsl_fit_wmul is labelled sumsq but
;;; of "cov00" etc. Last arg to gsl_fit_wmul is labelled sumsq but
;;; referred to as chisq.
;;; referred to as chisq.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment