From 71b1bbf25f8bab13f8afcfb7ee2217b295307e6f Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Tue, 20 Oct 2009 17:00:06 +0200 Subject: [PATCH] report describing the philosophy we are trying to convey. Signed-off-by: AJ Rossini --- Doc/CLS-philosophy.tex | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Doc/CLS-philosophy.tex diff --git a/Doc/CLS-philosophy.tex b/Doc/CLS-philosophy.tex new file mode 100644 index 0000000..08d823f --- /dev/null +++ b/Doc/CLS-philosophy.tex @@ -0,0 +1,50 @@ +\documentclass{article} + +\title{CLS: an approach for a new statistical system} +\author{AJ Rossini} +\date{\today} + +\begin{document} + +\maketitle + +\section{Introduction} +\label{sec:intro} + +Statisticians who use a computer for data analysis invariably take one +of two approaches (considered in the extremes here for illustration): +\begin{enumerate} +\item the \emph{FORTRAN} approach of coding numerical and algorithmic + information into the computer program code used for the data + analysis, or +\item the \emph{GUI} approach, via Microsoft Excel, SPSS, Minitab, and + similar approaches, where tasks are facilitated, sometimes with + accompanying workflow support. +\end{enumerate} +Both approaches have co-existed since the early 80s, with the FORTRAN +approach dating back to the dawn of the computing era. + +\section{Components of a procedure} +\label{sec:components} + +define a statistical procedure as a decision-making approach which +entails the intertwining of formal and informal structure. + +Components: +\begin{enumerate} +\item \label{statproc-decision} Decision to make +\item \label{statproc-assessment} Assessment approach to use + (some are inherently different, others just look different) +\item \label{statproc-normalization} Normalization of the problem for + assessment/comparison with other reference behaviours +\item \label{conclusion} Type of conclusion desired, and instance of + that conclusion (when data is present) +\end{enumerate} + +This forms an \textit{abstract class} of a procedure, which can be +represented by a real class, which can then be instantiated through +the application of data. + + + +\end{document} -- 2.11.4.GIT