edu.ucla.stat.SOCR.util
Class Uniform

java.lang.Object
  extended by edu.ucla.stat.SOCR.util.Uniform

public class Uniform
extends java.lang.Object


Constructor Summary
Uniform(int xSize, int ySize, 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
 

Constructor Detail

Uniform

public Uniform(int xSize,
               int ySize,
               double w)
Method Detail

setweight

public void setweight(double w)

calcp

public double[] calcp(Database db)

EMprob

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