Class statTest

java.lang.Object
  |
  +--statTest

class statTest
extends java.lang.Object

Test the experimental code to generate a normal curve with the mean and standard deviation derived from a coefficient spectrum (in this case the highest frequency spectrum).


Constructor Summary
(package private) statTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void print_curve(statistics.bell_info info, statistics.point[] curve)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

statTest

statTest()
Method Detail

print_curve

public static void print_curve(statistics.bell_info info,
                               statistics.point[] curve)

main

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