Feeds
已回答
Using fitglm for the generalized linear model in matlab
The fitglm function assumes an intercept, so your design matrix is actually: [1s, 1s, x, x.^2, x.^3]. You need to turn the in...
Using fitglm for the generalized linear model in matlab
The fitglm function assumes an intercept, so your design matrix is actually: [1s, 1s, x, x.^2, x.^3]. You need to turn the in...
7 years 前 | 0