util.apps
Class ScatterPlot

java.lang.Object
  extended byutil.apps.ScatterPlot

public class ScatterPlot
extends java.lang.Object

Draws a simple scatter plot and calculates a Pearson correlation coefficient for two serialized int[] or float[] arrays.

Author:
nix

Constructor Summary
ScatterPlot()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void printDocs()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScatterPlot

public ScatterPlot()
Method Detail

main

public static void main(java.lang.String[] args)

printDocs

public static void printDocs()