Output y of a system is a non increasing function of an input x
Based on my studies I have found that it can be estimated as below
$$
y = be^{ax}+c
$$
From measurement I have five values of y for x that are not equally spaced. I.e I have values of y for x= 5,10,20,40,50.
Values of y are exponentially decreasing and hence should fit the generic equation above.
The task at hand is to find values of a,b and c from these five measurement data. I understand that I have enough points of data for calculating three unknowns. I want to know a iterative/generic logic to come up with estimations of these unknowns, since I have to do this for hundreds of measurements.
PS: Some points already known to me
ccan be estimated by looking for asymptotesais negative as my function is exponentially decreasing withx
I am new to this community, Please consider that while you answer/comment