Table of Contents

Module: Mean sam/analysis/Mean.py
Imported modules   
from AnalysisPlugins import *
from Numeric import transpose
from Table import *
from stats import amean
Functions   
mean
  mean 
mean ( table )

Purpose: Returns a table with each column of each array holding the average of each column: mean = (1/n)(x1 + x2 + ... + xn), the xi's are the data values in each column, and n is the number of data values in each column. The new table has labels to indicate columns now contain the mean.

Used by: Plugin

Uses: AnalysisPlugins, Numeric, stats, Table

Input: table : Table

Output: mean : Table

Preconditions: None

Postconditions: None

SRS Refs: 3.2.1.3b

Author: rihoward

Date: 25/7/02


Table of Contents

This document was automatically generated on Wed Oct 30 23:04:21 2002 by HappyDoc version 2.0