Gaussian Peak Profile
The fundamental symmetric bell-shaped peak model describing thermal Doppler broadening and instrumental slit resolution.
Comprehensive mathematical formulations, initial guess heuristic algorithms, parameter bounds, and SciPy-verified parity benchmarks for 101 scientific regression models.
Spectral Line Profiles, Peak Deconvolution & Broadening Models
Enzyme Kinetics, Binding Affinity & Dose-Response Models
Reaction Rates, Thermal Activation & Multi-Phase Decay Models
Crystallography, Stress-Strain & Failure Distribution Models
Harmonics, Damped Oscillations, Rational Models & Polynomial Regression
The fundamental symmetric bell-shaped peak model describing thermal Doppler broadening and instrumental slit resolution.
The characteristic heavy-tailed peak profile describing natural radiative lifetime broadening and collisional damping.
A linear combination of Gaussian and Lorentzian functions providing high-speed approximation of Voigt profile line shapes.
The exact physical convolution of Gaussian Doppler broadening and Lorentzian lifetime broadening.
A versatile continuous peak model bridging pure Gaussian and Lorentzian shapes via a variable exponential exponent (m).
The definitive non-linear model for sigmoidal cooperative binding and pharmacological dose-response relationships.
Asymmetric sigmoidal bioassay model incorporating an asymmetry factor (S) for non-symmetric dose-response curves.
The cornerstone hyperbolic kinetic model describing single-substrate enzyme reaction rates.
The fundamental exponential model relating chemical reaction rate constants and diffusion rates to absolute temperature.
The standard continuous probability distribution for brittle fracture strength and component failure lifetime analysis.
Two-phase exponential decay model resolving fast and slow relaxation lifetimes.
The gold-standard symmetric sigmoidal bioassay model for quantitative ELISA and ligand binding calibration.
Exponentially decaying sinusoidal oscillation model for transient mechanical vibration and RLC circuit responses.
| Model Name | Category | Mathematical Formulation | Parameters | Validation |
|---|---|---|---|---|
| Gaussian Peak Profile | spectroscopy | y = y0 + A * exp(-((x - mu)^2) / (2 * sigma^2)) | 4 (y_0, A, \mu, \sigma) | verified |
| Lorentzian (Cauchy-Lorentz) Profile | spectroscopy | y = y0 + (2 * A / pi) * (gamma / (4 * (x - mu)^2 + gamma^2)) | 4 (y_0, A, \mu, \gamma) | verified |
| Pseudo-Voigt Profile | spectroscopy | y = y0 + A * [eta * L(x, mu, gamma) + (1 - eta) * G(x, mu, gamma)] | 5 (y_0, A, \mu, \gamma, \eta) | verified |
| True Voigt Profile (Faddeeva Convolution) | spectroscopy | V(x) = Re[wofz(z)] / (sigma * sqrt(2*pi)) where z = (x - mu + i*gamma) / (sigma * sqrt(2)) | 5 (y_0, A, \mu, \sigma, \gamma) | verified |
| Pearson VII Profile | spectroscopy | y = y0 + A * [1 + 4 * (2^(1/m) - 1) * ((x - mu) / gamma)^2]^(-m) | 5 (y_0, A, \mu, \gamma, m) | verified |
| Hill Equation (Dose-Response) | biochemistry | y = ymin + (ymax - ymin) * (x^n) / (K^n + x^n) | 4 (y_{\min}, y_{\max}, K, n) | verified |
| 5-Parameter Logistic (5PL) | biochemistry | y = D + (A - D) / ((1 + (x / C)^B)^S) | 5 (A, B, C, D, S) | verified |
| Michaelis-Menten Kinetics | biochemistry | v = (Vmax * S) / (Km + S) | 2 (V_{\max}, K_m) | verified |
| Arrhenius Equation | kinetics | k = A * exp(-Ea / (R * T)) | 2 (A, E_a) | verified |
| Weibull Distribution (Cumulative & Density) | materials-physics | Pf = 1 - exp(-(sigma / sigma0)^m) | 2 (\sigma_0, m) | verified |
| Bi-Exponential Decay | kinetics | y = y0 + A1 * exp(-t / tau1) + A2 * exp(-t / tau2) | 5 (y_0, A_1, \tau_1, A_2, \tau_2) | verified |
| 4-Parameter Logistic (4PL) | biochemistry | y = D + (A - D) / (1 + (x / C)^B) | 4 (A, B, C, D) | verified |
| Damped Sine Wave (Harmonic Oscillator) | engineering-math | y = y0 + A * exp(-gamma * t) * sin(omega * t + phi) | 5 (y_0, A, \gamma, \omega, \phi) | verified |