You can use use the standard error of the coefficient to COMPUTE the t value . INTERPREATION of the t value i.e. converting the t value to a probability using the normal distribution REQUIRES that the errors from the model are Gaussian. To test the Gaussian assumption one must verify the following:
- There are no pulses/level shifts/seasonal pulses/time trends in the error process
- The error variance is free of structural change i.e. deterministic change suggesting the possible need for Weighted Least Squares.
- The error variance is not relatable to the expected value suggesting the possible need for a power transform e.g. logs/square roots/reciprocals etc.
- The parameters of the ARIMA model are invariant over time suggesting time varying parameters (coefficients)
- The square of the errors is not describable as an ARIMA process possibly suggesting the need for a GARCH augmentation.
Good software not only estimates the parameters but tests the assumptions that are necessary to convert the computed t values to probabilities. Alas and alack this is often missing !