Hi,
I dont know if this can helps or consude more, Im not an expert on statistics, but I made the same question time ago in other forum and this was the reply
AIC- and BIC- like measures for least-squares methods have been proposed. Note that OLS is a maximum-likelihood estimator (given the assumption of normal errors), so it is in line with Akaike’s (1973, 1974) proposals. Thus we can utilize the sum of squared residuals (SSR) as follows:
AIC = n*ln(SSR) + 2p,
For BIC Yamaoka et al. (1978) proposed:
BIC = n*ln(SSR) + p*ln(n),
where n is the sample size, ln the natural log, and p the number of free parameters.
Yamaoka, K., Nakagawa, T. & Uno, T. (1978). Applications of Akaike's information criterion (AIC) in the evaluation of linear pharmacokinetic equations. Journal of Pharmacokinetics and Pharmacodynamics, 6, 165-175.
Ding, C.S., & Davison, M.L. (2009). Assessing Fit and Dimensionality in Least Squares Metric Multidimensional Scaling Using Akaike’s Information Criterion. Educational and Psychological Measurement, 70(2), 199-214.
Akaike, H. (1973). Information theory as an extension of the maximum likelihood principle. In B. N. Petrov & F. Csaki (Eds.), Second international symposium on information theory (pp. 267-281). Budapest, Hungary: Akademiai Kiado.
Yamaoka et al. (1978) also proposed using SSRw for the WLS regression case. In robust WLS/WLSMV, then, this would be:
AIC = n*ln(Fmin_rwls) + 2p,
BIC = n*ln(Fmin_rwls) + p*ln(n),
where Fmin_rwls is the minimum value of the fitting function (also a suitably weighted sum of squared discrepancies, but between the observed and model-implied moments, rather than between predicted and observed case-level values as in regression). Take this all with a large block of salt though-- the behaviour of such statistics has never been studied in the SEM context as far as I know.