gaussianFit

Makes a 1-D Gaussian fit of a distribution of points
545 Downloads
Updated 11 Sep 2015

View License

This function makes a gaussian fit of a distribution of data. It is based on the MATLAB built-in function lscov. Indeed it is an interface to lscov in the log space of the distribution. It also implements an algorithm that automatically calculates the array of weights in order to remove the bias introduced by the noise in the tails of the distribution.

Cite As

Nicola Galante (2026). gaussianFit (https://www.mathworks.com/matlabcentral/fileexchange/52979-gaussianfit), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Linear Algebra in Help Center and MATLAB Answers
Version Published Release Notes
1.2.0.0

Adding the examples

1.1.0.0

Adding the function file

1.0.0.0