Class DifferenceEx2

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

public class DifferenceEx2 extends Object

Computes a lagged difference formula for the airline data excluding the lost observations.

This example uses the same data as DifferenceEx1. The first number of lost observations are excluded from \(W\) due to differencing, and the number of lost observations is also output.

See Also:
  • Constructor Details

    • DifferenceEx2

      public DifferenceEx2()
  • Method Details

    • main

      public static void main(String[] args)