From 554e3d97a36da234cd9577f29f5836560d5640fe Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Fri, 3 Oct 2008 02:27:16 +0200 Subject: [PATCH] docs and whitespace. --- TODO.lisp | 6 +++--- src/stat-models/regression.lsp | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO.lisp b/TODO.lisp index 4e60188..f6e5713 100644 --- a/TODO.lisp +++ b/TODO.lisp @@ -14,13 +14,13 @@ ;;; 'releases'. Our software 'escapes', leaving a bloody trail of ;;; designers and quality assurance people in its wake. -;;; Current challenge to solve -- this will describe the setup and the -;;; work to solve.... +;;; This file contains the current challenges to solve, including a +;;; description of the setup and the work to solve.... - ;; Set up (in-package :cl-user) +;;(asdf:oos 'asdf:load-op 'lift) (asdf:oos 'asdf:load-op 'lispstat) (in-package :ls-user) diff --git a/src/stat-models/regression.lsp b/src/stat-models/regression.lsp index 10376d1..6c197c5 100644 --- a/src/stat-models/regression.lsp +++ b/src/stat-models/regression.lsp @@ -72,6 +72,7 @@ *object* "Normal Linear Regression Model") + (defun regression-model (x y &key (intercept T) (print T) -- 2.11.4.GIT