abdallah alsayed
Followers: 0 Following: 0
Feeds
已回答
Plot: Predicted vs Actual Response and Residuals vs Predictors?
for i=1:100 %100 is number of sample in x and y plot([i i],[x(i) y(i)],'color',[0,0,0]+0.5); hold on plot(x,'o')...
Plot: Predicted vs Actual Response and Residuals vs Predictors?
for i=1:100 %100 is number of sample in x and y plot([i i],[x(i) y(i)],'color',[0,0,0]+0.5); hold on plot(x,'o')...
5 years 前 | 0