Question

4. During five years, the inflation rates are 3.8%, 9.2%, 2.1%, 7.4%, 5.3%. Calculate the average annual inflation rate. (Hint: A question like this one always requires taking a geometric mean of the (1+ R) values, to get (1+R,).) 5. In a sample of N 100 observations, D, is a dummy variable that takes a value of 1 for 64% of the sample, and 0 for the other 36%. Calculate the mean and standard deviation in this variable.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Question 4

here the average annual inflation rate would be calculated by using the given formula

1 + \bar R_g = [(1 + 0.038) * (1 + 0.092) * (1 + 0.021) * (1 + 0.074) * (1 + 0.053)]1/5

1 + \bar R_g = 1.0553

\bar R_g = 0.0553 or 5.53%

QUeestion 5

Here N = 100

Here

the mean = (1 * 64 + 0 * 36)/100 = 0.64

Variance = 1/100[64 * (1 - 0.64)2 + 36 * (0 - 0.64)2] = 0.2304

standard deviation = sqrt(0.2304) = 0.48

Add a comment
Know the answer?
Add Answer to:
4. During five years, the inflation rates are 3.8%, 9.2%, 2.1%, 7.4%, 5.3%. Calculate the average...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 4.3 Analysis Assignment #4 Note 1: all assignments moving forward must adhere to the appropriate Six Ste...

    4.3 Analysis Assignment #4 Note 1: all assignments moving forward must adhere to the appropriate Six Step Process (SSP). As our study materials have specified, the SSP has 3 versions. Version 1 is to be used for all t-tests; for all correlation analyses and Version 3 is be used for all regression analyses. Note 2: The data sets for Q1, Q2 and Q3 below can be downloaded here. Week 4 Analysis Assignments.xlsx Q1: (30 points) Complete the following data analysis:...

  • I need Summary of this Paper i dont need long summary i need What methodology they used , what is the purpose of this...

    I need Summary of this Paper i dont need long summary i need What methodology they used , what is the purpose of this paper and some conclusions and contributes of this paper. I need this for my Finishing Project so i need this ASAP please ( IN 1-2-3 HOURS PLEASE !!!) SPECIAL ARTICLES tole of Monetary Policy C Rangarajan What should be the objectives of monetary policy? Does the objective of price stability conflict with the goal of achieving...

  • C++ Inheritance Problem Step a: Suppose you are creating a fantasy role-playing game. In this game...

    C++ Inheritance Problem Step a: Suppose you are creating a fantasy role-playing game. In this game we have four different types of Creatures: Humans, Cyberdemons, Balrogs, and elves. To represent one of these Creatures we might define a Creature class as follows: class Creature { private: int type; // 0 Human, 1 Cyberdemon, 2 Balrog, 3 elf int strength; // how much damage this Creature inflicts int hitpoints; // how much damage this Creature can sustain string getSpecies() const; //...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT