public class DifferenceEx1 extends Object
Computes a lagged difference formula for the airline data.
This example uses the Airline Data (Box and Jenkins 1976, p. 531) consisting of the monthly total number of international airline passengers from January 1949 through December 1960. The classDifference
is used to
compute
$$W_t = \Delta _1 \Delta _{12} Z_t = \left( {Z_t - Z_{t - 12} } \right) - \left( {Z_{t - 1} - Z_{t - 13} } \right)$$
for \(t= 14, 15, ...,24\).
Constructor and Description |
---|
DifferenceEx1() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.