Directional mean in python
Simple script to calculate circular / directional mean of some angular data. Samples is assumed to be in range of <0,2PI>. To get more information about mean of circular quantities,… Read more »
Simple script to calculate circular / directional mean of some angular data. Samples is assumed to be in range of <0,2PI>. To get more information about mean of circular quantities,… Read more »
Recently I’ve coded couple of modules for my data visualisation project and I wanted to ensure all my methods and classes are working as they should. I had this structure… Read more »
I can’t think of how many times have just wondered about how awesome the python’s list comprehensions are. I found them extremely handy while I was preprocessing data for my… Read more »