python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to fit a normal distribution for scatter plot data
I have a dataframe with the x (column x) and y (column 1) values
below I am getting the mean and stdev.
Next I am plotting them together on one chart, but it just looks very wrong, It is not just that...
csuzzanna
Votes: 0
Answers: 1
Not normalized data with Fitter in Python
I am using fitter to try to fit a distribution to a set of data. My problem is that when I try to do it, the results seem to show that fitter is not normalizing the data, so no distribution will ever ...

Pablo
Votes: 0
Answers: 0
Why does adding an extra dummy parameter to a function make curve fitting work?
I've been trying to do a linear fit to some data with scipy, and I was finding that the fit was nowhere near the data. To investigate further, I tried fitting a line to some data that exactly fit on a...

Sandejo
Votes: 0
Answers: 1
How to fix "overflow encounter in exp" when curve fitting data in Scipy?
I'm using Python 3 and I'm trying to find the best fit of the following data set with the exponential function
xdata = [329.14, 339.43, 344.13, 347.02, 350.79, 353.54, 355.62, 360.51, 362.36, 364.89,
...
oscarmetal break
Votes: 0
Answers: 2