Estimate starting values from 1D peak data and return (height,center,sigma).
y (array-like) – y data
x (array-like) – x data
negative (bool, optional) – determines if peak height is positive or negative, by default False
(height, center, sigma) – Estimates of 1 gaussian line parameters.
(float, float, float)
Contents: