From 704e5af102f6ea8bafacce7269881686c80eaac2 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Tue, 6 Nov 2007 08:50:33 +0100 Subject: [PATCH] cleaned up dependencies, still a mess. --- lispstat.asd | 2 ++ ls-user.lisp | 17 +++++++---------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/lispstat.asd b/lispstat.asd index 6d9dd5c..0b570b7 100644 --- a/lispstat.asd +++ b/lispstat.asd @@ -143,7 +143,9 @@ Last touched 1991, then in 2005--2007." "dists" "lstypes" "lsfloat" + "data" "lsmath" "matrices" "linalg" + "statistics" "regression")))) diff --git a/ls-user.lisp b/ls-user.lisp index 67e8a7f..e31db56 100644 --- a/ls-user.lisp +++ b/ls-user.lisp @@ -29,15 +29,14 @@ should be packaged up elsewhere for reproducibility.") min max logand logior logxor lognot ffloor fceiling ftruncate fround signum cis) (:export - ;; lsobjects : defproto defmeth send - ;; lstypes + ;; lstypes : fixnump check-nonneg-fixnum check-one-fixnum check-one-real check-one-number - ;; lsmacros + ;; lsmacros: ;; lsfloat : machine-epsilon @@ -89,15 +88,13 @@ should be packaged up elsewhere for reproducibility.") make-rv-function make-rv-function-1 ;; data.lisp - + open-file-dialog read-data-file read-data-columns load-data + load-example *variables* *ask-on-redefine* + def variables savevar undef ;; statistics.lsp - open-file-dialog read-data-file read-data-columns load-data - load-example *variables* *ask-on-redefine* def variables savevar - undef standard-deviation quantile median interquartile-range - fivnum covariance-matrix difference rseq matrix print-matrix solve - backsolve eigenvalues eigenvectors accumulate cumsum combine - lowess + standard-deviation quantile median interquartile-range + fivnum sample ;; dists log-gamma set-seed -- 2.11.4.GIT