We will now perform the first difference transformation [z(t) - z(t-1)] to our series to remove the linear trend. > sp_linear_diff <- diff(sp_linear) > ...
確定! 回上一頁