Is there any justfification for producing a standard error of a single exponentially weighted coefficient?
If yes, how can we interpret the p-value?
Background
I use SAS ETS to estimate a single exponential smoothing model. When i select the optimize option for the estimation of the smoothing weight I get the estimated value (optimal), a standard error, a t-value and a p-value. How is the standard error calculated (e.g. what is the formula for it) and what is the menaing of the p-value. In the users guide it says that:
The standard errors associated with the smoothing weights are calculated from the Hessian matrix of the sum of squared, one-step-ahead prediction errors with respect to the smoothing weights used in the optimization process.
As far as I know the optimal weight is calcualted with a non-linear optimization procedure (heuristcs search with objective function to be minimzed the MSE or somthing similar). Based on this the statistical concepts are not applicable in this case (e.g. if we repeat the calculations in another sample then in the 95% of the cases etc.) So what is the meaning of the p-value and the standard error calcualtion? Do we have to check whether the smoothing coefficient is significant or not or we just disregard the standard error and the p-values?
Is there any use of the standard error, the t-value and the p-value?