Static Estimation ================= Static parameter estimation algorithms. .. automodule:: pytcl.static_estimation :no-members: :no-undoc-members: 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: Localization ------------ Closed-form static localization: TDOA least squares, bistatic range-only, range-rate-only velocity, and an ad-hoc radar covariance. .. automodule:: pytcl.static_estimation.localization :members: :undoc-members: :show-inheritance: