org.codehaus.jet.hypothesis.io
Class ProbabilityReader

java.lang.Object
  extended by org.codehaus.jet.hypothesis.io.readers.AbstractReader
      extended by org.codehaus.jet.hypothesis.io.ProbabilityReader

public class ProbabilityReader
extends AbstractReader

Reader of probabilities required to construct the covariance matrix of the GLS regression

Author:
Mauro Talevi

Field Summary
 
Fields inherited from class org.codehaus.jet.hypothesis.io.readers.AbstractReader
COMMA, COMMENT_PREFIX, FIELD_SEPARATOR, FIELD_SEPARATOR_REGEX, NA_PREFIX, NUMBER_FORMAT, WHITESPACE
 
Constructor Summary
ProbabilityReader()
           
 
Method Summary
 double[] getNorms()
           
 double[] getProbs()
           
 void read()
           
 
Methods inherited from class org.codehaus.jet.hypothesis.io.readers.AbstractReader
getClassLoader, getReader, readLines, toLines
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProbabilityReader

public ProbabilityReader()
Method Detail

read

public void read()
          throws java.io.IOException
Throws:
java.io.IOException

getProbs

public double[] getProbs()

getNorms

public double[] getNorms()


Copyright © 2006-2007. All Rights Reserved.