org.gjt.universe
Class Distribution

java.lang.Object
  |
  +--org.gjt.universe.Distribution

public final class Distribution
extends java.lang.Object


Field Summary
(package private)  float max
           
(package private)  float mean
           
(package private)  float min
           
(package private)  float stddev
           
private  int type
           
 
Constructor Summary
Distribution(java.lang.String str)
           
 
Method Summary
 float get()
           
private  double normalInverse(double x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private int type

min

float min

max

float max

mean

float mean

stddev

float stddev
Constructor Detail

Distribution

public Distribution(java.lang.String str)
Method Detail

get

public float get()

normalInverse

private double normalInverse(double x)


Copyright © 2001 Universe Dev Team All Rights Reserved.