Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Statistics and Excel

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Statistics and Excel

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.


"James7100" wrote:

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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,231
Default Statistics and Excel

"James7100" 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_i..._price_indices

So SUMPRODUCT is the only function needed.

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

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

Fischer:
=GEOMEAN(LaspeyresIndex,PaascheIndex)

and, FTHOI, Marshall-Edgeworth:
=SUMPRODUCT(Prices_thisperiod,(Quantities_baseperi od+Quantities_thisperiod))
/SUMPRODUCT(Prices_baseperiod,(Quantities_baseperio d+Quantities_thisperiod))


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to install statistics add-in in Excel? AnniB73 Excel Discussion (Misc queries) 2 November 1st 06 08:03 PM
Statistics in Excel rakbhat Excel Discussion (Misc queries) 1 September 27th 06 12:23 PM
Statistics in Excel? [email protected] Charts and Charting in Excel 1 April 26th 06 01:01 PM
Please help with Statistics Formulas in Excel Fonz Excel Discussion (Misc queries) 10 April 9th 06 03:22 PM
Statistics using dates in excel hb96 Excel Worksheet Functions 1 September 23rd 05 11:58 AM


All times are GMT +1. The time now is 05:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"