I have the following data set:
Hz duration of ease-in
324 1.139
390 1.134
403 1.167
410 1.1
423.4 1.1
693.5 0.766
1040 0.567
1134 0.567
1480 0.434
I know how to find linear regression: Intercept (a): 1.3739956457219 Slope (b): -0.0006973690931099.
So, Y = a + bX
But as I've gathered more data points it appears to be on a curve. Is there a simple formula to solve for a correlation on a polynomial curve?