Best way to handle probability distributions
I'm curious to know what people recommend as the best way to handle probability distributions in Sage. Using scipy requires setting up a lambda function when doing a plot, and RealDistribution only accepts one parameter (standard deviation) for the normal distribution when there should be two. Is there a better option?
It is possible to use the normal with a different mean, by just moving all the data - in fact, I think we showed that in the PREP workshop at some point. Obviously that's not optimal, though - maybe you should open a ticket? Just sayin' :-)