Class WaldTestInfo


  • public class WaldTestInfo
    extends java.lang.Object
    Author:
    Scooter Willis
    • Constructor Summary

      Constructors 
      Constructor Description
      WaldTestInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getDf()  
      double getPvalue()  
      double getTest()  
      void setDf​(int df)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • WaldTestInfo

        public WaldTestInfo()
    • Method Detail

      • getTest

        public double getTest()
        Returns:
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getPvalue

        public double getPvalue()
        Returns:
      • getDf

        public int getDf()
        Returns:
        the df
      • setDf

        public void setDf​(int df)
        Parameters:
        df - the df to set