---
title: "Random Walk Simulation"
output: ioslides_presentation
date: "2026-09-11"
runtime: shiny
---
<!--
author: "Dayeon Kim"
title: "Shiny"
date: "September 12, 2026 \n"
-->
<style>
.gdbar img {
width: 150px !important;
height: 80px !important;
margin: 8px 8px;
}
.gdbar {
width: 200px !important;
height: 100px !important;
}
</style>
<style type="text/css">
body, p, div, h1, h2, h3, h4, h5, ul {
color: black;
font-family: Modern Computer Roman;
}
h2 {
color: #8C1D40;
}
</style>
<style type="text/css">
slides > slide {
background: linear-gradient(#ffffff, #ffffff 85%, #ffffff);
background-color: white;
}
</style>
<!--
<style type="text/css">
slides > slide:not(.nobackground):after {
content: '';
}
</style>
-->
Random walk is a stochastic process that describes a path that consists of a succession of random steps on some mathematical space. Starting at 0, with equal probability, move +-1 at each step.