- X = [ ones(N,1) airqual(:,[18 19 20]) sin(Wd) cos(Wd) airqual(:,22)]*
Where is the intercept in regress
12 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
When you use the "regress" function, where is the intercept?
0 commentaires
Réponse acceptée
ARS
le 7 Juin 2013
Hi,
In my limited knowledge, you will have to include a very first column of 'ones' in the independent variables side(matrix). Then use regress function and the very first beta coefficient will be the intercept.
An example is available here:
click on 'Regress' on the page and you will notice "ones" function:
Hope it helps.
Thanks.
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Linear and Nonlinear Regression dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!