+ Reply to Thread
Results 1 to 3 of 3

Monte Carlo Simulation - NormInv function

Hybrid View

  1. #1
    Registered User
    Join Date
    11-08-2022
    Location
    South Carolina
    MS-Off Ver
    Office 365
    Posts
    3

    Monte Carlo Simulation - NormInv function

    I have a Monte Carlo risk simulator in my financial spreadsheet. It matches very closely to online freebies for Median and Percentile(10th, 90th) values. I use arrays for inputs and outputs to improve speed so I can run 1000 scenarios very quickly.
    If I set the standard deviation to near zero for both Rate of Return (ROR) and Inflation (INF), I would expect the output to match a fixed model that calculates standard future values with fixed ROR and Inflation. The statistical model set to near zero standard deviation (.00001) always under estimates the simple year by year model. Errors get pretty large after 20 years of iterations. Behavior may be "just the way excel NormInv statistics works", but it bugs me.

    ROR = Application.WorksheetFunction.NormInv(Rnd, RORm, RORsd)
    Inf = Application.WorksheetFunction.NormInv(Rnd, INFm, INFsd)

    This may be more of a statistics question than an Excel question. Sorry, I'm a newbie.

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,369

    Re: Monte Carlo Simulation - NormInv function

    I know past versions of excel (almost exclusively pre-2007) have been criticized for problems with some of its statistical functions. (Random number generators that fail randomization tests and inefficient and unstable algorithms in the standard deviation and regression algorithms for example.) But I've not heard of problems with Excel's normal distribution functions -- especially in the newest versions. Which isn't to say it is impossible that Excel's implementation of the normal distribution isn't problematic, just that I'm unaware of any problems.

    I'm not sure I can contribute much else. You haven't shared any details of your model (perhaps someone with expertise in your field needs no more detai?), So I'm not sure how one would go about debugging this so that one could determine a problem with Excel's normal distribution functions. We might have a couple with the necessary expertise. The rest of us would require more details in order to understand the problem.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    11-08-2022
    Location
    South Carolina
    MS-Off Ver
    Office 365
    Posts
    3

    Re: Monte Carlo Simulation - NormInv function

    I need to do more leg work to nail down the real issue. I will mark this solved for now, and thanks for your response.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Monte Carlo Simulation
    By germani40 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-16-2020, 04:58 PM
  2. [SOLVED] Monte Carlo Simulation
    By Flappi in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-28-2019, 08:52 AM
  3. [SOLVED] Monte Carlo Simulation
    By Chanut in forum Excel General
    Replies: 4
    Last Post: 03-18-2019, 03:23 AM
  4. Monte Carlo Simulation
    By TheRobsterUK in forum Excel General
    Replies: 3
    Last Post: 06-18-2014, 10:58 AM
  5. Monte Carlo simulation
    By Mag River in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-08-2013, 10:32 AM
  6. Monte Carlo simulation
    By Elijah in forum Excel General
    Replies: 9
    Last Post: 05-07-2010, 06:39 PM
  7. monte carlo simulation
    By unique in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-16-2005, 10:05 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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1