trans.cel
Class Quantile

java.lang.Object
  extended bytrans.cel.Quantile

public class Quantile
extends java.lang.Object

Class holding info relating to one quantile value.


Field Summary
 int position
           
 float value
           
 
Constructor Summary
Quantile(int position, float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public float value

position

public int position
Constructor Detail

Quantile

public Quantile(int position,
                float value)