Husam El Alqamy, B.Sc., M.Phil.
Protected Area Coordinator,
Terrestrial Environmental Research Center, TERC
Environmental Agency Abu Dhabi
Antelope Specialist Group – ASG, IUCN.
ZuZu
CANPOLIN
Husam El Alqamy, B.Sc., M.Phil.
Protected Area Coordinator,
Terrestrial Environmental Research Center, TERC
Environmental Agency Abu Dhabi
Antelope Specialist Group – ASG, IUCN.
> > Antelope Specialist Group – ASG, IUCN.- Hide quoted text -
>
> - Show quoted text -
cheers,
ed.
>>
>> On Feb 23, 10:50�am, alqamy <alq...@gmail.com> wrote:
>>
>>
>>
>> > I am using the perl script developed by Dan Warren to calculate the
>> > AIC for Maxent models. I found that in some of my runs (changing some
>> > combinations of environmental variables) that there are some
>> > contradiction between AUC and AIC. In most of the cases The model
>> > selected on basis of lowest AIC is also the model that yeilds the
>> > highest AUC, but just recently I came across a case where the model
>> > providing exceptionally good AUC (0,960) is having a high AIC that is
>> > about 40 points higher than the lowest AIC among other models. In my
>> > knowledge AIC is a formal model selection criteria while AUC is a
>> > measure of how different is the model prediction from chance. My
>> > question is what to do in such a case? Favor AIC or AUC?
>> > Hope any one can help in this regard
>>
>> > Husam El Alqamy, B.Sc., M.Phil.
>> > Protected Area Coordinator,
>> > Terrestrial Environmental Research Center, TERC
>> > Environmental Agency Abu Dhabi
>> > Antelope Specialist Group � ASG, IUCN.- Hide quoted text -
>>
>> - Show quoted text -
>
> --
> You received this message because you are subscribed to the Google Groups
> "Maxent" group.
> To post to this group, send email to max...@googlegroups.com.
> To unsubscribe from this group, send email to
> maxent+un...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/maxent?hl=en.
>
>
Husam
> >http://groups.google.com/group/maxent?hl=en.- Hide quoted text -
Husam,
Can you, please, advice me where to obtain the script to calculate
AIC?
Thanks, Tereza
Could you guys give us directions how to calculate AIC from maxent
outputs. I'm comparing models varying independently few parameters to
the same data set. I found, better graphically (based in my own
knowledge of specie and study region) models has lower AUC (with very
close range between each other) . I understand AUC is a measure of
how different is the model prediction from chance, so in my case i
think is not a good model selection index.
Thanx, Chris
"You should drop these into a directory with your occurrence points,
lambdas files, and ascii files. You need to go to a command line and
type "AIC.pl inputfile", where "inputfile" is the name of your input
file. I'm assuming your computer already knows how to run Perl
scripts.
The input file is a comma separated file that tells the script where
to find the occurrence points, ascii file, and lambda file associated
with a specific model. At present, you need to have each species in
its own separate .csv file. Once the AIC script is done, it will
output a file starting with AIC_.
That gives you likelihoods, BIC, AIC, and AICc values. The script is
currently set up so that it automatically rejects any model with more
parameters than it has data points, as Maxent will happily produce
models like this and they make AICc exhibit pathological behavior. In
response to your question: I am treating each nonzero lambda value as
a parameter in calculating information criteria, as for most purposes
I strongly prefer simpler marginal suitability functions than those
that Maxent produces by default (one of the reasons I've been playing
with AIC/BIC).
One thing I do ask is that you contact me before publishing anything
with this script to see if I've gotten a paper out on it yet. This
script was developed for part of my dissertation work, which is not
yet complete. I hope to have a paper submitted on it within a couple
of months, but obviously I would like to have my paper be the first to
discuss the method if possible. Finally, as I said before, this
script is very new and may still be buggy, but it's worked fine for me
so far. Use at your own risk!"
Dan Warren
Population Biology Graduate Group
University of California, Davis
Email: danw...@ucdavis.edu
Phone: 530-848-3809
Regarding nested and non-nested models, my understanding is that AIC
and BIC are valid for non-nested models but LRTs are not (e.g.,
Burnham and Anderson p. 88).