Mini R Programs Posts by Tags Posts by Categories

Recent posts

Probability Theory (Series)

4 minute read

This series is an introduction to Probability Theory, It closely follows the book “Probability Essentials” by Jean Jacod and Philip Protter. Day 0 : Phi...

Convergence of Markov Chain

18 minute read

What is Markov Chain ? Markov Chain is a Stochastic Model in which Future is dependent only on Present not on Past , What I mean to say that is ...

Highest Posterior Density Interval

3 minute read

Highest Posterior Density Interval is interval of the parmeter in which the posterir value are high when compared to any other point outside the interval (i....

Introduction to Logistic Regression

4 minute read

Usually in Linear Regression we consider $X$ as a explanatory variable whose columns are $X_1 , X_2 …..X_{p}$ are the variables which we use predict are the ...