ConfidenceInterval:

---------------------------------------------------------------------------
   Computes the confidence interval.
   The probability that the value of a random variable will fall
   within the specified interval f.
---------------------------------------------------------------------------
   Form:
   c = ConfidenceInterval( x, f, sigma )
---------------------------------------------------------------------------

   ------
   Inputs
   ------
   x               (1,:)    Samples
   f               (1,1)    Fraction
   sigma           (1,1)    Known standard deviation

   -------
   Outputs
   -------
   c               (1,1)    Confidence

---------------------------------------------------------------------------

Children:

Common: Probability/GaussianCPDF