python statistics normal distribution continuous density
Normal Distribution: Stats Class Code. Colorful wind chimes of bells and clay I was attempting to write the different formula's I would need for a normal distribution curve and the calculations we'd need for class. There is a bit of success and a bit of failure in the code. I may tweek it a bit more, so that someone could enter the a and b, size of the curve, and the area range they want and it does the deviation, and mean calculations also, but this is enough for now. As always, drop a comment if you see anything wrong, or that needs improvement. Take the code, practice, break it, build it, have fun learning. Lessons learned: Now for this bit of code, I was sure I could use the formula I found in this Khan video to write my own python function to find the probability in a range under a curve. Turns out, no, the math is way more complex for a continuous function. I am leaving my function and the way it uses the formula in the code block. I m...