+ Reply to Thread
Results 1 to 3 of 3

monte carlo simulation

  1. #1
    unique
    Guest

    monte carlo simulation

    Hello,

    I have some real data of inflation per month for the UK. How can I simulate
    this, using random numbers that were generated using normal distribution.

    regards


  2. #2
    Bob Phillips
    Guest

    Re: monte carlo simulation

    Do a google search. There are tons of hits on the topic.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "unique" <unique@discussions.microsoft.com> wrote in message
    news:F934D3E0-1461-4C0C-9861-FE09C74E354C@microsoft.com...
    > Hello,
    >
    > I have some real data of inflation per month for the UK. How can I

    simulate
    > this, using random numbers that were generated using normal distribution.
    >
    > regards
    >




  3. #3
    Jezebel
    Guest

    Re: monte carlo simulation

    If X and Y are randomly distributed,

    Z = (-2 ln(X) )^(1/2) cos(2 pi Y)

    is normally randomly distributed with mean 0 and variance 1.

    The Excel equivalent is

    =SQRT(-2*LN(RAND()))*COS(2*PI()*RAND())



    "unique" <unique@discussions.microsoft.com> wrote in message
    news:F934D3E0-1461-4C0C-9861-FE09C74E354C@microsoft.com...
    > Hello,
    >
    > I have some real data of inflation per month for the UK. How can I
    > simulate
    > this, using random numbers that were generated using normal distribution.
    >
    > regards
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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