public class ARMAOutlierIdentificationEx2 extends Object
Performs outlier identification on an ARMA(1,1) process contaminated by outliers.
This example generates a realization of an ARMA(1,1) process via the formula Yt−0.8Yt−1=10.0+at+0.5at−1,t=1,…,300, where {at} is Gaussian white noise and E[Yt]=50.0. An additive outlier with ω1=4.5 is added at time point t=150, and a temporary change outlier with ω2=3.0 is added at time point t=200.
Constructor and Description |
---|
ARMAOutlierIdentificationEx2() |
Copyright © 2020 Rogue Wave Software. All rights reserved.