Displaying 3 results from an estimated 3 matches for "pden".
Did you mean:
pde
2012 Mar 19
1
fitting a histogram to a Gaussian curve
...Gaussian curve(the data
closely resembles one except a few bars).
This is my code :
#!/usr/bin/Rscript
out_file = "irc_20M_opencl_test.png"
png(out_file)
scan("my.csv") -> myvals
hist(myvals, breaks = 50, main = "My Distribution",xlab = "My Values")
pdens <- density(myvals, na.rm=T)
plot(pdens, col="black", lwd=3, xlab="My values", main="Default KDE")
dev.off()
print(paste("Plot was saved in:", getwd()))
the problem here is that I a jagged distribution, you can see the result :
http://s15.postimage.org...
2003 Jul 17
0
glm.nb
...r(x = X, y = Y, w = w, etastart = eta, offset = offset,
6: Algorithm did not converge in: glm.fitter(x = X, y = Y, w = w, etastart = eta, offset = offset,
7: Algorithm did not converge in: glm.fitter(x = X, y = Y, w = w, etastart = eta, offset = offset,
8: alternation limit reached in: glm.nb(pden ~ SEX + RES + TRAVEL + TRAVHI +
---------------------------------
Want to chat instantly with your online friends? Get the FREE Yahoo!Messenger
[[alternative HTML version deleted]]
2013 Sep 04
2
opus code optimization
The opus code default compiles on -o2 optimization level. I would like to
change it to -o3. I have tried doing the changes in makefile.unix . The
change is not getting reflected. I am building the code in Code composer
studio for TI processor C6000. Could anybody help me with this
-------------- next part --------------
An HTML attachment was scrubbed...
URL: