Tuesday, 8 January 2013

IT LAB- 1

                                               IT Lab -1



Assignment 1
Draw Histogram
command hist(mergedata)
Output:


Command plot(z,type="h")
Output:
Assignment 2
Name the graph, X-axis,Y-axis

Command Plot (z,main="NSEGraph",xlab="Time",ylab="NIFTY50")
Output

Assignment 3
 Draw a scatter graph
Command Plot(zcol1,zcol4,type="h")
Output


 Assignment 4

Find the volatility of the given period
Command mergedata<- c(zcol1,zcol4)
range(mergedata)
Output



No comments:

Post a Comment