circstat / pycircstat

Toolbox for circular statistics with Python
MIT License
157 stars 42 forks source link

Initial package structure with first ported function #1

Closed matthias-k closed 9 years ago

matthias-k commented 9 years ago

I setup a package structure including documentation and tests. As an example, I ported circ_mean (now just mean) and added a test. You can run the tests with the command nosetests.

I have not yet included a simple way to auto generate the full documentation from the source code in the setup.py, I will add that soon.

fabiansinz commented 9 years ago

There is no documentation for w and the return value in the mean function.I would fix it myself, but I only have my tablet with me.

matthias-k commented 9 years ago

That was acutally kind of on purpose, as this not yet thought to be the porting example. For the documentation, I have to check the sphinx syntax for parameters first...