<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 ;;; -*- mode: lisp -*-
 
-;;; Time-stamp: &lt;2009-10-09 12:02:09 tony&gt;
+;;; Time-stamp: &lt;2009-10-09 12:17:47 tony&gt;
 ;;; Creation:   &lt;2009-03-12 17:14:56 tony&gt;
 ;;; File:       procedures.lisp
 ;;; Author:     AJ Rossini &lt;blindglobe@gmail.com&gt;
@@ -44,11 +44,20 @@
 ;;; knowledge-base whose leaves are described by the path to them.
 
 (defvar *statistical-procedure-components*
-  '(wald-test
-    t-test
-    likelihood-ratio-test
-    score-test
-
+  '((interval-estimation
+
+     (hypothesis-testing ; coarsened interval
+      (frequentist
+       (fisherian
+	(neyman-pearson
+	 (wald-test
+	  t-test
+	  likelihood-ratio-test
+	  score-test))))))
+    (point-estimation
+     maximum-likelihood-estimation)
+
+    ()
     optimization
     root-finding
 
@@ -57,8 +66,15 @@
     mathematical-forms
     ))
 
+(defclass statistical-ontology-class ()
+  ()
+  (:documentation &quot;container class for manipulation of structural components.&quot;))
 
 (defclass statistical-decision ()
+  ((ontology-classification :initform nil
+			    :initarg :ontology-classification
+			    :type statistical-ontology-class
+			    ))
   (:documentation &quot;instance describing the end result, if it is an
   interval/range/region, or point estimate, or a conclusion from a
   test (i.e. hypothesis(es) selected, strength of conclusion)&quot;))</diff>
      <filename>src/procedures/procedures.lisp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>71b1bbf25f8bab13f8afcfb7ee2217b295307e6f</id>
    </parent>
  </parents>
  <author>
    <name>AJ Rossini</name>
    <email>blindglobe@gmail.com</email>
  </author>
  <url>http://github.com/blindglobe/common-lisp-stat/commit/bb5f48a77ccde7889c81bb779cb4f775b590b310</url>
  <id>bb5f48a77ccde7889c81bb779cb4f775b590b310</id>
  <committed-date>2009-10-20T08:00:37-07:00</committed-date>
  <authored-date>2009-10-20T08:00:37-07:00</authored-date>
  <message>more fleshing out the classes.

Signed-off-by: AJ Rossini &lt;blindglobe@gmail.com&gt;</message>
  <tree>c50a9505d3550d33c1441f867e5836c2d803f25c</tree>
  <committer>
    <name>AJ Rossini</name>
    <email>blindglobe@gmail.com</email>
  </committer>
</commit>
