Can any one help me how to solve Exponential Regression y = a*ln(x) + b using C#
i have double[] inputs = { 61, 62, 63, 65 };
i have double[] inputs = { 61, 62, 63, 65 };
double[] outputs = { 3.6, 3.8, 4.8, 4.1 };
i am trying to get output value for 66 input value.