normalMLE.m

Estimates heteroskedastic normal linear regression model via MLE

You are now following this Submission

This function estimates a linear regression model with errors assumed to be normal. The user can specify heteroskedasticity in the error term, weights for the estimation, and restrictions on parameter values. The analytical gradient is provided for increased speed and numerical precision.
Note that the error distribution is parameterized with standard deviations and not variances.

Cite As

Tyler Ransom (2026). normalMLE.m (https://se.mathworks.com/matlabcentral/fileexchange/47927-normalmle-m), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired by: Apply Restrictions

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

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

Added optional estimation weights to the function.

1.1.0.0

Added code to check conformability between input data and parameter vector.

1.0.0.0