Displaying 1 result from an estimated 1 matches for "trjectory".
Did you mean:
trajectory
so current status of interactive PDF creation isl? trying to explore econometriic convergence thread
2011 May 23
1
so current status of interactive PDF creation isl? trying to explore econometriic convergence thread
...ml#a3512807
I generated some data points using this script
( which itself uses this data file http://98.129.232.234/temp/share/em.txt )
http://98.129.232.234/temp/share/em.R.txt
After some editing with sed, the output of the above script
made this data file showing some optimization's
"trjectory" according to my variables of interest,
http://98.129.232.234/temp/share/emx.dat.txt
df<-read.table("emx.dat",header=F,sep=" ")
I subsequently found a few ways to plot the data,
notably,
png("em.png")
plot(log(df$V1),df$V2)
png.off()
http://98.129.2...