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.
Constructor and Description |
---|
DifferenceEx2() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.