Risk Predictions
Risk Predictions
Home
Posts
Light
Dark
Automatic
rstats
Violin Plot with Plotly
Violin Plot Violin Plot is a powerful tool for exploratory data analysis, and I prefer it to boxplot. In ggplot2, the violin plots can be horizontal or vertical by assign the factors to either x or y axis:
Last updated on Aug 24, 2022
1 min read
visualization
Simulation for Reliability Engineering
Repost of old blog post. Simulation of Repairable Systems First things first, this is not blog post. It is a summary of some codes I wrote a while back. Later similar efforts were continued in Python.
Last updated on Jul 28, 2022
5 min read
Reliability
,
simulation
Discrete Event Simulation - Part II
This is a repost of the bolg by me dated 2018-05-21. #prepare the libraries library(tidyverse) library(simmer) library(simmer.plot) library(intervals) Simmer for R In my short experiment with Simpy and Simmer, Simmer shines in one area: monitoring.
Last updated on Jul 23, 2022
6 min read
simulation
Discrete Event Simulation
Discrete Event Simulation (DES) and Reliability Block Diagram (RBD) Discrete Event Simulation (DES) is the simulation of stochastic processes with discrete state space. An examploe of DES is the classic M/M/1 queue system: exponential interarrival and service times, with a single server.
Last updated on Jul 22, 2022
7 min read
simulation
,
Reliability
Cite
×