1) Create matrices, select some columns and use cbind to create new matrix
2) Multiply two matrices
3) Generate regression data from 01 Dec 2012 to 31 De 2012 NSE data
4) Generate Normal distribution data and plot it
plot(sort(x), dnorm(sort(x),5,2))
No comments:
Post a Comment