Documentation of 'org.statcato.statistics.inferential.ConfidenceInterval' Java class
ConfidenceInterval
org.statcato.statistics.inferential

Class ConfidenceInterval

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      double center()
      Returns the center of the interval.
      abstract double criticalValue()
      Returns the critical value corresponding to the given confidence level.
      double lowerLimit()
      Returns the lower limit of the confidence interval.
      abstract double marginOfError()
      Returns the margin of error.
      java.lang.String toString()
      Returns a string representing the confidence interval (lower limit, upper limit).
      double upperLimit()
      Returns the upper limit of the confidence interval.
      • Methods inherited from class java.lang.Object

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

      • ConfidenceInterval

        public ConfidenceInterval()
    • Method Detail

      • marginOfError

        public abstract double marginOfError()
        Returns the margin of error.
        Returns:
        margin of error
      • criticalValue

        public abstract double criticalValue()
        Returns the critical value corresponding to the given confidence level.
        Returns:
        critical value
      • lowerLimit

        public double lowerLimit()
        Returns the lower limit of the confidence interval.
        Returns:
        lower limit
      • upperLimit

        public double upperLimit()
        Returns the upper limit of the confidence interval.
        Returns:
        upper limit
      • center

        public double center()
        Returns the center of the interval.
        Returns:
        center
      • toString

        public java.lang.String toString()
        Returns a string representing the confidence interval (lower limit, upper limit).
        Overrides:
        toString in class java.lang.Object
        Returns:
        string

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.