uw-echospace / batmo

0 stars 0 forks source link

Investigate statistical analysis #7

Open m-ball3 opened 1 year ago

m-ball3 commented 1 year ago
m-ball3 commented 1 year ago

Perks and Goodenough (2020) used Kilmogorov-Smirnov two-sample tests, generalized linear mixed models, and Poisson distribution + link log function (to get AIC) for their analysis of weather data + bat call detection - look into these methods (can these be run in pandas with the data that I have?).

leewujung commented 1 year ago

can these be run in pandas with the data that I have?

I ended up learning some R in order to run generalized linear mixed models, but the KS 2-sample tests I used functions in scipy.stats before but i'd be curious to see if pandas has something too!