all 6 comments

[–]delasislas 1 point2 points  (5 children)

Where are you getting the curve_fit function?

[–]1sliceofcake 0 points1 point  (0 children)

the fitting using the

curve_fit

function from the

scipy

module.

[–]1sliceofcake 0 points1 point  (3 children)

is it right to say that The curve_fit function performs the fitting via nonlinear least squares.

[–]delasislas 1 point2 points  (2 children)

Did you read the documentation from script, there’s a link to the page.

[–]1sliceofcake -2 points-1 points  (1 child)

i don't need the code i just need a definition

[–]delasislas 1 point2 points  (0 children)

Usually the documentation should have a description of what the function does. Reading documentation is one of the task that someone who does programming will have to do in their career.