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.
-
base
-
-
lower
-
-
precision
-
-
sign
-
-
upper
-
-
FloatAnalysis()
-
-
FloatAnalysis(String, int, int, int, int)
-
-
main(String[])
-
-
setByteTest()
-
-
setFloatTest()
-
-
setHexaTest()
-
-
setIBMTest()
-
base
public int base
precision
public int precision
lower
public int lower
upper
public int upper
sign
public int sign
FloatAnalysis
public FloatAnalysis()
FloatAnalysis
public FloatAnalysis(String testType,
int base,
int precision,
int lower,
int upper)
main
public static void main(String args[])
setHexaTest
public void setHexaTest()
setFloatTest
public void setFloatTest()
setByteTest
public void setByteTest()
setIBMTest
public void setIBMTest()
All Packages Class Hierarchy This Package Previous Next Index