最小二乘估计 Resources

Showing items tagged with "最小二乘估计"

This algorithm collection provides fitting functions for multiple probability distributions, including Maximum Likelihood Estimation (MLE), Least Squares Estimation (LSE), and Expectation-Maximization (EM) algorithm-based Gaussian mixture model estimation. The package includes EM algorithm test cases with practical implementations and plotting functions for each distribution visualization. The implementation demonstrates parameter optimization techniques and distribution fitting workflows, making it highly valuable for statistical modeling and machine learning applications.

MATLAB 212 views Tagged

This algorithm implementation includes maximum likelihood estimation, least squares estimation, EM algorithm-based Gaussian mixture model estimation with test cases, and plotting functions for each distribution. Features comprehensive code examples demonstrating parameter optimization techniques and expectation-maximization workflows.

MATLAB 228 views Tagged

This algorithm implements node positioning using Least Square Estimation with Time of Arrival (TOA) measurements between transmitters and receivers. The code demonstrates the complete positioning methodology while generating a 2D visualization of the calculated node coordinates, incorporating essential implementation details through embedded comments.

MATLAB 271 views Tagged