Hi, Is there anyway to extract the AIC and BIC from the summary statistics in fGarch package? g <- garchfit(data) summary(g) will display the AIC and BIC, but I can't find a way to store those in a variable (in order to loop through different parameters, investigating their effect). Thank you, David Rubins