Class LifeTablesEx1

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

public class LifeTablesEx1 extends Object

Computes a cohort life table.

This example is taken from Chiang (1968). The cohort life table has thirteen equally spaced intervals, so age[0] is set to -5.0. Similarly, the probabilities of death prior to the middle of the interval are all taken to be 0.5, so a[0] is set to -1.0.
See Also:
  • Constructor Details

    • LifeTablesEx1

      public LifeTablesEx1()
  • Method Details

    • main

      public static void main(String[] args)