The VARIOGRAM Procedure

Parameter Estimates

When the fit process is complete, the VARIOGRAM procedure produces the "Parameter Estimates" table with information about the fitted model parameters. The table includes estimates of the parameters, their approximate standard error, the statistical degrees of freedom DF, the corresponding t statistic, and its approximate p-value. For a model with q parameters that fits an empirical semivariogram of k nonmissing lags, normal upper D normal upper F equals k minus q.

Note: Parameter estimates might have nonzero standard errors even in the rather extreme case where normal upper D normal upper F equals 0. This can typically occur when there are active optimization constraints in the fitting process.

You can request the confidence intervals for the parameter estimates of a fitted model by specifying the CL option of the MODEL statement. These confidence intervals are computed using the Wald-based formula

ModifyingAbove beta With caret Subscript i Baseline plus-or-minus stderr Subscript i times t left-parenthesis k minus q comma 1 minus alpha slash 2 right-parenthesis

where ModifyingAbove beta With caret Subscript i is the ith parameter estimate, normal s normal t normal d normal e normal r normal r Subscript i is its estimated approximate standard error, t left-parenthesis k minus q comma 1 minus alpha slash 2 right-parenthesis is the t statistic with normal upper D normal upper F equals k minus q degrees of freedom. The confidence intervals are only asymptotically valid. The significance level alpha used in the construction of these confidence limits can be set with the ALPHA= option of the MODEL statement; the default value is alpha equals 0.05.

Specify the COVB and the CORRB options in the MODEL statement to request the approximate covariance and approximate correlation matrices of the fitted parameters, respectively. These matrices are based on the optimization process results. In agreement with reporting similar optimization output in SAS/STAT software, parameters with active restraints have zeros in the corresponding rows and columns in the covariance and correlation matrices, and display 1 in the correlation matrix diagonal.

Last updated: December 09, 2022