Maximum Likelihood estimators of simple linear regression weights
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, Sorry if this question is too simple. I am new to matlab and statistics aswell. I have a to train a simple linear regression model which has n features. This means that I have to calculate n weights for the features. So what I need to ask is that how can I calculate the maximum likelihood estimators of the weights in matlab.
Thanks
0 Commenti
Risposte (1)
Image Analyst
il 6 Ott 2012
Try polyfit().
1 Commento
Tom Lane
il 8 Ott 2012
Or backslash or a Statistics Toolbox function such as regress, if n represents the number of columns in your matrix of features. These yield least squares estimates, which are the maximum likelihood estimators if the output (response) has a normal distribution.
Vedere anche
Categorie
Scopri di più su Regression in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!