Download our latest MNC Answers Application at Play Store. Download Now

Statistics and Probability Katabasis Hands-on solution | TCS Fresco Play

Statistics and Probability Katabasis Hands-on solution  |  TCS Fresco Play

Disclaimer: The primary purpose of providing this solution is to assist and support anyone who are unable to complete these courses due to a technical issue or a lack of expertise. This website's information or data are solely for the purpose of knowledge and education.

Make an effort to understand these solutions and apply them to your Hands-On difficulties. (It is not advisable that copy and paste these solutions).

Course Path: Data Science/DATA SCIENCE BASICS/Statistics and Probability Katabasis

Suggestion: Just Copy whole code from below and replace with existing code on hackerrank.

Statistics and Probability Katbasis MCQ solution


1.Statistics with Python


#Write your code here

    print(round(np.mean(arr),2))

    print(round(np.median(arr),2))

    print(round(np.std(arr),2))

    print(round(np.var(arr),2))

    m=stats.mode(arr)

    print(round(m[0][0],2))

    a,b=np.percentile(arr,[75,25])

    print(round(a-b,2))


Statistics and Probability Katbasis MCQ solution


If you have any queries, please feel free to ask on the comment section.

If you want MCQs and Hands-On solutions for any courses, Please feel free to ask on the comment section too.