edu.ucla.stat.SOCR.analyses.example
Class MultiLinearRegressionBostonExample

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.example.MultiLinearRegressionBostonExample

public class MultiLinearRegressionBostonExample
extends java.lang.Object

Example data generator for ANOVA & other statistical applets.


Field Summary
static java.lang.String[] columnNames
           
static javax.swing.JTable dataTable
           
static java.lang.String[][] example
           
 
Constructor Summary
MultiLinearRegressionBostonExample()
          Constructor method for simple data generation for regression/correlation tests
 
Method Summary
static javax.swing.JTable getBostonExample()
          Constructor method for sampel data for ANOVA analysis.
 javax.swing.JTable getExample()
          returns a JTable object containing the Example Data
static java.lang.String getExampleSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

example

public static java.lang.String[][] example

columnNames

public static java.lang.String[] columnNames

dataTable

public static javax.swing.JTable dataTable
Constructor Detail

MultiLinearRegressionBostonExample

public MultiLinearRegressionBostonExample()
Constructor method for simple data generation for regression/correlation tests

Method Detail

getBostonExample

public static javax.swing.JTable getBostonExample()
Constructor method for sampel data for ANOVA analysis.


getExample

public javax.swing.JTable getExample()
returns a JTable object containing the Example Data


getExampleSource

public static java.lang.String getExampleSource()