Skip to content Skip to sidebar Skip to footer
Showing posts with the label Curve

Finding The Intersection Point Between Line And Piecewise Linear Curves

I have two curves, one is a line, for example y = x/4 and another one is the set of points which I … Read more Finding The Intersection Point Between Line And Piecewise Linear Curves

Fitting Binned Lognormal Data In Python

I have a range of particle size distribution data arranged by percentage volume fraction, like so:;… Read more Fitting Binned Lognormal Data In Python