- #1
VictorH
- 5
- 0
Homework Statement
Ok, so I'm trying to fit a set of data (21000 points to be exact) to a sine function.
Homework Equations
Y = A*sin(ωt)
The Attempt at a Solution
I used NumPy to get the parameters A and ω with the least squares method. So far, so good. However, i appear to have reached an impass, this values don't have an uncertainty that accompanies them.
My question is: how do i propagate the error in the amplitude and the frecuency? In a quick web search I have not found any helpful inside in anything different of uncertainty of slopes in linear regressions. Can you recommend literature or websites that cover this topic? Bear in mind a freshman undergrad level of computer expertise and experimentation skill.
Thanks in advance