Stochastic Models Project

Metro Bogotá

A Shiny dashboard that models station occupancy, train lifecycle states, and wagon-dispatch decisions using Markov chains and stochastic dynamic programming.

What it does

Main dashboard view

Metro Bogotá dashboard cover

Detailed phase analysis

Metro Bogotá dashboard cover

Interactive visualizations

Metro Bogotá dashboard cover

Model results and metrics

Metro Bogotá dashboard cover

Tech stack

R Shiny shinydashboard plotly markovchain readxl Docker

Getting started

Docker

docker build -t metro-r-image .
docker run --rm -p 3838:3838 metro-r-image

Local R execution

cd src
R -f app.R

Project structure

src/
  app.R
  Fase_1.R
  Fase_2.R
  Fase_3.R
  www/image.jpeg
assets/
  MetroCapitalino.xlsx
Dockerfile
LICENSE

License

MIT License.