Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Fisher statistical law

Hello

I'm trying to calculate de cumulated probability Fisher law for the degress
of freedom df1 and df2. Is this possible with MS Excel?

Actually I always have to go trough the ANOVA on way tool and this is
boring. Any idea?

Thanks for your help.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default Fisher statistical law

Hi Vincent,

I'm not sure what you want, but it sounds like you already use the Analysis
ToolPak. Which tool are you picking from there?

Excel has a spreadsheet function:
=FISHER
=FISHERINV
=TDIST

You should look throught the Statistics category of functions and see if any
of them ring your bell.

--
Cheers,
Shane Devenshire


"Vincent Isoz" wrote:

Hello

I'm trying to calculate de cumulated probability Fisher law for the degress
of freedom df1 and df2. Is this possible with MS Excel?

Actually I always have to go trough the ANOVA on way tool and this is
boring. Any idea?

Thanks for your help.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Fisher statistical law

Thanks for your answers. But the tree functions that you have listed are not
the real Fisher functions as we know in Statistics: the ration of two khi-2
variable divided by their respective degree of freedom.
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 837
Default Fisher statistical law

The ratio of two chi-squared variables divided by their respective degrees of
freedom follows's Snedecor's F distribution, which was named in honor of
Fisher, but AFAIK was never used by Fisher. The Excel functions FDIST and
FINV support Snedecor's F distribution. Note that FDIST calculates the upper
tail (one minus the cdf) of the distribution and FINV is its inverse.

What Fisher used (and still included in the final posthumously publised
edition of Fisher & Yates "Statistical Tables") was the distribution of Z =
LN(F)/2, which is related by
cdf_z(z,df1,df2) = FDIST(EXP(2*z),df1,df2)
inv_z(p,df1,df2) = LN(FINV(1-p,df1,df2))/2

Jerry

"Vincent Isoz" wrote:

Thanks for your answers. But the tree functions that you have listed are not
the real Fisher functions as we know in Statistics: the ration of two khi-2
variable divided by their respective degree of freedom.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Fisher statistical law

Thanks. FDist and FInv are exactly the functions i was looking for. It's
curious that they don't appear in the function assistant wizard when you type
the word "fisher"...
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
Statistical Calculation Aslam Excel Worksheet Functions 1 January 29th 08 07:15 AM
Need statistical help DTTODGG Excel Worksheet Functions 2 October 9th 06 08:17 PM
Statistical help file Stressed Lady. Excel Worksheet Functions 1 November 12th 05 01:54 PM
Statistical add-ins David Crane Excel Discussion (Misc queries) 0 June 29th 05 10:35 PM
statistical charts Nita Charts and Charting in Excel 3 June 9th 05 07:07 PM


All times are GMT +1. The time now is 07:13 AM.

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

About Us

"It's about Microsoft Excel"