Skip to content
Snippets Groups Projects
Commit 1e4343e6 authored by Liam M. Healy's avatar Liam M. Healy
Browse files

Fix typo in docstring

parent 127d3d02
No related branches found
No related tags found
No related merge requests found
;; 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:18EST linear-least-squares.lisp> ;; Time-stamp: <2012-12-31 12:30:36EST 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 are 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment