| |
| | [No title] (Site not responding. Last check: 2007-10-21) |
 | | The most commonly used regression model, % the ordinary linear regression, models y as a normal random variable, whose % mean is linear function of the predictors, b0 + b1*x1 +... |
 | | x3,y3,z3,'r-', x3([k k]),y3([k k]),[0 z3(k)],'r:'); zlim([0 1]); xlabel('X'); ylabel('Y'); zlabel('Probability density'); grid on; view([-45 45]); %% % In a generalized linear model, the mean of the response is modeled as a % monotonic nonlinear transformation of a linear function of the % predictors, g(b0 + b1*x1 +...). |
 | | Logistic regression is a special case of a generalized % linear model, and is more appropriate than a linear regression for these % data, for two reasons. |
| www.clemson.edu /cle4_share/CWE/COES0915_CLUG/REFERENCE/matlabr14/toolbox/stats/glmdemo.m (1165 words) |
|