Finding the Curve with Least Squares Approximation: 15 hrs

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
twoski
Messages
177
Reaction score
2

Homework Statement



Given this data:

hours / value
-----------
2 | 1.6
4 | 1.5
6 | 1.45
8 | 1.42
10 | 1.38
12 | 1.36

fit a curve of the form Y ≈ [itex]ae^{-bx}[/itex]

What value can you predict after 15 hours?

The Attempt at a Solution



So i can rewrite the equation as Y ≈ log(a)-bx by taking the logarithm of the original equation.

How do i go about doing a least squares approximation of this? Our lecture notes have no examples that actually show how we are supposed to compute these coefficients.
 
Physics news on Phys.org
Are there any suggested readings for actually figuring out how to compute a least squares approximation? I've read a handful of different notes and I'm still stumped. It would be nice if there was just a nice step by step methodology to this.
 
twoski said:
Are there any suggested readings for actually figuring out how to compute a least squares approximation? I've read a handful of different notes and I'm still stumped. It would be nice if there was just a nice step by step methodology to this.

Google is your friend. There are hundreds of explanatory articles, ranging from very elementary to very advanced.