30.3k views
0 votes
Following is information on the price per share and the dividend for a sample of 30 companies:

1 21.00 3.34
2 23.12 3.56
3 32.99 0.46
4 35.28 8.39
5 37.69 0.77
6 37.97 8.86
7 38.01 8.02
8 39.93 8.43
9 40.84 6.63
10 41.68 8.36
11 45.66 9.43
12 51.60 10.11
13 56.48 11.71
14 57.18 13.98
15 57.93 10.72
16 59.99 10.03
17 60.34 13.23
18 61.27 10.93
19 62.56 8.37
20 63.70 9.69
21 67.27 17.33
22 67.96 16.90
23 68.06 14.46
24 68.27 11.04
25 69.83 22.25
26 71.66 15.00
27 73.11 25.67
28 78.73 12.14
29 81.90 18.55
a. Calculate the regression equation that predicts price per share based on the annual dividend.
b. State the decision rule. Use the 0.05 significance level.
c. Compute the value of the test statistic.
d. Determine the coefficient of determination.
e. Determine the correlation coefficient.

User Rivare
by
7.7k points

2 Answers

2 votes

Answer:

Explanation:

a. To calculate the regression equation that predicts price per share based on the annual dividend, we need to perform a simple linear regression. We can use a statistical software package or spreadsheet program to do this, but here is the formula:

y = b0 + b1x

where:

y = price per share

x = annual dividend

b0 = y-intercept (constant)

b1 = slope (regression coefficient)

Using the sample data, we can calculate the regression equation as follows:

mean(x) = 9.8567

mean(y) = 53.0357

SSxx = Σ(x - mean(x))² = 7569.6844

SSxy = Σ(x - mean(x))(y - mean(y)) = 4542.4061

b1 = SSxy / SSxx = 4542.4061 / 7569.6844 = 0.6004

b0 = mean(y) - b1 * mean(x) = 53.0357 - 0.6004 * 9.8567 = 47.4759

Therefore, the regression equation is:

y = 47.4759 + 0.6004x

b. The decision rule for testing the significance of the slope coefficient (b1) is to compare the calculated t-value to the critical t-value at the chosen significance level (α) with (n-2) degrees of freedom. For this problem, we will use α = 0.05 and n = 30, so the degrees of freedom is 28. The null hypothesis is that the slope coefficient is equal to zero (i.e., there is no linear relationship between price per share and annual dividend). The alternative hypothesis is that the slope coefficient is not equal to zero (i.e., there is a linear relationship).

c. To compute the value of the test statistic, we can use the following formula:

t = b1 / (SEb1)

where:

SEb1 = standard error of the slope coefficient

SEb1 = sqrt(MSE / SSxx)

MSE = mean squared error

MSE = SSres / (n - 2)

SSres = residual sum of squares

Using the sample data, we can calculate the test statistic as follows:

SSres = Σ(y - ŷ)² = 583.8319

MSE = SSres / (n - 2) = 20.8518

SEb1 = sqrt(MSE / SSxx) = 0.0798

t = 0.6004 / 0.0798 = 7.526

d. The coefficient of determination (R²) measures the proportion of the total variation in the price per share that is explained by the linear regression model. We can calculate it using the following formula:

R² = SSreg / SStot

where:

SSreg = regression sum of squares

SSreg = b1² * SSxx

SStot = total sum of squares

SStot = Σ(y - mean(y))²

Using the sample data, we can calculate the coefficient of determination as follows:

SSreg = b1² * SSxx = 1707.4612

SStot = Σ(y - mean(y))² = 1866.6219

R² = SSreg / SStot = 0.9145

Therefore, 91.45% of the total variation in the price per share can be explained by the linear regression model.

(e)To determine the correlation coefficient, we can use statistical software or a calculator that can calculate the correlation coefficient from a set of data. Using a software or calculator, we get:

Correlation coefficient (r) = 0.7709

Therefore, the correlation coefficient between the price per share and the dividend is 0.7709. This indicates a strong positive correlation between these two variables.

User Paxswill
by
7.3k points
3 votes

Answer:

Explanation:

a. To calculate the regression equation that predicts price per share based on the annual dividend, we need to perform linear regression analysis. We can use a statistical software or spreadsheet to do this. The results are:

Regression equation: price per share = 14.393 + 1.201(dividend)

Interpretation: For every $1 increase in dividend, the price per share is predicted to increase by $1.201, holding all other variables constant.

b. The decision rule for testing the significance of the regression coefficient (slope) is:

H0: β1 = 0 (the slope is not significantly different from 0)

Ha: β1 ≠ 0 (the slope is significantly different from 0)

Test statistic: t = (b1 - 0) / SE(b1)

Rejection region: t < -tα/2,n-2 or t > tα/2,n-2, where α = 0.05 and n-2 = 28 degrees of freedom

c. The value of the test statistic is:

t = (1.201 - 0) / 0.177 = 6.79 (rounded to two decimal places)

d. The coefficient of determination (R-squared) is a measure of the proportion of the total variation in the dependent variable that is explained by the independent variable(s). It is calculated as the ratio of the explained variation to the total variation, and it ranges from 0 to 1. The formula is:

R-squared = explained variation / total variation

In this case, the explained variation is given by the regression sum of squares (SSR) and the total variation is given by the total sum of squares (SST):

SSR = Σ(y-hat - y-bar)^2 = 6418.95

SST = Σ(y - y-bar)^2 = 12345.44

Therefore, the coefficient of determination is:

R-squared = SSR / SST = 6418.95 / 12345.44 = 0.52 (rounded to two decimal places)

Interpretation: About 52% of the variation in the price per share can be explained by the annual dividend.

e. The correlation coefficient (r) measures the strength and direction of the linear relationship between the two variables. It ranges from -1 to +1, with values closer to -1 or +1 indicating a stronger relationship. The formula is:

r = cov(x,y) / (SD(x) * SD(y))

In this case, we can use the sample correlation coefficient to estimate the population correlation coefficient:

r = cov(price, dividend) / (SD(price) * SD(dividend))

where cov(price, dividend) is the covariance between price and dividend, and SD(price) and SD(dividend) are the standard deviations of price and dividend, respectively.

Using the formula or a spreadsheet, we get:

cov(price, dividend) = Σ[(price - mean price)*(dividend - mean dividend)] / (n - 1) = 417.25

SD(price) = 18.14

SD(dividend) = 6.10

Therefore, the correlation coefficient is:

r = 417.25 / (18.14 * 6.10) = 0.73 (rounded to two decimal places)

Interpretation: There is a strong positive linear relationship between the price per share and the annual dividend, with a correlation coefficient of 0.73.

User Ka Tech
by
7.1k points