Questions tagged [simulation]

A vast area which includes generating results from computer models.

Simulation is the imitation of the operation of a real-world process or system over time. The act of simulating something first requires that a model be developed; this model represents the key characteristics or behaviors/functions of the selected physical or abstract system or process. The model represents the system itself, whereas the simulation represents the operation of the system over time

(source: Wikipedia)

For understanding when to use simulation, refer to the following question:

When to use simulations?

706 questions
0
votes
0 answers

Random numbers and simulation

What is the logic of using random numbers in simulation problems? For different set of random numbers different answers are obtained. I am studying simulation in operations research. I know the nature of experiments are all random and so and so…
0
votes
0 answers

Is there any mathematical formula to calculate the minimum value from the below presumption?

I am trying to balance a board game, where monsters activated based on a given rule, and I am looking for a formula, which takes in account the attacks of the heroes (2-4 heroes [noh], each with a single attack that has a unique attack value [av],…
0
votes
1 answer

How to simulate the random variable $Y$ using another random variable $X$?

Let $X$ be the discrete uniform random variable on taking values in the set $\{1,2,3,4,5\}.$ We want to simulate the random variable $Y$ which is the discrete uniform random variable taking values in the set $\{1,2,3,4,5,6,7\}.$ Let generate_X() be…
Student
  • 9,196
  • 8
  • 35
  • 81
0
votes
1 answer

Distribution sales

I have some data about the sales of a product and I want to determine what kind of distribution they have in order to use that in a stock simulation process.Knowing the kind of distribution the sales have, for example Poisson, I will use it as a…
0
votes
1 answer

How to calculate aircraft range every second using initial range, bearing and elevation angle?

I have a problem where I have an initial range, bearing, and elevation angle of an aircraft. I want to calculate the $x$, $y$ and $z$ coordinates every second. Is there any formula to do so? Initial course of the aircraft is 60 deg and speed is 245…
0
votes
2 answers

passive heatsink simulation

I want to simulate a heat source (eg a cpu) connected to a heatsink without any cooling fans. The simulation will run indefinitely using small time steps. What i want to measure at each time step is the temperature of the heat source and the…
user6613
0
votes
2 answers

Simulate a random variable

I wish to simulate the random variable according to pdf $$ f(x)=xe^{-x} $$ I have to feeling that I should first simulate an exponential random variable $t$ with parameter -1 and try to use the composition method, but can't seem to figure out…
0
votes
1 answer

Does elevator passenger's wait time depend on floor (on average)?

Assume a skyscraper and a passenger that only uses the elevators. All elevators go from the first to the last floor. Does the length of time the passenger wait (on average) depend on the floor? (i.e. is average wait time of passenger on the 10th…
Parfen
0
votes
2 answers

Calculating a Cardgame

I was send here from stackoverflow because they thought maybe you can help me. Here my original post: https://stackoverflow.com/questions/26799476/a-faster-way-then-doing-14-for-loops What I want: Maybe someone knows the Smartphone game "Elemental…
-2
votes
1 answer

Discrete probability function Vs Probability density function

I wanted to know some difference between these two "System Simulation" technical points. (It would mean a lot. Thanks ahead. I can't find it anywhere, so.) (Let me know if u need more info)
Pranav
  • 101
1
2