Probability And Statistics 6 Hackerrank Solution Review
[ P(X \leq x) = \Phi\left(\frac{x - \mu}{\sigma}\right) ]
If you're working through HackerRank's 10 Days of Statistics or their Probability and Statistics challenges, Problem 6 usually introduces the Normal Distribution (Gaussian Distribution) and sometimes the Central Limit Theorem (CLT) . probability and statistics 6 hackerrank solution
The sum ~ Normal(mean_sum = n*μ, std_sum = sqrt(n)*σ) [ P(X \leq x) = \Phi\left(\frac{x - \mu}{\sigma}\right)