We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Day 4: Normal Distribution #2
Day 4: Normal Distribution #2
Sort by
recency
|
8 Discussions
|
Please Login in order to post a comment
Here is my answer:
For anyone having conceptual trouble, check out these links:
Fancy functions won't help you learn
Hackerrank should be flagged as "unstable prototype".
2 points I noted: The answers here have to be entered in the wrong order for the "Correct answer message". R code that works on any other machine, regularly fails on hackerrank. Pretty embarrassing for a website that claims to assess your IT skills.
I submitted R code, it works fine in Rstudio and result is 0.401 and 0.341; but site says its incorrect. Am i missing anything?
cat(round(pnorm(19.5,20,2),3));
cat(round(pnorm(22,20,2),3) - round(pnorm(20,20,2),3))