search for: aict

Displaying 2 results from an estimated 2 matches for "aict".

Did you mean: act
2011 Mar 30
1
Problem of: Trust relationship between 2 linux domains
...Enter DOM1$'s password: Could not connect to server DOM2LN Trust to domain DOM2 established" (note: DOM2LN is the computername of DOM2 domain). But the trusting and trusted domain were also showed in list command! Thanks for your help in advance! -- L? Thanh B?nh AICT, HCMC, VietNam +84985 302 524
2013 May 21
1
Calculating AIC for the whole model in VAR
Hello! I am using package "VAR". I've fitted my model: mymodel<-VAR(mydata,myp,type="const") I can extract the Log Liklihood for THE WHOLE MODEL: logLik(mymodel) How could I calculate (other than manually) the corresponding Akaike Information Criterion (AIC)? I tried AIC - but it does not take mymodel: AIC(mymodel) # numeric(0) Thank you! -- Dimitri Liakhovitski