Class GrangerTestResult


  • public class GrangerTestResult
    extends java.lang.Object
    Version:
    1/13/11
    Author:
    "Sergey Edunov"
    • Constructor Summary

      Constructors 
      Constructor Description
      GrangerTestResult​(double fStat, double r2, double pValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getFStat()  
      double getPValue()  
      double getR2()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GrangerTestResult

        public GrangerTestResult​(double fStat,
                                 double r2,
                                 double pValue)
    • Method Detail

      • getFStat

        public double getFStat()
      • getR2

        public double getR2()
      • getPValue

        public double getPValue()