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.
- Prepare
- Artificial Intelligence
- Probability & Statistics - Foundations
- Day 1: Standard Deviation Puzzles #1
- Discussions
Day 1: Standard Deviation Puzzles #1
Day 1: Standard Deviation Puzzles #1
Sort by
recency
|
24 Discussions
|
Please Login in order to post a comment
the exact answer is the maximum root of simple quadratic equation 9*N^2 -36*N+28=0
abtained after a few algebraic substitutions and expansions
Python solution:
I got 2.94 if I run the code in VScode, but I got Runtime error when I submitted it. What was the error?
I get 2.98, but the answer is wrong.
Althoug std of [1.0, 2.0, 3.0, 2.98] is the same as std of [1,2,3], which is 0.82 (rounded to 2 decimal places, as decribed)
What am I missing?