All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cohy.datstat.FloatAnalysis

java.lang.Object
   |
   +----cohy.datstat.FloatAnalysis

public class FloatAnalysis
extends Object
This attempts to find the simplest representation of the given floating numbers. The given data set may had been converted from a more restricted representation, such as bytes or hexa-decimal representations. This is not finished. Input should be 1-D Rsf. Use rsf.util.Randomselector if necessary.


Variable Index

 o base
 o lower
 o precision
 o sign
 o upper

Constructor Index

 o FloatAnalysis()
 o FloatAnalysis(String, int, int, int, int)

Method Index

 o main(String[])
 o setByteTest()
 o setFloatTest()
 o setHexaTest()
 o setIBMTest()

Variables

 o base
 public int base
 o precision
 public int precision
 o lower
 public int lower
 o upper
 public int upper
 o sign
 public int sign

Constructors

 o FloatAnalysis
 public FloatAnalysis()
 o FloatAnalysis
 public FloatAnalysis(String testType,
                      int base,
                      int precision,
                      int lower,
                      int upper)

Methods

 o main
 public static void main(String args[])
 o setHexaTest
 public void setHexaTest()
 o setFloatTest
 public void setFloatTest()
 o setByteTest
 public void setByteTest()
 o setIBMTest
 public void setIBMTest()

All Packages  Class Hierarchy  This Package  Previous  Next  Index