Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cumulative Sum

How To Interpolate A Cumulative Function In Python

I have a cumulative function (CDF) made of 6 points. I have to interpolate it so I used interp1d (f… Read more How To Interpolate A Cumulative Function In Python