Simfit tutorials and worked examples
Essentials
Data files
Results files
Statistical analysis
Statistical distributions
Simple statistical tests
Data exploration
Analysis of variance (ANOVA)
Analysis of frequencies and proportions
Statistical calculations
Multivariate analysis
Survival analysis
Curve and surface fitting
Data smoothing, calibration, and time series
Simulation
Numerical analysis
- Introduction to numerical analysis
Free standing calculations
- Zeros of a polynomial
- Deteminant, inverse, eigenvalues, and eigenvectors of a matrix
- Singular value decomposition of a matrix (SVD)
- Pseudo-inverse (i.e. the generalised inverse) of a matrix
- LU factorization, norms, and condition numbers of a matrix
- QR factorization of a matrix
- Cholesky factorization of a positive definite matrix
- Matrix multiplication AB, ATB, ABT, ATBT
- Evaluation of quadratic forms xTAx or xTA-1x
- Solving exact linear equations Ax = b
- Solving overdetermined linear equations Ax = b
- Solving symmetric eigenvalue problems like Ax = λBx
- Fitting inital rates, half times, lag times, and asymptotes
- Trapezoidal estimate of area under a curve and proportions above thresholds
Calculations requiring user supplied models
Simulating and fitting differential equations
Graph plotting