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

java.lang.Object
  extended by edu.ucla.stat.SOCR.chart.util.Mixture
      extended by edu.ucla.stat.SOCR.chart.util.GaussLineMixture

public class GaussLineMixture
extends Mixture


Field Summary
 
Fields inherited from class edu.ucla.stat.SOCR.chart.util.Mixture
db, kernel, maxkp, type, typecurvedgauss, typegauss, typeline, typescaleshift, typeuniform, xsiz, ysiz
 
Constructor Summary
GaussLineMixture(double xSize, double ySize, Database DB)
           
 
Method Summary
 XYDataset[] getDatasets()
           
 void setRange(double xsize, double ysize, double xstart, double ystart)
           
 void setRange(int kernel_index, double xsize, double ysize, double xstart, double ystart)
           
 
Methods inherited from class edu.ucla.stat.SOCR.chart.util.Mixture
EM, EMmain, getKernel, getKernelColor, getnk, initKernel, likelihood, randomKernels, randomKernels, setKernelColor, setManualKernels, setnk, setnk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaussLineMixture

public GaussLineMixture(double xSize,
                        double ySize,
                        Database DB)
Method Detail

getDatasets

public XYDataset[] getDatasets()

setRange

public void setRange(double xsize,
                     double ysize,
                     double xstart,
                     double ystart)

setRange

public void setRange(int kernel_index,
                     double xsize,
                     double ysize,
                     double xstart,
                     double ystart)