edu.ucla.stat.SOCR.chart.util
Class Module

java.lang.Object
  extended by edu.ucla.stat.SOCR.chart.util.Module
Direct Known Subclasses:
CurvedGaussian, Uniform

public abstract class Module
extends java.lang.Object


Field Summary
protected  double[] probs
           
protected  double weight
           
protected  double xsiz
           
protected  double ysiz
           
 
Constructor Summary
Module(double xSiz, double ySiz, double w)
           
 
Method Summary
 double[] calcp(Database db)
           
 void EMprob(double[] px, Database db)
           
 void setweight(double w)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xsiz

protected double xsiz

ysiz

protected double ysiz

weight

protected double weight

probs

protected double[] probs
Constructor Detail

Module

public Module(double xSiz,
              double ySiz,
              double w)
Method Detail

setweight

public void setweight(double w)

calcp

public double[] calcp(Database db)

EMprob

public void EMprob(double[] px,
                   Database db)