0% found this document useful (0 votes)
79 views3 pages

Probability and Statistics Syllabus

This document outlines the teaching scheme and examination scheme for a Probability and Statistics for Engineers course offered at College of Engineering Pune. The course covers descriptive statistics, probability distributions, statistical inference, regression, and applications of statistics through 6 units. It will introduce students to the R programming language and its use in data analysis and visualization. Students will learn concepts of probability theory, distributions, estimation, regression, and apply these to solve problems and real-life case studies. Assessment includes internal tests, end of semester exam, and an emphasis on applying concepts to prove statements and solve theoretical and applied problems.

Uploaded by

Tanuj PS
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
79 views3 pages

Probability and Statistics Syllabus

This document outlines the teaching scheme and examination scheme for a Probability and Statistics for Engineers course offered at College of Engineering Pune. The course covers descriptive statistics, probability distributions, statistical inference, regression, and applications of statistics through 6 units. It will introduce students to the R programming language and its use in data analysis and visualization. Students will learn concepts of probability theory, distributions, estimation, regression, and apply these to solve problems and real-life case studies. Assessment includes internal tests, end of semester exam, and an emphasis on applying concepts to prove statements and solve theoretical and applied problems.

Uploaded by

Tanuj PS
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
  • Syllabus Overview
  • Course Outcomes and Notes

College of Engineering Pune

(An Autonomous Institute of Government of Maharashtra)


Department of Mathematics
( MA-21001 ) Probability and Statistics for Engineers
T.Y. B. Tech. Semester V (Computer, Electrical, E and TC, Instru, Mech)

Teaching Scheme Examination Scheme


Lectures : 2 hrs / week Internal Test 1: 20 marks
Tutorial : 1 hr / week Internal Test 2: 20 marks
End Sem. Exam: 60 marks

Unit I : Descriptive statistics : Measures of location and variation. Visualization of data :


Frequency tables, bar diagrams, histograms, heat maps, other visualization tools.
Review on introduction to combinatorics and probability theory. [5 Hrs]
Unit II : Some of the basic probability distributions : Binomial, Poisson, Exponential, and
Normal. Central limit theorem. [5 Hrs]
Unit III : Introduction to ‘R’: Introductory R language fundamentals and basic syntax, major R
data structures, Using R to perform data analysis, creating visualizations using R. [4 Hrs]
Unit IV : Basic statistical inference and hypothesis testing : Estimation, basic tests such as t-test,
z-test, F-test, χ2 –test, Non parametric tests: Sign test, Wilcoxon signed rank test. [6 Hrs]
Unit V : Regression methods : Simple linear regression and multiple regression. [4 Hrs]
Unit VI : Engineering applications of statistics (Branch Specific (any 2)) : Discussion on
reliability and quality control. Introduction to random processes, stochastic processes, Markov
chains. Machine learning and data science. [4 Hrs]

Text Books :
 Christian Heumann, Michael Schomaker, Shalabh, Introduction to Statistics and Data
Analysis, ISBN: 978-3-319-46160-1, DOI: 10.1007/978-3-319-46162-5, Publisher:
Springer,Year: 2016.

Reference Books :
 Ross S.M., Introduction to probability and statistics for Engineers and Scientists (8 th
Edition), Elsevier Academic press, 2014.
 Ronald E, Walpole, Sharon L. Myers, Keying Ye, Probabilty and Statistics for Engineers and
Scientists (9th Edition), Pearson Prentice Hall, 2007.
 Tilman M. Davies, The book of R: A first course in Programming and Statistics (1 st
Edition), No Starch Press, USA, 2016.

 S. P. Gupta, Statistical Methods, S. Chand & Sons, 37th revised edition, 2008.

 Kishor S. Trivedi, Probability and Statistics with Reliability, Queuing and Computer
Science Applications (2nd Edition), Wiley Student edition, 2008.
 Stephens L.J., Schaum’s outline of statistics for Engineers, Latest edition, 2019.
 The practice of Business Statistics by Manish Sharma and Amit Gupta, Khanna Publishing
Company Private Limited, New Delhi, 2014.

References for R Software :

 Norman Matloff, The Art of R Programming - A Tour of Statistical Software Design, (1st
Edition), No Starch Press, USA, 2011.
 Sudha Purohit, Sharad Gore, Shailaja Deshmukh, Statistics using R (2 nd Edition), Narosa
Publications, 2019.
 Randall Pruim, Foundations and Applications of Statistics - An introduction using R (2nd
Edition), American Mathematical Society, 2018.
 Hadley Wickham and Garrett Grolemund, R for Data Science: Import, Tidy, transform,
Visualize and Model Data, (1st Edition), O’Reilly Publications, 2017.
-------------------------------------------------------------------------------------------------------------

Outcomes : Students will be able to


1. Recall and know basics of probability theory, R software, probability distribution, statistical
inference, linear regression.
2. Understand concepts of probability, probability distributions, estimation, regression, and use
of R software.
3. Evaluate probability of compound events, find probabilities using standard distributions, test
for basic statistical inference (t-test, z-test, F-test, χ2 –test, confidence interval, non
parametric tests), Use of statistical tables and data sets in R, solve problems on simple linear
regression.
4. Prove theorems / statements, run standard programs on R, solve problems on multiple
regression.
5. apply concepts of probability and statistics to various problems including real life problems.

Note 1 :
 To measure CO1, questions may be of the type- define, identify, state, match, list,
name etc.
 To measure CO2, questions may be of the type- explain, describe, illustrate, evaluate,
give examples, compute etc.
 To measure CO3, questions will be based on applications of core concepts.
 To measure CO4, questions may be of the type- true/false with justification, theoretical
fill in the blanks, theoretical problems, prove implications or corollaries of theorems,
etc.
 To measure CO5, some questions may be based on self-study topics and also
comprehension of unseen passages.

Note 2 :
All the Course outcomes 1 to 3 will be judged by 75% of the questions and outcomes 4 and 5
will be judged by 25 % of questions.

Common questions

Powered by AI

The R language provides a powerful environment for statistical computing and graphics, which enhances students' understanding of statistical data through hands-on analysis and visualization . Learning to use tools like R enables students to interpret data through graphical representations and perform sophisticated analyses, thus improving their comprehension of abstract statistical concepts and their application to real-world engineering problems .

Regression methods, including simple and multiple regression, model the relationship between a dependent variable and one or more independent variables to predict outcomes . They play a critical role in identifying trends, making forecasts, and inferring causal relationships from observational data. This is highly relevant in fields such as economics, biology, engineering, and social sciences where understanding relationships between variables is crucial for decision-making and policy development .

A random process is a collection of random variables indexed by time or space, used to model evolving systems that develop in a probabilistic manner . A stochastic process is a type of random process where the variables' future evolution depends on both deterministic and random components . They are significant in engineering for modeling complex systems that operate under uncertainty, such as communication networks, signal processing, and financial systems .

The Central Limit Theorem (CLT) states that, for a large enough sample size, the sampling distribution of the sample mean will be approximately normally distributed, regardless of the population's distribution . This facilitates statistical inference by allowing us to make predictions and conduct hypothesis tests about population parameters using the normal distribution as a model, which simplifies calculations and the analysis of data .

Understanding probability distributions is crucial for engineers as it allows them to model and make inferences about complex systems under uncertainty . In machine learning and data science, knowledge of distributions is used to define likelihoods, inform prior distributions in Bayesian analysis, and improve algorithm efficiency by tailoring them to data characteristics. This understanding aids in designing better models, improving accuracy, and making informed decisions .

Non-parametric tests do not assume a specific distribution for the data, making them more flexible than parametric tests, which require assumptions like normality . Non-parametric tests, like the Sign test and Wilcoxon signed rank test, are preferable when the data do not meet these assumptions, are ordinal, or have outliers, as they are less sensitive to distributional violations .

R programming can be used in engineering applications of statistics by facilitating data analysis, visualization, and statistical modeling through its extensive suite of packages and functions suited for tasks like regression analysis and hypothesis testing . The benefits include the ability to handle large datasets, perform complex statistical analyses, and create publication-quality graphics, enhancing the efficiency and accuracy of statistical computations in engineering contexts .

The binomial distribution is used to model the number of successes in a fixed number of independent trials with the same probability of success, applicable in quality control and reliability testing . The Poisson distribution models the number of events occurring in a fixed interval of time or space under constant rate, which is useful in modeling arrival times or failure rates of components in telecommunications and manufacturing .

Reliability in engineering applications refers to the probability that a system or component performs its required functions under stated conditions for a specified period . Quality control involves processes that ensure product quality is maintained or improved, typically by identifying and correcting defects in the production . Both are critical for ensuring product performance, safety, and customer satisfaction, thus impacting the overall success of engineering projects and processes .

Descriptive statistics involve methods for summarizing and organizing the information in a data set, such as measures of location (mean, median, mode) and variation (range, variance, standard deviation), along with visualization tools like bar diagrams and histograms . Inferential statistics, on the other hand, use sample data to make predictions or inferences about a population, involving estimation and hypothesis testing tools like t-test, z-test, and χ2-test .

College of Engineering Pune 
(An Autonomous Institute of Government of Maharashtra) 
Department of Mathematics 
( MA-21001 )
  Tilman M. Davies, The book of R: A first course in Programming and Statistics (1st 
Edition), No Starch Press, USA, 2016.
4. Prove theorems / statements, run standard programs on R, solve problems on multiple 
regression. 
5. apply concepts of pro

You might also like