Estimate Pi with Monte Carlo
One method to estimate the value of \(\pi\) is by applying the Monte Carlo method. Let’s consider a circle inscribed …
One method to estimate the value of \(\pi\) is by applying the Monte Carlo method. Let’s consider a circle inscribed …
When we are dealing with Financial Assets, Sports Analytics, Gambling Games etc, usually there is a need to keep track …
In statistics and machine learning is quite common to reduce the dimension of the features. There are many available algorithms …
Many times there is a need to run a script in our server periodically. We can schedule our work using …
In Frequentist Statistics we communicate the Confidence Intervals where in Bayesian Statistics we communicate the Credible Intervals. In this post …
Whenever we are able to control the way the data is serving we should take an advantage. For example in …
Rank correlation is a measure of the relationship between the rankings of two variables or two rankings of the same …
It is quite common to communicate the Correlation between two variables in Data Analysis. However, we should always represent the …
Many companies and individuals hold a database of names and there is a need to join them with one or …
Data Analysts/Scientists should have a basic knowledge of Unix Commands, the goal of this post is to give some examples …