Questions tagged [model-fitting]

Determining the best-fitting parameters of a mathematical function to accurately describe provided data.

How to adjust a dataset to one or two equations using Python

I am working with a dataset obtained from a mechanical indentation test. You can access the dataset through this link: The dataset contains information on the displacement of a spherical probe vs the force recorded during the test. My goal is to fit these ...