Interface VarianceIfc

    • Method Detail

      • getVariance

        double getVariance()
        Returns the variance of the distribution if defined
        Returns:
        double the variance of the random variable
      • getStandardDeviation

        double getStandardDeviation()
        Returns the standard deviation for the probability distribution as the square root of the variance if it exists
        Returns:
        sqrt(getVariance())