Dosiero:Plot regression women.jpg
El Vikipedio

Plot_regression_women.jpg (480 × 480 pixel, file size: 18 KB, MIME type: image/jpeg)
![]() | Tiu dosiero elĉerpiĝas de la Vikimedia Komunejo, kolekto de libere uzeblaj bildoj. Vidu ĝian paĝon ĉe la Komunejo por permesinformo kaj historio de redaktado. |
La bildo estas kopiita de wikipedia:en. La originala priskribo estas:
[edit] Summary
This picture cas generated with R using the following source code:
data(women) x=women$height y=women$weight n = length(x) X=cbind(rep(1,n),x,x**3) beta=solve(t(X)%*%X)%*%t(X)%*%y jpeg("plot_regression_women.jpg") plot(x,y,type="p",main="Women weight vs. height", xlab="Height (in)", ylab="Weight (lbs)") lines(x,beta[1]*rep(1,n) + beta[2]*x + beta[3]*x**3, type="l", col=2) dev.off()
[edit] Licensing
date/time | username | edit summary |
---|---|---|
17:43, 10 January 2006 | en:User:Deimos 28 | (This picture cas generated with R using the following source code: data(women) x=women$height y=women$weight n = length(x) X=cbind(rep(1,n),x,x**3) beta=solve(t(X)%*%X)%*%t(X)%*%y jpeg("plot_regression_women.jpg") plot(x,y,type="p",main="Women weight vs.) |
[edit] Historio de la dosiero
Legend: (cur) = this is the current file, (del) = delete this old version, (rev) = revert to this old version.
Click on date to download the file or see the image uploaded on that date.
- (del) (cur) 17:43, 10 January 2006 . . Deimos 28 ( en:User_talk:Deimos_28 Talk) . . 480x480 (18833 bytes) (This picture cas generated with R using the following source code: data(women) x=women$height y=women$weight n = length(x) X=cbind(rep(1,n),x,x**3) beta=solve(t(X)%*%X)%*%t(X)%*%y jpeg("plot_regression_women.jpg") plot(x,y,type="p",main="Women weight vs.)
Ligiloj al la dosiero
La jenaj paĝoj ligas al ĉi tiu dosiero: