joferkington / mplstereonet

Stereonets for matplotlib
MIT License
189 stars 66 forks source link

Fixing the mean vector function and adding a function for Fisher Statistics #9

Closed tobias47n9e closed 9 years ago

tobias47n9e commented 9 years ago

This is just a first draft for how the mean vector and Fisher Statistics could be included in the analysis module. Not sure if mean vector and Fisher Statistics should be just one function. The extra calculation time for unneeded values is maybe not a problem?

I also fixed the bug in the mean vector function (https://github.com/joferkington/mplstereonet/issues/8).

joferkington commented 9 years ago

Hi Tobias,

Thanks a bunch for this pull request and sorry for my delay in getting to it. Things have been a bit hectic here lately.

These functions look really fantastic! Thanks a ton for adding them!

If you know of a couple of publications that we could pull a dataset from for tests/examples of these functions, that would be fantastic. I'm going to dig around and see what I can find, as well.

Again, thanks a bunch for a fantastic pull request. Innstereo is looking really nice these days, by the way!

tobias47n9e commented 9 years ago

Thanks for merging!

In the mean time I also already made an example. Will open a new PR!