Top "Curve-fitting" questions

Fitting 1-D curve to data points, minimizing pre-defined error/loss function.

Python curve_fit with multiple independent variables

Python's curve_fit calculates the best-fit parameters for a function with a single independent variable, but is there a way, …

python scipy curve-fitting
How can I fit a gaussian curve in python?

I'm given an array and when I plot it I get a gaussian shape with some noise. I want to …

python scipy curve-fitting gaussian
curve fitting with python

I'm trying to fit some data and stuff, I know there is a simple command to do this with python/…

python numpy curve-fitting
Use of curve_fit to fit data

I'm new to scipy and matplotlib, and I've been trying to fit functions to data. The first example in the …

python python-3.x scipy curve-fitting least-squares
3D curvefitting

I have discrete regular grid of a,b points and their corresponding c values and I interpolate it further to …

matlab curve-fitting maple mplot3d
fitting multivariate curve_fit in python

I'm trying to fit a simple function to two arrays of independent data in python. I understand that I need …

python scipy curve-fitting
Fitting logarithmic curve in R

If I have a set of points in R that are linear I can do the following to plot the …

r curve-fitting linear-regression logarithm
Fitting a function in R

I have a few datapoints (x and y) that seem to have a logarithmic relationship. > mydata x y 1 0 123 2 2 116 3 4 113 4 15 100 5 48 87 6 75 84 7 122 77 > …

r curve-fitting lm nls
Nonlinear regression with python - what's a simple method to fit this data better?

I have some data that I want to fit so I can make some estimations for the value of a …

python regression curve-fitting
Linear regression in R (normal and logarithmic data)

I want to carry out a linear regression in R for data in a normal and in a double logarithmic …

r plot linear-regression curve-fitting power-law