From a84d625721c973394206bc6b8a6a0ae90c581226 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Thu, 11 Oct 2012 16:21:57 +0200 Subject: [PATCH] point: non-implemented code describes a possible data analysis approach to implement (one of many) not a template to code a system to! Signed-off-by: AJ Rossini --- examples/10-basicEDA.lisp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/10-basicEDA.lisp b/examples/10-basicEDA.lisp index 6497315..befffd5 100644 --- a/examples/10-basicEDA.lisp +++ b/examples/10-basicEDA.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2012-10-11 16:07:25 tony> +;;; Time-stamp: <2012-10-11 16:20:36 tony> ;;; Creation: <2009-04-19 09:41:09 tony> ;;; File: basic-eda.lisp ;;; Author: AJ Rossini @@ -25,6 +25,12 @@ ;;;;;;;;;;;;;;; EVERYTHING BELOW IS BROKEN +;; This is a test philosophy for data analysis from an EDA +;; perspective. It could be expanded to decision support and +;; inferential statistics, but currently is only intended to provide +;; statistically appropriate numerical and visual summaries that are +;; objects that can be manipulated to explore the effect of varying +;; data and metadata. ;; Summarize is the basic EDA tool -- it accepts symbols or lists of ;; symbols, to describe what, when, and how to do it. The resulting -- 2.11.4.GIT