Python Forum

Full Version: finding probability of exceding certain threshold
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Given a numpy array of length say 300 contain different values from 0-5

How can I find the probability of exceeding certain threshold like 4 in python?

Thanks.

Mustapha.
what have you tried?