Top "Data-fitting" questions

Data fitting is to fit a line through a data set i.e. a series of data points.

fit a function to a histogram created with frequency in gnuplot

Intro In gnuplot there's a solution to create histogram from file named hist.dat what likes 1 2 2 2 3 by using commands binwidth=1 …

plot gnuplot histogram data-fitting binning
How can i reduce the linear fit plot to a certain interval?

what i do is to fit two linear function´s to my data. i know how to select the data …

gnuplot data-fitting
Sine wave frequency fitting

This question is based on a previous similar question. I have the following equation and an adjusted (some random data): 0.44*…

math matlab fft octave data-fitting
Fitting Markov Switching Models to data in R

I'm trying to fit two kinds of Markov Switching Models to a time series of log-returns using the package MSwM …

r time-series linear-regression data-fitting markov-models