What this book covers
Chapter 1, Introducing Simulation Models, introduces simulation models, their various types, and examples of simulation model applications in the world.
Chapter 2, Understanding Randomness and Random Numbers, explores the stochastic process and various random number simulation concepts. You will learn how to distinguish between pseudo- and non-uniform numbers, and explore various methods for random distribution evaluation. Finally, you will explore some cryptography techniques.
Chapter 3, Probability and Data Generating Processes, introduces the concept of probability theory, and how to calculate the probability of a cause that triggers certain events. You will also learn how to work with discrete and continuous distributions, and finally, you will learn various techniques and tools for data generation.
Chapter 4, Exploring Monte Carlo Simulations, explores the Monte Carlo simulation and some of its applications. You will discover how to generate a sequence of numbers randomly distributed according to a Gaussian distribution. You will also learn how to implement the Monte Carlo method practically, and finally, you will learn about the basics of sensitivity analysis and cross-entropy.
Chapter 5, Simulation-Based Markov Decision Processes, will see you get to grips with the Markov process and understanding the whole interaction between agent and environment. You will learn to use Bellman equations. You will also discover what Markov chains are, learn how to use them, and simulate random walks using them.
Chapter 6, Resampling Methods, tells you how to obtain robust estimates of confidence intervals and standard errors of population parameters. You will learn how to estimate the distortion and standard error of a statistic, perform a test for statistical significance, and finally, validate a forecast model.
Chapter 7, Using Simulation to Improve and Optimize Systems, shows the basic concepts of optimization techniques, and how to implement them. You will understand the difference between numerical and stochastic optimization techniques. You’ll learn how to implement the Stochastic Gradient Descent and estimate missing or latent variables and optimize model parameters. Finally, you will discover how to use optimization methods in real-life applications.
Chapter 8, Introducing Evolutionary Systems, explores the basic concepts of soft computing, genetic programming, and various evolutionary systems. You will learn how to apply genetic algorithms for search and optimization, and you will also explore a cellular automation model.
Chapter 9, Using Simulation Models for Financial Engineering, shows some practical use cases for using simulation methods in a financial context.
Chapter 10, Simulating Physical Phenomena Using Neural Networks, explores artificial neural networks and how to implement them, and also how neural network algorithms work. You will learn about deep neural networks. Finally, you will explore graph neural networks, and learn how to use neural networks to simulate physical phenomena, such as particles and point objects, and Lattice Boltzmann modeling of fluid flows.
Chapter 11, Modeling and Simulation for Project Management, covers various project management concepts and explores a few practical use cases of simulation modeling for project management.
Chapter 12, Simulation Models for Fault Diagnosis in Dynamic Systems, covers fault diagnosis in various systems and explores a few use cases of simulation modeling for fault detection and diagnosis in various systems such as UAVs.
Chapter 13, What's Next?, summarizes simulation modeling and explores the main applications in real life that make use of it. You will also learn about the future of simulation modeling.