Download presentation
Presentation is loading. Please wait.
Published byAudra Black Modified over 9 years ago
1
EASTERN MEDITERRANEAN UNIVERSITY FACULTY OF ENGINEERNG Department of Industrial Engineering IENG461 System Modeling and Simulation Course Fall 2012-2013 Laboratory
2
Open Microsoft office> Microsoft Excel File> New> Blank Workbook
3
Formula: =NORM.DIST(x,mean,standard_dev,cumulative) Normal Distribution function NORM.DIST gives the probability that a number falls at or below a given value of a normal distribution. Formula: =NORM.INV(probability,mean,standard_dev,) NORM.INV is the inverse of the NORM.DIST function. It calculates the x variable given a probability. The percentage of women less than or equal to 68 inches is: =NORM.DIST(68, 65.5, 2.5, TRUE) = 84.13% How tall would a woman need to be if she wanted to be among the tallest 75% of American women? =NORM.INV(0.25, 65.5, 2.5) = 63.81 inches
4
NORMDIST FUNCTION for Probability Formula: =NORM.DIST(x,mean,standard_dev,cumulative)) Example1: Normal Distribution function
5
Write the formula in B4 Normal Distribution function
6
Enter Normal Distribution function
7
Example2: Normal Distribution function
8
Write the formula in B5 Normal Distribution function
9
Enter Normal Distribution function
10
Simulate standard random normal variable Formula: =NORM.DIST(RAND(),mean,standard_dev,cumulative) Example3:
11
Enter and drag
12
Simulate standard random normal variable Formula: =NORM.INV(RAND(),mean,standard_dev) Example4:
13
Enter and drag
14
Simulate uniform random variables Formula: =RAND()*(b-a)+a Example5:
15
Enter and drag
16
Simulate exponential random variables Formula: =EXPONDIST(x,lamba,cumulative) For random x : =EXPONDIST(RAND(),lamba,cumulative) Example6:
17
Enter and drag
18
Another way! First File > Options > Add-Ins > Analysis Tool Pack > Go> Ok Now : Data> Data Analysis> Random Number Generation>ok
19
Another way! File > Options > Add-Ins > Analysis Tool Pack > Go> Ok Now : Data> Data Analysis> Random Number Generation>ok You can choose the distribution and fill the blanks easily.
20
The End
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.