Problem Description
A candidate sat in recruitment tests for the job of data scientists by one of the top leading firms of US. He was confused whether the salary in the company is good or not. So, what he did was that he took a survey of 14 employees working there. Their salaries would be given as input and candidates would like to test the hypothesis whether there is no significant mean difference in salary of data scientists given input mean. We have to return True if we can decline the hypothesis else False (Take threshold of 0.05)
Sample Input: (Salary in thousands $)
[183, 152, 178, 157, 194, 163, 144, 114, 178, 152, 118, 158, 172, 138]
165
Sample Output:
False