0% found this document useful (0 votes)
2 views6 pages

Maths Assignment

The document outlines a Python program assignment for a course in Probability and Statistics at Thiagarajar College of Engineering. It includes tasks such as listing Python libraries, sampling, combinations and permutations, generating sample spaces, and calculating various statistical measures. Additionally, it covers concepts like PMF for different distributions, correlation coefficients, and linear regression.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views6 pages

Maths Assignment

The document outlines a Python program assignment for a course in Probability and Statistics at Thiagarajar College of Engineering. It includes tasks such as listing Python libraries, sampling, combinations and permutations, generating sample spaces, and calculating various statistical measures. Additionally, it covers concepts like PMF for different distributions, correlation coefficients, and linear regression.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

2303917720522064 – KARTHIYAYINI R

THIAGARAJAR COLLEGE OF ENGINEERING, MADURAI 625 015.

Information Technology

Python Program Assignment

Probability and Statistics-22IT410

1.List of Python Libraries for Probability and Statistics

2. Select 20 Samples from 100 Numbers

3. Combinations and Permutations

Example Problems:
1. Find the number of ways to select 3 students from a group of 5.
2. Find the number of ways to arrange 4 letters from the word "MATH".
2303917720522064 – KARTHIYAYINI R

4.Generate Sample Space

5. PMF of Binomial Distribution

6. PMF for Poisson Distribution


2303917720522064 – KARTHIYAYINI R

7. Z-Value from Probability

8. Expectation and Variance of a Discrete Random Variable

9. Correlation Coefficient of Bivariate Data


2303917720522064 – KARTHIYAYINI R

10. Scatter Plot of Bivariate Data

11. Spearman’s Rho Rank Correlation


2303917720522064 – KARTHIYAYINI R

12. Linear Regression Model & Regression Line Plot


2303917720522064 – KARTHIYAYINI R

You might also like