I trying to minimise an input ( 1 variable ) to a non linear function where the output is a probability.
As in, if the input is 5 the output probability is 40% , 10 input the probability becomes say 93%. The function to compute the probability is deterministic.
Now i want to minimise the input such that the probability is greater than say 80% . Is there a simple way of doing this in python using scipy library ?
Does the following help?