Wednesday, 23 January 2013

ASSIGNMENT 24-01-2013

Question 1:

plot(k1,res)
qqnorm(res)
qqline(res)


Comment: Since the residual plot is not scattered but shows a parabolic pattern, we can say that linearity is not applicable in this case. 

Question 2:
Using linear regression,
a) Residual value
b)
c) Plotting qqplot and qqline

qqnorm(res1)
Question 3:
Analysis
p value=0.687

Since p-value is greater than 5%, we cannot reject the null hypothesis


 


Tuesday, 15 January 2013

Assignment January 15, 2013

Assignment 1: Binding of two matrices

Assignment 2: Multiplication of two matrices

Assignment 3: Regression plots using NSE past month data




Assignment 4:The objective is to generate a normal distribution data and plot it.

 
Command :-
x=seq(70,130,length=200)
y=dnorm(x,mean=100,sd=10)
plot(x,y)

Tuesday, 8 January 2013

First Assignment 08-Jan, 2013


Assignment 0- X-plot for three points Histogram Plot:


Assignment 1- NSE Index Histogram Plot.


Assignment 2- NSE Graph Scatter Plot.


Assignment 3- NSE High/Low Scatter Plot.

Assignment 4- Coding for Volatility.