gaussianFit

Makes a 1-D Gaussian fit of a distribution of points
542 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 (2024). 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

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

html/

Version Published Release Notes
1.2.0.0

Adding the examples

1.1.0.0

Adding the function file

1.0.0.0