gaussianFit

Makes a 1-D Gaussian fit of a distribution of points

You are now following this Submission

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 .

Categories

Find more on Linear Algebra in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.2.0.0

Adding the examples

1.1.0.0

Adding the function file

1.0.0.0