方差 Resources

Showing items tagged with "方差"

This MATLAB implementation solves parameter estimation for Gaussian Mixture Models using the Expectation-Maximization (EM) algorithm. The program modularly separates mean, covariance, and weight estimation into independent functions saved as .M files. The main execution point is through main.m, with sample data provided in spreadsheet format for immediate testing and customization.

MATLAB 278 views Tagged

For parameter estimation problems, the Cramér-Rao Bound (CRB) establishes a lower bound on the variance of any unbiased estimator. This means it's impossible to obtain an unbiased estimator with variance smaller than this bound, providing a benchmark for comparing the performance of unbiased estimators. This program implements the Cramér-Rao Lower Bound (CRLB) with parameterized design, allowing users to customize parameters according to their specific estimation scenarios and requirements.

MATLAB 389 views Tagged

Gaussian fitting program utilizing Gaussian functions to fit data, extracting mean and variance parameters of the fitted Gaussian distribution, with implementation details for MATLAB's curve fitting toolbox and custom optimization approaches.

MATLAB 349 views Tagged

This MATLAB-based program implements the extraction of various parameter features essential for histogram analysis, including mean, variance, skewness, kurtosis, energy, and entropy. The code utilizes built-in statistical functions and custom calculations to accurately quantify distribution characteristics.

MATLAB 253 views Tagged