Concept explainers
A portion of a data set containing information for 45 mutual funds that are part of the Morningstar Funds 500 follows. The complete data set is available in the file named MutualFunds. The data set includes the following five variables:
Fund Type: The type of fund, labeled DE (Domestic Equity), IE (International Equity), and FI (Fixed Income).
Net Asset Value ($): The closing price per share on December 31, 2007.
5-Year Average Return (%): The average annual return for the fund over the past five years. Expense Ratio (%): The percentage of assets deducted each fiscal year for fund expenses. Morningstar Rank: The risk adjusted star rating for each fund; Morningstar ranks go from a low of 1-Star to a high of 5-Stars.
Fund Name | Fund Type | Net Asset Value ($) | 5-Year Average Return (%) | Expense Ratio (%) | Morningstar Rank |
Amer Cent Inc & Growth Inv | DE | 28.88 | 12.39 | .67 | 2-Star |
American Century Intl. Disc | IE | 14.37 | 30.53 | 1.41 | 3-Star |
American Century Tax-Free Bond | FI | 10.73 | 3.34 | .49 | 4-Star |
American Century Ultra | DE | 24.94 | 10.88 | .99 | 3-Star |
Ariel | DE | 46.39 | 11.32 | 1.03 | 2-Star |
Artisan Intl Val | IE | 25.52 | 24.95 | 1.23 | 3-Star |
Artisan Small Cap | DE | 16.92 | 15.67 | 1.18 | 3-Star |
Baron Asset | DE | 50.67 | 16.77 | 1.31 | 5-Star |
Brandywine | DE | 36.58 | 18.14 | 1.08 | 4-Star |
. | . | . | . | . | . |
. | . | . | . | . | . |
. | . | . | . | . | . |
- a. Develop an estimated regression equation that can be used to predict the 5-year average return given the type of fund. At the .05 level of significance, test for a significant relationship.
- b. Did the estimated regression equation developed in part (a) provide a good fit to the data? Explain.
- c. Develop the estimated regression equation that can be used to predict the 5-year average return given the type of fund, the net asset value, and the expense ratio. At the .05 level of significance, test for a significant relationship. Do you think any variables should be deleted from the estimated regression equation? Explain.
- d. Morningstar Rank is a categorical variable. Because the data set contains only funds with four ranks (2-Star through 5-Star), use the following dummy variables: 3Star-Rank = 1 for a 3-Star fund, 0 otherwise; 4StarRank = 1 for a 4-Star fund, 0 otherwise; and 5StarRank = 1 for a 5-Star fund, 0 otherwise. Develop an estimated regression equation that can be used to predict the 5-year average return given the type of fund, the expense ratio, and the Morningstar Rank. Using a = .05, remove any independent variables that are not significant.
- e. Use the estimated regression equation developed in part (d) to predict the 5-year average return for a domestic equity fund with an expense ratio of 1.05% and a 3-Star Morningstar Rank.
a.
Find an estimated regression equation that could be used to predict the 5-year average return given the type of fund.
Perform a test to check the significant relationship between variables at
Answer to Problem 56SE
The estimated regression equation that could be used to predict the 5-year average return given the type of fund is
There is a significant relationship between dependent variable (y) and independent variables FundDE (
Explanation of Solution
Calculation:
The data related to the type of fund, net asset value, 5 year average return, expense ratio and management risk of 45 mutual funds.
Multiple linear regression model:
A multiple linear regression model is given as
The dummy variable FundDE is defined as is,
The dummy variable FundIE is defined as is,
Indicator variable:
Software procedure:
Step by step procedure to create indicator variable using MINITAB software is given as,
- Choose Calc>Make Indicator variables.
- InMake indicator variables for, enterFund Type.
- In Distinct Value, enter 1 for DE and0 for IE, FI.
- Click OK.
The indicator variable is stored in the column of ‘FundDE’.
Software procedure:
Step by step procedure to create indicator variable using MINITAB software is given as,
- Choose Calc>Make Indicator variables.
- InMake indicator variables for, enterDrive.
- In Distinct Value, enter 1 for IE and0 for DE, FI.
- Click OK.
The indicator variable is stored in the column of ‘FundIE’.
In the given problem, five year average return be the dependent variable (y), FundDE be the independent variable (
Regression:
Software procedure:
Step by step procedure to obtain regression equation using MINITAB software is given as,
- Choose Stat > Regression > Regression > Fit Regression Model.
- Under Responses, enter the column of y.
- Under Continuous predictors, enter the columns ofFundDE, FundIE.
- Click OK.
Output using MINITAB software is given below:
Thus, the estimated regression equation that could be used to predict the 5-year average return given the type of fund is
State the test hypotheses.
Null hypothesis:
That is, there is not a significant relationship between dependent variable (y) and independent variables FundDE (
Alternative hypothesis:
That is, there is a significant relationship between dependent variable (y) and independent variables FundDE (
According the output, it is found that the F statistic with numerator df of 1 and denominator df of 42, corresponding to regression is 33.4584 and the p value for F statistic corresponding to regression is 0.000.
Level of significance:
The given level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that there is a significant relationship between dependent variable (y) and independent variables FundDE (
b.
Whether the estimated regression equation in part (a) provides a good fit.
Explanation of Solution
The coefficient of determination (
In the given output,
Thus, the percentage of variation in the observed values of dependent variable that is explained by the regression is 61.44%, which indicates that 61.44% of the variability in dependent variable is explained by the variability in independent variables using the linear regression model.
Thus, the model provides a good fit.
c.
Find an estimated regression equation that could be used to predict the 5-year average return given the type of fund, the net asset value and the expense ratio.
Perform a test to check the significant relationship between variables at
Explain whether any variable should be deleted from the estimated regression equation.
Answer to Problem 56SE
The estimated regression equation that could be used to predict the 5-year average return given the type of fund, the net asset value and the expense ratio is
There is a significant relationship between dependent variable (y) and independent variables FundDE (
The Net Asset value should be deleted from the estimated regression equation.
Explanation of Solution
Calculation:
Here, five year average return be the dependent variable (y), FundDE (
Regression:
Software procedure:
Step by step procedure to obtain regression equation using MINITAB software is given as,
- Choose Stat > Regression > Regression > Fit Regression Model.
- Under Responses, enter the column of y.
- Under Continuous predictors, enter the columns ofFundDE, FundIE, Net Asset Value, and Expense Ratio.
- Click OK.
Output using MINITAB software is given below:
Thus,the estimated regression equation that could be used to predict the 5-year average return given the type of fund, the net asset value and the expense ratio is
State the test hypotheses.
Null hypothesis:
That is, there is not a significant relationship between dependent variable (y) and independent variables FundDE (
Alternative hypothesis:
That is, there is a significant relationship between dependent variable (y) and independent variables FundDE (
According the output, it is found that the F statistic with numerator df of 1 and denominator df of 40, corresponding to regression is 19.5598 and the p value for F statistic corresponding to regression is 0.000.
Level of significance:
The given level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that there is a significant relationship between dependent variable (y) and independent variables FundDE (
State the test hypotheses.
Null hypothesis:
That is, the addition of the independent variable FundDE is not significant.
Alternative hypothesis:
That is, the addition of the independent variable FundDE is significant.
From the output, it is found that the t statistic corresponding to FundDE is 2.7651 with df of 40 and the p value is 0.017.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the independent variable FundDE is significant.
State the test hypotheses.
Null hypothesis:
That is, the addition of the FundIE is not significant.
Alternative hypothesis:
That is, the addition of the FundIE is significant.
From the output, it is found that the t statistic corresponding to FundIE is 5.3315 with df of 40 and the p value is 0.000.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the dummy variableFundIE is significant.
State the test hypotheses.
Null hypothesis:
That is, the addition of the Net Asset Value is not significant.
Alternative hypothesis:
That is, the addition of the Net Asset Value is significant.
From the output, it is found that the t statistic corresponding to Net Asset Value is 0.6950 with df of 40 and the p value is 0.695.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is greater than the level of significance.
That is,
Thus, the decision is “fail to reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the Net Asset Value is significant.
State the test hypotheses.
Null hypothesis:
That is, the addition of the Expense Ratio is not significant.
Alternative hypothesis:
That is, the addition of the Expense Ratio is significant.
From the output, it is found that the t statistic corresponding to Expense Ratio is 2.3399 with df of 40 and the p value is 0.024.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the Expense Ratio is significant.
Thus, Net Asset value is not significant and it should be deleted from the estimated regression equation.
d.
Find an estimated regression equation that could be used to predict the 5-year average return given the type of fund, the expense ratio and the Morningstar Rank.
Perform a test at
Answer to Problem 56SE
The estimated regression equation that could be used to predict the 5-year average return given the type of fund, the expense ratio and the Morningstar Rank is
None of the independent variables are deleted from the regression equation.
Explanation of Solution
Calculation:
The dummy variable 3StarRank is defined as is,
The dummy variable 4StarRank is defined as is,
The dummy variable 5StarRank is defined as is,
Indicator variable:
Software procedure:
Step by step procedure to create indicator variable using MINITAB software is given as,
- Choose Calc>Make Indicator variables.
- InMake indicator variables for, enterMorningstar Rank.
- In Distinct Value, enter 1 for 3-Star and0 for 2-Star, 4-Star, 5-Star.
- Click OK.
The indicator variable is stored in the column of ‘3StarRank’.
Software procedure:
Step by step procedure to create indicator variable using MINITAB software is given as,
- Choose Calc>Make Indicator variables.
- InMake indicator variables for, enterMorningstar Rank.
- In Distinct Value, enter 1 for 4-Star and0 for 2-Star, 3-Star, 5-Star.
- Click OK.
The indicator variable is stored in the column of ‘4StarRank’.
Software procedure:
Step by step procedure to create indicator variable using MINITAB software is given as,
- Choose Calc>Make Indicator variables.
- InMake indicator variables for, enterMorningstar Rank.
- In Distinct Value, enter 1 for 5-Star and0 for 2-Star, 3-Star, 4-Star.
- Click OK.
The indicator variable is stored in the column of ‘5StarRank’.
Here, five year average return be the dependent variable (y), FundDE (
Regression:
Software procedure:
Step by step procedure to obtain regression equation using MINITAB software is given as,
- Choose Stat > Regression > Regression > Fit Regression Model.
- Under Responses, enter the column of y.
- Under Continuous predictors, enter the columns ofFundDE, FundIE, Expense Ratio,3StarRank, 4StarRank and5StarRank.
- Click OK.
Output using MINITAB software is given below:
Thus, the estimated regression equation that could be used to predict the 5-year average return given the type of fund, the expense ratio and the Morningstar Rank is
State the test hypotheses.
Null hypothesis:
That is, the addition of the independent variable FundDE is not significant.
Alternative hypothesis:
That is, the addition of the independent variable FundDE is significant.
From the output, it is found that the t statistic corresponding to FundDE is 3.59 with df of 38 and the p value is 0.001.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the independentvariable FundDE is significant.
State the test hypotheses.
Null hypothesis:
That is, the addition of the FundIE is not significant.
Alternative hypothesis:
That is, the addition of the FundIE is significant.
From the output, it is found that the t statistic corresponding to FundIE is 7.02 with df of 38 and the p value is 0.000.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the dummy variableFundIE is significant.
State the test hypotheses.
Null hypothesis:
That is, the addition of the Expense Ratio is not significant.
Alternative hypothesis:
That is, the addition of the Expense Ratio is significant.
From the output, it is found that the t statistic corresponding to Expense Ratio is 2.13 with df of 38 and the p value is 0.039.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the Expense Ratio is significant.
State the test hypotheses.
Null hypothesis:
That is, the addition of the 3StarRank is not significant.
Alternative hypothesis:
That is, the addition of the 3StarRank is significant.
From the output, it is found that the t statistic corresponding to 3StarRank is 2.10 with df of 38 and the p value is 0.043.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the 3StarRank is significant.
State the test hypotheses.
Null hypothesis:
That is, the addition of the 4StarRank is not significant.
Alternative hypothesis:
That is, the addition of the 4StarRank is significant.
From the output, it is found that the t statistic corresponding to 4StarRank is 2.89 with df of 38 and the p value is 0.006.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the 4StarRank is significant.
State the test hypotheses.
Null hypothesis:
That is, the addition of the 5StarRank is not significant.
Alternative hypothesis:
That is, the addition of the 5StarRank is significant.
From the output, it is found that the t statistic corresponding to 5StarRank is 2.11 with df of 38 and the p value is 0.042.
Level of significance:
Assume the level of significance is
Rejection rule:
If the
Conclusion:
Here, the p-value is less than the level of significance.
That is,
Thus, the decision is “reject the null hypothesis”.
Therefore, the data provide sufficient evidence to conclude that the addition of the 5StarRank is significant.
Thus, all the independent variables are significant and no independent variables are deleted from the regression equation.
e.
Predict the 5-year average return for a domestic equality fund with an expense ratio of 1.05% and a 3-star Morningstar Rank.
Answer to Problem 56SE
The predicted the 5-year average return for a domestic equality fund with an expense ratio of 1.05% and a 3-star Morningstar Rank is 15.28%.
Explanation of Solution
Calculation:
According to part (d) the estimated regression equation that could be used to predict the 5-year average return given the type of fund, the expense ratio and the Morningstar Rank is
The 5-year average return for a domestic equality fund with an expense ratio of 1.05% and a 3-star Morningstar Rank implies that,
Thus, the predicted the 5-year average return for a domestic equality fund with an expense ratio of 1.05% and a 3-star Morningstar Rank is,
Thus, the predicted the 5-year average return for a domestic equality fund with an expense ratio of 1.05% and a 3-star Morningstar Rank is 15.28%.
Want to see more full solutions like this?
Chapter 15 Solutions
CENGAGENOW FOR ANDERSON/SWEENEY/WILLIAM
- Negate the following compound statement using De Morgans's laws.arrow_forwardQuestion 6: Negate the following compound statements, using De Morgan's laws. A) If Alberta was under water entirely then there should be no fossil of mammals.arrow_forwardNegate the following compound statement using De Morgans's laws.arrow_forward
- Characterize (with proof) all connected graphs that contain no even cycles in terms oftheir blocks.arrow_forwardLet G be a connected graph that does not have P4 or C3 as an induced subgraph (i.e.,G is P4, C3 free). Prove that G is a complete bipartite grapharrow_forwardProve sufficiency of the condition for a graph to be bipartite that is, prove that if G hasno odd cycles then G is bipartite as follows:Assume that the statement is false and that G is an edge minimal counterexample. That is, Gsatisfies the conditions and is not bipartite but G − e is bipartite for any edge e. (Note thatthis is essentially induction, just using different terminology.) What does minimality say aboutconnectivity of G? Can G − e be disconnected? Explain why if there is an edge between twovertices in the same part of a bipartition of G − e then there is an odd cyclearrow_forward
- Let G be a connected graph that does not have P4 or C4 as an induced subgraph (i.e.,G is P4, C4 free). Prove that G has a vertex adjacent to all othersarrow_forwardWe consider a one-period market with the following properties: the current stock priceis S0 = 4. At time T = 1 year, the stock has either moved up to S1 = 8 (with probability0.7) or down towards S1 = 2 (with probability 0.3). We consider a call option on thisstock with maturity T = 1 and strike price K = 5. The interest rate on the money marketis 25% yearly.(a) Find the replicating portfolio (φ, ψ) corresponding to this call option.(b) Find the risk-neutral (no-arbitrage) price of this call option.(c) We now consider a put option with maturity T = 1 and strike price K = 3 onthe same market. Find the risk-neutral price of this put option. Reminder: A putoption gives you the right to sell the stock for the strike price K.1(d) An investor with initial capital X0 = 0 wants to invest on this market. He buysα shares of the stock (or sells them if α is negative) and buys β call options (orsells them is β is negative). He invests the cash balance on the money market (orborrows if the amount is…arrow_forwardDetermine if the two statements are equivalent using a truth tablearrow_forward
- Question 4: Determine if pair of statements A and B are equivalent or not, using truth table. A. (~qp)^~q в. р л~9arrow_forwardDetermine if the two statements are equalivalent using a truth tablearrow_forwardQuestion 3: p and q represent the following simple statements. p: Calgary is the capital of Alberta. A) Determine the value of each simple statement p and q. B) Then, without truth table, determine the va q: Alberta is a province of Canada. for each following compound statement below. pvq р^~q ~рл~q ~q→ p ~P~q Pq b~ (d~ ← b~) d~ (b~ v d) 0 4arrow_forward
- Glencoe Algebra 1, Student Edition, 9780079039897...AlgebraISBN:9780079039897Author:CarterPublisher:McGraw Hill