best-fit-curve Questions

3

Solved

I'm trying to calculate a best-fit curve for data using a 3-6 order polynomial. I found this tutorial: Cubic Regression (best fit line) in JavaScript First, I can't seem to get my outputs to remot...
Savoyard asked 1/2, 2015 at 23:6

6

I have a bunch of data, generally in the form a, b, c, ..., y where y = f(a, b, c...) Most of them are three and four variables, and have 10k - 10M records. My general assumption is that they ar...
Pirnot asked 9/2, 2009 at 18:1

1

Solved

I am trying to apply a best fit line to time series showing NDVI over time but I keep running into errors. my x, in this case, are different dates as strings that are not evenly spaced and y is the...
Picaresque asked 26/11, 2018 at 1:23

7

Question: How do you fit a curve to points on a plane if they aren't single valued? For the example shown, how would one fit a curve (like the black one) to the noisy blue data? It's similar to sp...
Cotenant asked 14/6, 2009 at 23:44

2

Solved

I have a requirement to create bezier curve in my project. For that purpose I am drawing a view with paint, but the problem is that I am not getting the exact shape for my need as mentioned in the ...
Baudekin asked 6/5, 2015 at 10:9

1

Solved

Right now i have a large data set with temperature going up and down all the time. I want to smoothen my data and plot the best fit line with all the temperature, Here is the data: weather...
Koski asked 13/8, 2014 at 10:4

2

Solved

I am trying to find a trend in several datasets. The trends involve finding the best fit line, but if i imagine the procedure would not be too different for any other model (just possibly more time...
Anthropogenesis asked 5/4, 2009 at 12:22
1

© 2022 - 2024 — McMap. All rights reserved.