sine wave trendline

D

dumb_founded

I would like to fit a trigonometric function to some data points in
Excel. I can't find an option that would allow me to do so. Any
suggestions?
 
O

OJ

Hi,
try clicking on the the "fx" on the formula bar and choosing "Math &
Trig" in the category box...then you have a list of Excels trig
functions...

hth,
OJ
 
H

Harlan Grove

dumb_founded said:
I would like to fit a trigonometric function to some data points in
Excel. I can't find an option that would allow me to do so. Any
suggestions?

Isn't the standard approach to fitting periodic functions Fourier Analysis?
The Data Analysis ToolPak (part of the Analysis ToolPak, which you'd need to
install via Tools > Add-Ins) includes Fourier Analysis.
 
J

Jerry W. Lewis

You can do a least squares fit of any parametric function
f(xData,parameters) by reserving a group of cells to hold trial values
for the parameters and using Solver to minimize the sum of squared
deviations =SUMPRODUCT((yData-f(xData,parameters))^2) by changing values
of parameters.

Jerry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top