Correlation software

Update: I have made much progress with the software and it seems to work well and is reasonably robust. I look forward to releasing something to a public repository before too long (currently it is October 2022). In the meantime, if you want to request a correlation list for some favorite taxon let me know and I will do it for you, but only plants please.

Apparently this roughly corresponds to "phytosociology" which honestly sounds like a stupid name.

Teaser: in the PNW, which fern is geographically most associated with Polystichum munitum?
A) Struthiopteris spicant (deer fern)
B) Athyrium filix-femina (lady fern)
C) Polypodium glycyrrhiza (licorice fern)

After much incompetence, I finally have a preliminary Python program that can take iNaturalist observations (as provided to GBIF) and produce Pearson correlation coefficients for observation counts over a grid of latitude/longitude bins. Just in case anyone happens to read this and is interested. :-)

e.g. this output roughly makes sense:

--taxonA "Polystichum munitum" --taxonB "Athyrium filix-femina"
Latitude 32.0 to 52.0, increment 0.10, bins 200
Longitude -130.0 to -116.0, increment 0.10, bins 140
17926 taxon A
6026 taxon B
Correlation coefficient 0.673

compared to

--taxonA "Polystichum munitum" --taxonB "Myriopteris gracillima"
Latitude 32.0 to 52.0, increment 0.10, bins 200
Longitude -130.0 to -116.0, increment 0.10, bins 140
17926 taxon A
704 taxon B
Correlation coefficient 0.089

There are some issues I am not sure how to deal with, in particular how to handle grid blocks where both species have no observations (for now I just leave them in).

Oh, I also have a program that measures physical distances (each observation for taxonA gets a distance to the closest observation of taxonB).

General bias issues:
1) ease of recognition/identification
2) charisma/size
3) geographical accessibility, most problematic in rugged mountain and severe desert areas

(thinking about these)

Publicado el 04 de octubre de 2022 a las 05:30 PM por jhorthos jhorthos

Comentarios

This is cool!

Anotado por faerthen hace más de un año

Thanks! Plugging away on making it robust and more user friendly. If you want any correlations just ask - I can now do one taxon by all others (so far I do only plants but that is arbitrary) so you can find out what the closest correlates are to any taxon you are interested in.

Anotado por jhorthos hace más de un año

Thanks! I'll think about what would be most interesting for us. It would be fun to be able to import a species list and have it spit out the most important correlations, but that's probably a major processing issue...like the traveling salesman problem ;)

Anotado por faerthen hace más de un año

Añade un comentario

Entra o Regístrate para añadir comentarios