fhui28 / CBFM

Spatio-temporal joint species distribution modeling using community-level basis functions
13 stars 2 forks source link

Should logLik and other ICs use estimated DFs instead of fixed DFs for the basis function component #14

Closed fhui28 closed 3 years ago

fhui28 commented 3 years ago

Currently it does the latter because it is easy to calculate, but perhaps both options should be allowed so users can pick?

fhui28 commented 3 years ago

Added option use_edf to logLik, AIC and AICc options.

Also changed to use common terminology of "estimated degrees of freedom" as much as possible.