If given a set of data points, how do I find a,b,c to input into a gaussian model?
y = a exp (-(x-c) / b)2
I know it's centered at x=c
Intersects at (0,a), but if the data doesn't have a "0", how do you find it?
Also, a controls the height, but in what way? and b controls the spread, but in...