Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23160

Integral form of cdf in Python

$
0
0

I want to use a mathematical model of this kind. How do I find the exact integral form of cdf(x) which Python uses in this context?

from scipy import statsdef model(x, x0, s, A, c):    law = stats.norm(loc=x0, scale=s)    return A * law.cdf(x) + c

Viewing all articles
Browse latest Browse all 23160

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>