Results 1 to 6 of 6

Thread: Comparison of POISSON - Earlier Version of Excel and Excel 2003

  1. #1
    Join Date
    May 2009
    Posts
    543

    Comparison of POISSON - Earlier Version of Excel and Excel 2003

    Hi everyone,
    I have recently started with the statistical functions, which are used in Excel. Now I am studying about the Poisson. I am using it in Excel 2003, since I am having the MS Office 2003. But I want to know about the previous versions of Excel and their differences.!!! So please provide me some useful information about the comparison of POISSON in earlier version of Excel and Excel 2003 Please provide the information as soon as possible.!!

  2. #2
    Join Date
    Jul 2006
    Posts
    273

    Re: Comparison of POISSON - Earlier Version of Excel and Excel 2003

    I am explaining you results about the earlier versions of Excel. The non cumulative Poisson (x, mu, false) uses the following formula :
    • EXP (-x) * (mu ^ x) / FACT (x)

    Overflow occurs when mu ^ x is too large. This does not occur if mu ^ ^ x 10 ^ 290 (or equivalently x * LOG10 (mu) <290). (FACT x) must also not exceeded. X <= 170 guarantees that. However, earlier versions of Excel does not check these conditions. This usually happens in Microsoft Excel 97.
    (\__/)
    (='.'=) This is Bunny. Copy and paste bunny into your
    (")_(") signatureto help him gain world domination

  3. #3
    Join Date
    Aug 2006
    Posts
    222

    Re: Comparison of POISSON - Earlier Version of Excel and Excel 2003

    I am telling you about the results in Excel 2003 and later versions of Excel. Because Microsoft has diagnosed when exceeded results by POISSON return the error value # NUM! and knows that POISSON is well-behaved when overflow does not occur, we have added a conditional algorithm in Excel 2003 and later versions of Excel. The algorithm uses POISSON code from earlier versions of Excel, the formula mentioned earlier in this article, when x * LOG10, 290 <(mu) and x <= 170. When x * LOG10 (mu)> = 290 or x> 170, Excel implements a parallel plane described later in this article.
    Just a reply to say thank you for these links and posts I have a lot to read and learn now!



  4. #4
    Join Date
    Aug 2006
    Posts
    209

    Re: Comparison of POISSON - Earlier Version of Excel and Excel 2003

    While talking about the Excel 2003 and later versions of Excel, the secondary plan calculates a sum not scaled probability of each possible observed value. This sum not scaled probabilities is used later for scale purposes. The algorithm also calculates a non-scaled probability that POISSON to return. Finally, it uses the scaling factor to return a correct value POISSON. The algorithm takes advantage of the fact that the relationship between the conditions of the form EXP - x) * (mu ^ x) / x! contains a simple form. The algorithm works as detailed in the pseudocode that is in the following steps. This approach is similar to the method used for the functions BINOMDIST, CRITBINOM, HYPGEOMDIST, and NEGBINOMDIST functions.
    Blessings to you

  5. #5
    Join Date
    May 2008
    Posts
    376

    Re: Comparison of POISSON - Earlier Version of Excel and Excel 2003

    Inaccuracies in earlier versions of Excel occur only when mu and x are large enough that x * LOG10 (mu)> = 290 or (FACT x) than for x> 170. In this case, POISSON returns # NUM! In earlier versions of Excel because mu ^ x overflows. To resolve this problem in Excel 2003 and later versions of Excel, you will have to implement the alternative algorithm. nitialize TotalUnscaledProbability and UnscaledResult to 0. Initialize the constant EssentiallyZero to a very small number, eg 10 ^ (-12).

  6. #6
    Join Date
    May 2008
    Posts
    390

    Re: Comparison of POISSON - Earlier Version of Excel and Excel 2003

    In earlier versions of Excel functions BINOMDIST, CRITBINOM, function and HYPGEOMDIST NEGBINOMDIST behave the same way. In all cases, these functions also either return correct numeric results or # number! or # DIV / 0!. Again, problems due to overflow or overrun precision. It is easy to identify the conditions where these problems occur, and Excel 2003 and later versions of Excel implement an algorithm secondary plan, such as that POISSON, to return the correct answers in cases where previous versions of 'Excel return # NUM!.

Similar Threads

  1. Excel 2003 Macro doesn't work in Excel 2007
    By jjaw in forum Windows Software
    Replies: 3
    Last Post: 03-01-2014, 03:28 PM
  2. Replies: 6
    Last Post: 17-02-2012, 01:18 PM
  3. Cell format errors appears in Excel 2003 but not in Excel 2000
    By @nki$achi in forum MS Office Support
    Replies: 1
    Last Post: 24-01-2012, 05:00 PM
  4. What is Excel Statistical Functions: POISSON?
    By Steyn in forum Windows Software
    Replies: 4
    Last Post: 13-03-2010, 03:17 AM
  5. Replies: 2
    Last Post: 16-04-2007, 10:56 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,749,959,055.80160 seconds with 16 queries