saaps.math
Class Stat

java.lang.Object
  |
  +--saaps.math.Stat

public class Stat
extends java.lang.Object

The class Stat contains the following statistical methos: superposed and corr.

Version:
1.0 1999-09-21
Author:
Peter Wintoft

Field Summary
private  Matrix matrix
           
 
Constructor Summary
Stat(Matrix m)
           
 
Method Summary
 RowVector superposed(boolean norm)
          Returns a RowVector object that is the result from a superposed epoch analysis.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

matrix

private Matrix matrix
Constructor Detail

Stat

public Stat(Matrix m)
Method Detail

superposed

public RowVector superposed(boolean norm)
Returns a RowVector object that is the result from a superposed epoch analysis.

Parameters:
norm - If true then normalize, else give sum.