Static Estimation ================= Static parameter estimation algorithms. .. automodule:: pytcl.static_estimation :members: :undoc-members: :show-inheritance: Least Squares ------------- Ordinary, weighted, total, generalized, and recursive least squares. .. automodule:: pytcl.static_estimation.least_squares :members: :undoc-members: :show-inheritance: Maximum Likelihood ------------------ Maximum likelihood estimation and Fisher information. .. automodule:: pytcl.static_estimation.maximum_likelihood :members: :undoc-members: :show-inheritance: Robust Estimation ----------------- M-estimators (Huber, Tukey) and RANSAC algorithms. .. automodule:: pytcl.static_estimation.robust :members: :undoc-members: :show-inheritance: