Filter Coefficients of the Fractional Differencing Operator
Output is with positive signs on the left-hand side of the equation.
d_to_coef(d, max_i = 1000)
d
: the fractional differencing coefficient.max_i
: the maximum index up until which to return the coefficient series.A numeric vector is returned.
Consider the FARIMA model
where are the innovations and where . is the fractional differencing coefficient.
The fractional differencing operator can alternatively be expressed as an infinite coefficient series, so that
where is the backshift operator and where , , are the coefficients. Note that by definition.
The function returns the series of coefficients .
d_to_coef(d = 0.3, max_i = 100)
Dominik Schulz (Scientific Employee) (Department of Economics, Paderborn University),
Author