Given,
X-data = [1 2 3 4 5 6]
Y-data = [0.1, 0.3, 0.7, 1, 2.5, 2.7]
Model equation y = a X e^(b X)
where,
X = dataset from X-data
Y = dataset from Y-data
a and b are the coefficients
e = exponential/exp symbol
How can I calculate the value of the coefficient of a and b?