sim explain

2
Explanation of Simulation Before you can use the Excel file for simulation analysis, you must first install an Excel Add-In. This Add-In provides a set of special functions that generate random variables for the simulation. You can even use the Function Wizard to input the formula for the function automatically. The Add-In also provides a simple Tool (which shows up on the Excel Tools menu) for doing the simulation. Installing Simtools.xla The installation has two steps. The first step is to put a copy of Simtools.xla in Excel’s “library” of special functions. This library is a folder, normally located at c:\Program Files\ Microsoft Office\Office\Library. Your Library folder may be at a different location, depending on how you installed Excel. After you complete the first step of putting a copy of Simtools.xla in the Library folder, it is now available to Excel. The second step is to tell Excel to use the Add-In. You only have to do this once, and the Add-In will be available any time you use Excel on your computer. To complete this step, open a blank worksheet in Excel and look at your menu bar. Click “Tools” and then click “Add-Ins…” If you have installed SimTools correctly, then you are now ready to perform the simulation. Statistical functions used in CapEx Sim.xls Normal distribution: A probability distribution being defined by two statistics viz. mean and median. Assuming normal distribution makes sense if we visualize myriad scenarios for an event (e.g. sales price). NORMINV (probability, mean, standard deviation) Returns the inverse of the cumulative normal distribution for the specified mean and standard deviation. Triangular distribution: A probability distribution being defined by three parameters, viz. lower bound, upper bound and most likely event (e.g. variable cost). TRIANINV (Probability, lower bound, most likely, upper bound) Returns the inverse cumulative distribution for a triangular probability distribution.

Upload: karanw3

Post on 12-Jan-2016

217 views

Category:

Documents


2 download

DESCRIPTION

def

TRANSCRIPT

Page 1: Sim Explain

Explanation of Simulation

Before you can use the Excel file for simulation analysis, you must first install an Excel Add-In. This Add-In provides a set of special functions that generate random variables for the simulation. You can even use the Function Wizard to input the formula for the function automatically. The Add-In also provides a simple Tool (which shows up on the Excel Tools menu) for doing the simulation.

Installing Simtools.xlaThe installation has two steps. The first step is to put a copy of Simtools.xla in Excel’s “library” of special functions. This library is a folder, normally located at c:\Program Files\Microsoft Office\Office\Library. Your Library folder may be at a different location, depending on how you installed Excel.

After you complete the first step of putting a copy of Simtools.xla in the Library folder, it is now available to Excel. The second step is to tell Excel to use the Add-In. You only have to do this once, and the Add-In will be available any time you use Excel on your computer. To complete this step, open a blank worksheet in Excel and look at your menu bar. Click “Tools” and then click “Add-Ins…”

If you have installed SimTools correctly, then you are now ready to perform the simulation.

Statistical functions used in CapEx Sim.xlsNormal distribution: A probability distribution being defined by two statistics viz. mean and median. Assuming normal distribution makes sense if we visualize myriad scenarios for an event (e.g. sales price). NORMINV (probability, mean, standard deviation)Returns the inverse of the cumulative normal distribution for the specified mean and standard deviation.

Triangular distribution: A probability distribution being defined by three parameters, viz. lower bound, upper bound and most likely event (e.g. variable cost). TRIANINV (Probability, lower bound, most likely, upper bound)Returns the inverse cumulative distribution for a triangular probability distribution.

Random correlation: makes the correlation as a function of random variable. CORAND (CorrelArray, Randsource)Returns the random correlation.

Random number generation: RAND ()Returns random numbers within the interval of zero and one.

Note: To recalculate press F9