Auteng
- 20
- 1
Hi how can i plot a curve (red curve at this example) like this:
The discussion revolves around methods for plotting a curve through arbitrary data points, with a focus on techniques applicable in software like MATLAB and Excel. Participants explore various mathematical approaches, including polynomial fitting and sinusoidal functions, as well as considerations for handling noisy data.
Participants express differing views on the best approach to fitting curves to data, with no consensus on a single method or model. The discussion remains unresolved regarding the most appropriate techniques for the specific data characteristics mentioned.
Participants highlight limitations in software capabilities, such as Excel's restricted trendline options and the need for transformations to achieve certain fits. There are also unresolved questions about the effectiveness of ARIMA for specific data types.
I think it should be able to handle it. It is designed for noise. If the sinusoidal component at one frame is a multiple of that component at a fixed number of frames earlier, then it should be ok. It can be applied to seasonal data. (see https://people.duke.edu/~rnau/411sdif.htm )Buzz Bloom said: