I have set of data points shown by the solid markers, as shown in figure and I would like to fit a curve of the form:
That means for each of the lines I need equations of the form:
Known values are y1, y2, y3 and x, unknown parameters are c, A1, A2, A3, n. How can this be done in Python?