Publications by R on Thomas Roh

leaflegend Recipes

30.07.2022

Color Scales Create Legend for a Continuous Scale Create Legend for Quantiles Create Legend for Bins and Change Legend Symbol Create Legend for Factors and Re-order Symbols and Size Scales Legend and Points with Size Encoding Legend and Points with Double Encoding Legend and Points with Size and Color Encoding Legend and Points with Symbol Enc...

1931 sym R (5319 sym/21 pcs) 40 img

MMC Queues

02.12.2017

Introduction Queueing Theory is the quantitative study of operational characteristics of a system of workflows for a service/process given a processing time, an arrival pattern, and a limitation of resources. It can answer questions such as: How long would a customer/part/etc. (entities) wait to be processed? What is the probability of x or more...

3180 sym R (213 sym/1 pcs)

fitur 0.5.20 Release

19.12.2017

DESCRIPTION summary has been updated Examples have been updated for fit_univariate, fit_empirical fit_empirical_discrete and fit_empirical_continuous are no longer exported added plot_qq and plot_pp functions for diagnostic plotting of fits Added a vignette Diagnostic Plots for Fitting Distributions Introduction vignette has updated examples fit...

757 sym

Queueing Notation

12.01.2018

Queueing theory has some commonly accepted shorthand to describe characteristics of queuing models. Although across books and peer reviewed articles you will see slight variations, this post outlines commonly accepted terms for reference. Kendall’s Notation Kendall’s notation was proposed as a standard for describing queueing models. You may...

3804 sym R (719 sym/2 pcs) 4 img 1 tbl

Statistical Distribution Tables

09.03.2018

\(\text{Normal Distribution}\) Table 2: Cumulative Probabilities of the Standard Normal Distribution, \(X \sim N(0,1)\) z 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.0 0.5000 0.5040 0.5080 0.5120 0.5160 0.5199 0.5239 0.5279 0.5319 0.5359 0.1 0.5398 0.5438 0.5478 0.5517 0.5557 0.5596 0.5636 0.5675 0.5714 0.57...

544 sym 8 img 5 tbl

Building Distribution Reference Tables in R

09.03.2018

I’ve recently been studing for a professional exam that does not allow computers or advanced calculators. Some of the subject matter will require use of a few statistical distributions which can be very time-consuming to calculate manually. In lieu of access to statistical functions, you are allowed to bring books and some reference sheets. I w...

1898 sym R (7767 sym/11 pcs) 10 img 5 tbl

fitur 0.5.25 Release

13.03.2018

Fixed appearance of plots Added plot_density function for comparison pdfs of fitted functions Updated argument naming conventions fitur on CRAN Density Diagnostic Plot library(fitur) library(ggplot2) library(trstyles) set.seed(37) x <- rgamma(10000, 5) dists <- c('gamma', 'lnorm', 'weibull') fits <- lapply(dists, fit_univariate, x = x) theme_se...

703 sym R (335 sym/3 pcs) 6 img

PE Industrial Engineer Reference Sheet

08.05.2018

You contribute to the reference sheet here: https://github.com/tomroh/pe_ise_prep. Systems Definition, Analysis, and Design System Analysis and Design Tools Cause-Effect Diagram (Fishbone) Pareto Analysis 80% of the items represent 20% of the sales or 20% of the items represent 80% of the cost. This law is a rule of thumb. Operation Process ...

13256 sym R (1283 sym/1 pcs) 16 img 13 tbl

Animating a Monte Carlo Simulation

18.05.2018

Introduction Oftentimes, I run into difficulty trying to explain some of the concepts of statistical sampling with audiences that either have very limited or no understanding of statistics. Given that the majority of communication of analysis has to be digested in a 1-2 hour meeting, data visualization typically is the best route for communicatin...

3091 sym R (2120 sym/4 pcs) 4 img

Speed Up Shiny Coding with Data

19.06.2018

Introduction In this excercise, I’m going to show how to automate some aspects of coding in shiny to speed up development. Traditionally, in user interface development, one has to explicitly type out each individual input argument. For small applications, this is justified and probably isn’t worth the time to automate the task. The first part...

3103 sym R (5191 sym/5 pcs) 2 img