+ Reply to Thread
Results 1 to 8 of 8

Forecasting the next no

Hybrid View

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

    Re: Forecasting the next no

    I realize this is a couple of days old. If the OP is still interested, here is what I see.

    There really is not much to base a prediction on for A84. I am not an expert on this, but it seems that all you really have is a probability distribution, and all you can really do for predicting A84 is to randomly enter numbers into A84 based on that distribution. It is not the kind of programming I do, so I can't think of the formulas immediately off the top of my head, but I'm sure that something based on the built in RAND() random number generator function could generate a random number in A84 based on the distribution in D1:D4. If this is indeed what you need help doing, let us know and I'm sure someone here can help you generate this random number.

    If your sole interest really is to generate such a random # in A84, then that is all there is to the problem. However, I suspect that there is more to the problem after picking that random number. When analyzing these kind of "random" events to attempt to make predictions, we often use a strategy called a "Monte Carlo" algorithm. The basic idea behind a Monte Carlo algorithm is:
    a) select random input number (based on any assumptions or distributions that you may want to impose on this random number).
    b) compute desired output value or values based on that input value
    c) store results
    d) return to (a) and repeat the process with a new random input number
    e) repeat 1000's or 1000000's of times
    f) analyze the collection of random inputs and outputs for patterns or probabilities that inform your desired forecast.

    Monte Carlo algorithms can be fairly simple or quite complex. Due to the large number of iterations needed to get a meaningful analysis, they are usually computationally intensive. It gives us a chance to analyze these seemingly random processes and try to make decisions.

    If you need further help understanding Monte Carlo algorithms, I would suggest starting with Wikipedia: http://en.wikipedia.org/wiki/Monte_Carlo_method
    http://en.wikipedia.org/wiki/Monte_Carlo_algorithm
    or put "Monte Carlo algorithm tutorial" or similar into your favorite internet search engine.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  2. #2
    Registered User
    Join Date
    12-31-2014
    Location
    Krugersdorp SOuth africa
    MS-Off Ver
    2010
    Posts
    27

    Re: Forecasting the next no

    thank you it is certainly worth a look and more investigating

+ 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. Forecasting
    By usmanfarok in forum Excel General
    Replies: 1
    Last Post: 06-14-2012, 04:17 AM
  2. Forecasting
    By leehunter99 in forum Excel General
    Replies: 3
    Last Post: 04-05-2007, 11:09 AM
  3. [SOLVED] Forecasting
    By Gregc. in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-10-2006, 06:20 AM
  4. [SOLVED] Forecasting
    By KrunoG in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-01-2006, 04:45 PM
  5. [SOLVED] Forecasting
    By BlockNinja in forum Excel General
    Replies: 2
    Last Post: 12-13-2005, 02:15 AM

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