In ARIMA/SARIMA one parameter id "d", which specifies difference. For differencing when d>1, I have heard two expressions: "n differencing", "n-order differencing". Are these two expressions referring to the same thing?
For example, for 2nd order difference, I have seen the following formula:
yt − 2yt−1 + yt−2
What would be the 2nd difference formula (d=2)? Is this the same as previous formula? Any help is appreciated.