Skip to contents

Computes smoothed periodogram

Usage

I_smooth(I, hr = 0.2, hc = 0.2)

Arguments

I

periodogram results

hr

rowwise bandwidth

hc

columnwise bandwidth

Value

Object of S3-class I_smooth

Examples

set.seed(1)
K <- MA_coef_all(.7)
x <- gridMA(25, 25, K)
smoothed_periodo <- I_smooth(I(x))
plot(smoothed_periodo)