|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--saaps.math.Stat
The class Stat contains the following statistical methos: superposed and corr.
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 |
|
Field Detail |
private Matrix matrix
Constructor Detail |
public Stat(Matrix m)
Method Detail |
public RowVector superposed(boolean norm)
RowVector
object that is the result from
a superposed epoch analysis.
norm
- If true then normalize, else give sum.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |