Tag

data fitting

0 views collected around this technical thread.

Model Perspective
Model Perspective
Nov 29, 2024 · Fundamentals

10 Essential Scientific Math Models and How to Fit Them with Origin

This article introduces ten widely used scientific mathematical models, explains their typical application scenarios, and provides step‑by‑step instructions for implementing each model with the Origin data‑analysis software, covering linear, exponential, kinetic, adsorption, enzymatic, and advanced fitting techniques.

Origin softwaredata fittinglinear regression
0 likes · 10 min read
10 Essential Scientific Math Models and How to Fit Them with Origin
Model Perspective
Model Perspective
Jan 10, 2023 · Fundamentals

Fit Real-World Data with Fourier Series Using Python

This article explains Fourier series theory, demonstrates how to remove linear trends from monthly CO₂ data, and shows step‑by‑step Python code using SciPy's curve_fit to fit and predict the data with a 100‑term Fourier expansion.

Fourier seriesPythondata fitting
0 likes · 6 min read
Fit Real-World Data with Fourier Series Using Python
Model Perspective
Model Perspective
Aug 17, 2022 · Fundamentals

Boost Python Linear Algebra Performance with SciPy.linalg

This article explains how SciPy’s linalg module, built on optimized BLAS/LAPACK libraries, extends NumPy’s linear algebra with faster routines and advanced algorithms, and demonstrates fitting a quadratic polynomial using least‑squares via a practical code example.

NumPyPythonSciPy
0 likes · 3 min read
Boost Python Linear Algebra Performance with SciPy.linalg
Model Perspective
Model Perspective
Jun 10, 2022 · Fundamentals

How to Fit Data with Python: From Scatter Plot to Exponential Curve

This article explains the concept of data (curve) fitting, demonstrates how to plot raw data points with Matplotlib, and shows step‑by‑step how to use SciPy's curve_fit to derive an exponential model that matches the given dataset.

MatplotlibPythonSciPy
0 likes · 3 min read
How to Fit Data with Python: From Scatter Plot to Exponential Curve