Computes AIC for ordinary least squares
AIC(obs_list, crit_value, param_nb)
List of observed values to use for parameter estimation.
A named list
(names = situations names) of data.frame containing
one column named Date with the dates (Date or POSIXct format) of the different observations
and one column per observed variables with either the measured values or NA, if
the variable is not observed at the given date.
See details section for more information on the list of observations actually
used during the parameter estimation process.
Final value of the estimated criterion
Number of estimated parameters
Value of the AIC criterion for ordinary least squares. If called without arguments, returns a named list with element "name" containing the name of the function