The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



AkaikeInfCrit


Unit: SDL_statis
Class: none
Declaration: function AkaikeInfCrit (nobs, nvars: integer; SSE: double): double;

The function AkaikeInfCrit calculates the AIC (Akaike Information Criterion). The parameters nobs and nvars define the number of observations and variables, respectively. The parameter SSE contains the sum of squared errors. Please note that the parameter nvars has to include a constant parameter as it were a variable. So, for any MLR models including an intercept nvars must be the number of independent variables plus 1.



Last Update: 2023-Apr-24