The Glass Cage : Book review

I have enjoyed reading Nicholas Carr’s previous book titled “The Shallows”, that discusses at length various ways in which Internet impacts our brain. In this book, the author takes “automation” as the subject and explores its human consequences. In this blog post, I will summarize the main points of various chapters. Alert for Operators This chapter opens with a terse notice issued by Federal Aviation Administration on Jan 2013. This note was addressed to all the US.

Digital Dice : Book Review

In the last few decades, enormous computational speed has become accessible to many. Modern day desktop has good enough memory and processing speed that enables a data analyst to compute probabilities and perform statistical inference by writing computer programs. In such a context, this book can serve as a starting point to anyone who wishes to explore the subject of computational probability. This book has 21 puzzles that can be solved via simulation.

Use of Continued Fractions for Laplace Transforms

In the case of a queueing model, it is very likely that service time distributions in a real life situation, do not have an exponential tail. This means that all the analytic solutions derived in any standard textbook are no longer applicable. If the server following a generic distribution, the expression linking the distributions such as Waiting time distribution, First passage time distributions, etc. and service time distributions is in the “Laplace Transform space”.

Inverting Laplace Transforms in R

Laplace transform is a useful mathematical tool that one must be familiar with, while doing applied work. It is widely used in Queueing models where probability distributions are characterized in terms of transforms. Inverting a Laplace transform to get to the probability distribution is an essential task in Queueing theory. For textbook examples and simple Markovian models, one might be fortunate to find convenient forms for LT inversion. However for most of the real life situations, a practitioner needs to know a way to numerically invert LT.