From a0730cd9af58f7019a69b25b7c0942be346cf51d Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Tue, 30 Nov 2010 18:02:25 +0100 Subject: [PATCH] load cl-variates so that we get the right loading done. Signed-off-by: AJ Rossini --- cls.asd | 5 +++-- src/packages.lisp | 9 +++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/cls.asd b/cls.asd index 061af63..46366ba 100644 --- a/cls.asd +++ b/cls.asd @@ -1,5 +1,5 @@ ;; -*- mode: lisp -*- -;;; Time-stamp: <2010-11-02 11:29:10 tony> +;;; Time-stamp: <2010-11-30 17:58:30 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> ;;; File: cls.asd ;;; Author: AJ Rossini @@ -76,7 +76,8 @@ :rsm-string ;;; need to select pRNG stream system ;; :cl-random ;; or cl-variates, or...? - ;;; if graphics exist, then... + :cl-variates + ;;; if graphics exist, then... ;; :cl-cairo2 :cl-2d ) :components ((:static-file "version" :pathname #p"version.lisp-expr") diff --git a/src/packages.lisp b/src/packages.lisp index 9157970..653726a 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2010-11-04 16:45:44 tony> +;;; Time-stamp: <2010-11-10 14:03:10 tony> ;;; Creation: <2008-03-11 19:18:34 user> ;;; File: packages.lisp ;;; Author: AJ Rossini @@ -274,7 +274,12 @@ poisson-cdf poisson-quant poisson-pmf poisson-rand binomial-cdf binomial-quant binomial-pmf binomial-rand)) - +(defpackage :cls-probability + (:use common-lisp + cl-variates + ) + (:export probability-law distribution + density-fcn quantile-fcn survivorship-fcn )) (defpackage :lisp-stat-math (:use :common-lisp -- 2.11.4.GIT