org.codehaus.jet.hypothesis.io
Interface WeightReader

All Known Subinterfaces:
BetaReader, CriticalValueReader
All Known Implementing Classes:
AbstractBetaReader, AbstractCriticalValueReader, ECMReader, JohansenReader, LRCReader, URCReader

public interface WeightReader

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

Author:
Mauro Talevi

Method Summary
 double[] getWeights()
           
 void read(int[] options)
           
 

Method Detail

read

void read(int[] options)
          throws java.io.IOException
Throws:
java.io.IOException

getWeights

double[] getWeights()


Copyright © 2006-2007. All Rights Reserved.