7 kyu
Crouching Distribution, Hidden Constant
331 of 411kingcobra
Description:
Statistics puzzle
Your function will receive an array of 10000 integer values randomly selected from a uniform distribution (a range of values with equal selection probability). Your function will also receive the minimum and maximum possible values in the range (inclusive). A constant has been added to every value in the array, after it was randomly selected. You must find the constant.
There are no example tests in this kata, so as not to spoil the trick.
Do not worry *too* much about precision. The tests are lenient.
Statistics
Mathematics
Puzzles
Similar Kata:
Stats:
Created | Nov 16, 2017 |
Published | Nov 16, 2017 |
Warriors Trained | 1935 |
Total Skips | 9 |
Total Code Submissions | 2361 |
Total Times Completed | 411 |
Python Completions | 331 |
JavaScript Completions | 104 |
Total Stars | 12 |
% of votes with a positive feedback rating | 84% of 114 |
Total "Very Satisfied" Votes | 87 |
Total "Somewhat Satisfied" Votes | 18 |
Total "Not Satisfied" Votes | 9 |
Total Rank Assessments | 3 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 7 kyu |