Class CoxCoefficient

    • Method Detail

      • getCoeff

        public double getCoeff()
        Returns:
        the coeff
      • getStdError

        public double getStdError()
        Returns:
        the stdError
      • getZ

        public double getZ()
        Returns:
        the z
      • getHazardRatio

        public double getHazardRatio()
        Returns:
        the hazardRatio
      • getPvalue

        public double getPvalue()
        Returns:
        the pvalue
      • getMean

        public double getMean()
        Returns:
        the mean
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • setCoeff

        public void setCoeff​(double coeff)
        Parameters:
        coeff - the coeff to set
      • setStdError

        public void setStdError​(double stdError)
        Parameters:
        stdError - the stdError to set
      • setRobustStdError

        public void setRobustStdError​(double robustStdError)
        Parameters:
        robustStdError - the robustStdError to set
      • setZ

        public void setZ​(double z)
        Parameters:
        z - the z to set
      • setHazardRatio

        public void setHazardRatio​(double hazardRatio)
        Parameters:
        hazardRatio - the hazardRatio to set
      • setHazardRatioLoCI

        public void setHazardRatioLoCI​(double hazardRatioLoCI)
        Parameters:
        hazardRatioLoCI - the hazardRatioLoCI to set
      • setHazardRatioHiCI

        public void setHazardRatioHiCI​(double hazardRatioHiCI)
        Parameters:
        hazardRatioHiCI - the hazardRatioHiCI to set
      • setPvalue

        public void setPvalue​(double pvalue)
        Parameters:
        pvalue - the pvalue to set
      • setMean

        public void setMean​(double mean)
        Parameters:
        mean - the mean to set
      • setStandardDeviation

        public void setStandardDeviation​(double standardDeviation)
        Parameters:
        standardDeviation - the standardDeviation to set
      • fmt

        public static String fmt​(Double d,
                                 int precision,
                                 int pad)
        Parameters:
        d -
        precision -
        pad -
        Returns: