Class CdfEx1

java.lang.Object
com.imsl.test.example.stat.CdfEx1

public class CdfEx1 extends Object

Evaluates various cumulative distribution functions.

This example evaluates three different distributions, beta, binomial, and chi-square at a quantile (a single point in the domain of the random variable).
See Also:
  • Constructor Details

    • CdfEx1

      public CdfEx1()
  • Method Details

    • main

      public static void main(String[] args)