How to calculate conditional probability p(a | b,c ) in python? where the probabilities are based on frequency of states a,b,c.
If you know pandas I'd use that, or just write yourself a function that takes in the points and returns probability :)
pandas