Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / September 2007

Tip: Looking for answers? Try searching our database.

Statistics and Excel

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
James7100 - 13 Sep 2007 20:32 GMT
Hi

I'm starting on a course in statistics and we have to do a lot of index
numbers. Now Excel is good at this as long as the indexes are simple.

But I can't figure out how to do Laspeyres, Paasche and Fisher indexes using
Excel. Any Ideas?

:-) Klaus
bj - 13 Sep 2007 20:48 GMT
if your "baskets" are well defined in both the laspeyeres and Paasche
scenereos,
=sum(basket2)/sum(basket1) on each set of baskets will do the job
and the fisher index is the just the square root of the product of the other
2.

> Hi
>
[quoted text clipped - 5 lines]
>
> :-) Klaus
Harlan Grove - 13 Sep 2007 20:54 GMT
"James7100" <James7100@discussions.microsoft.com> wrote...
>I'm starting on a course in statistics and we have to do a lot of index
>numbers. Now Excel is good at this as long as the indexes are simple.
>
>But I can't figure out how to do Laspeyres, Paasche and Fisher indexes
>using Excel. Any Ideas?

Assuming this is a serious question, Wikipedia seems to provide correct
definitions.

http://en.wikipedia.org/wiki/Price_index#Paasche_and_Laspeyres_price_indices

So SUMPRODUCT is the only function needed.

Laspeyres:
=SUMPRODUCT(Prices_thisperiod,Quantities_baseperiod)
/SUMPRODUCT(Prices_baseperiod,Quantities_baseperiod)

Paasche:
=SUMPRODUCT(Prices_thisperiod,Quantities_thisperiod)
/SUMPRODUCT(Prices_baseperiod,Quantities_thisperiod)

Fischer:
=GEOMEAN(LaspeyresIndex,PaascheIndex)

and, FTHOI, Marshall-Edgeworth:
=SUMPRODUCT(Prices_thisperiod,(Quantities_baseperiod+Quantities_thisperiod))
/SUMPRODUCT(Prices_baseperiod,(Quantities_baseperiod+Quantities_thisperiod))
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.