normalMLE.m

Estimates heteroskedastic normal linear regression model via MLE

Al momento, stai seguendo questo contributo

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.

Cita come

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

Riconoscimenti

Ispirato da: Apply Restrictions

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release 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