5. M.sc. Data Science Syllabus I and II Sem Final
5. M.sc. Data Science Syllabus I and II Sem Final
Approved by
DEPARTMENT OF STATISTICS
UNIVERSITY COLLEGE OF SCIENCE
OSMANIA UNIVERSITY, HYDERABAD-7
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 1 of 21
M.SC. (DATA SCIENCE) COURSE CURRICULUM
(W.E.F. ACADEMIC YEAR 2024-2025)
I-SEMESTER
Paper No of Hours Total
Title of the paper Credits
per week Marks
Code
Theory Papers
MDS-101 Mathematical Foundations for Data Science. 3 3 100
MDS-102 Design and Analysis of Algorithms. 3 3 100
MDS-103 Java Programming. 3 3 100
MDS-104 Statistical Inference. 3 3 100
Practical Papers
Statistical Process for Data Science using R-
MDS-105
programming.
2 4 50
Design and Analysis of Algorithms Lab using
MDS-106
Python.
2 4 50
MDS-107 Java Programming Lab. 2 4 50
MDS-108 Statistical Inference using Python. 2 4 50
Total 20 12+16 600
II-SEMESTER
Paper No of Hours Total
Title of the paper Credits Marks
Code per week
Theory Papers
MDS-201 Advanced Machine Learning Techniques 3 3 100
MDS-202 Artificial Intelligence 3 3 100
MDS-203 Optimization Techniques 3 3 100
MDS-204 Software Engineering 3 3 100
Practical Papers
MDS-206 Advanced Machine Learning Techniques using 2 4 50
Python Lab
MDS-207 Artificial Intelligence Lab 2 4 50
MDS-208 Optimization techniques using R 2 4 50
MDS-209 Data Handling using SPSS 2 4 50
Total 20 24 600
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 2 of 21
III-SEMESTER
No of Hours Total Marks
Paper Code Title of the paper Credits
per week
Theory Papers
MDS-301 Deep Learning Techniques 3 3 100
MDS-302 Computer Networks 3 3 100
a) Text Data Analytics 100
MDS-303
(E-I)
b) Statistical Pattern Recognition 3 3
c) Cloud Computing
a) Big Data Analytics 100
MDS-304 b) Image Processing & Analysis
(E-II)
3 3
c) Web technologies
Practical Papers
Deep Learning Techniques & Computer
MDS-305
Networks using Python
2 4 50
MDS-306 E-I & E-II using Python 2 4 50
MDS-307 Mini Project 4 8 100
No of Credits 20 12+16 600
IV-SEMESTER
Paper No of Hours Total
Title of the paper Credits
per week Marks
Code
Theory Papers
MDS-401 Cryptography 3 3 50
MDS-402 Data Mining 3 3 50
a) Sentimental Analysis
MDS-403
E-III
b) Computer Vision 3 3 50
c) Machine Learning Operations
a) Data Stream mining
MDS-404
E-IV
b) Web Mining 3 3 50
c) Scalable Architecture
Practical Papers
MDS-405 Cryptography & DM 2 4 50
MDS-406 E-I & E-II 2 4 50
MDS-407 Capstone Project 4 8 100
No of Credits 20 12+16 600
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 3 of 21
SYLLABUS
M.SC. (DATA SCIENCE) I-YEAR, I-SEMESTER
REFERENCE BOOKS
1. Gilbert Strang (2016): Introduction to linear algebra, 5/e., Wellesley-Cambridge.
2. David C. Lay (2019): Linear Algebra and Its Applications, Pearson, 5/e.
3. Joe L. Mott, Abraham Kandel, Theoder P. Baker, Discrete Mathematics for Computer
Scientists and Mathematicians
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 4 of 21
SYLLABUS
M.SC. (DATA SCIENCE) I-YEAR, I-SEMESTER
UNIT I
Introduction to Algorithms: Algorithm Specification, Performance Analysis, Randomized
Algorithms. Elementary Data Structures: Stacks and Queues, Trees, Dictionaries, Priority
Queues, Sets and Disjoint Set Union, Graphs.
Divide and Conquer: Binary Search, Finding the Maximum and Minimum, Merge Sort; Quick
Sort, Selection sort, Strassen's Matrix Multiplication, Convex Hull.
Greedy Method: Knapsack Problem, Job Sequencing with Deadlines, Minimum-Cost Spanning
Trees (Kruskal’s & Prim’s), Single Source Shortest Paths (Dijkstra’s).
UNIT-II
Dynamic Programming: General Method, Multistage Graphs, All-Pairs Shortest Paths, Single-
Source Shortest Paths, Optimal Binary Search Trees, 0/1 Knapsack, Traveling Salesperson
Problem.
Back Tracking technique: General Method, 8-Queens Problem, Sum of Subsets, Graph
Colouring, Hamiltonian Cycles, Knapsack Problem.
UNIT -III
Branch-Bound technique: General Method, 0/1 Knapsack Problem, Traveling Sales Person
problem.
NP-Hard and NP-Complete Problems: Basic Concepts, Cook's Theorem, NP-Hard and NP-
Complete problems. Graph Problems, NP-Hard Scheduling Problems, NP-Hard Code
Generation, Some Simplified NP-Hard Problems.
REFERENCE BOOKS
1. E Horowitz, S Sahni, S Rajasekaran, (2007): Fundamentals of Computer Algorithms, 2/e,
Universities Press.
2. T.H. Cormen, C.E. Leiserson, R.L Rivert, C Stein, (2010): Introduction to Algorithms, 3/e,
PHI.
3. R. Pannerselvam (2007): Design and Analysis of Algorithms, PHI.
4. Hari Mohan Pandey, (2009): Design, Analysis and Algorithm, University Science Press.
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 5 of 21
SYLLABUS
M.SC. (DATA SCIENCE) I-YEAR, I-SEMESTER
UNIT – I
Java Programming Fundamentals: Introduction, Overview of Java, Data Types, Variables
and Arrays, Operators, Control statements, Classes, Methods, Inheritance, Packages and
Interfaces. I/O basics: Byte & Character Streams, Reading Console input and output, Scanner
Class, Console Class, Print Writer Class, String Handling, Exception Handling,
Multithreaded Programming. Overview of Networking: Working with URL, connecting to a
Server, Implementing Servers, serving multiple Clients, Sending E-Mail, Socket
Programming, Internet Addresses, URL Connections. AWT: Introduction, AWT Class
Hierarchy, Creating Container, Adding Components, Layout, Using Panel, TextField,
TextArea, List, Checkbox, CheckBoxGroup, Choice, EventHandling, DialogBoxes,
ScrollBar, Menu.
UNIT – II
Swing: Containment Hierarchy, Adding Components, JTextField, JPasswordField, JTable,
JComboBox, JProgressBar, JList, JTree, JColorChooser, Dialogs. Java Database
Connectivity (JDBC): Introduction, JDBC Drivers, JDBC Architecture, JDBC Classes and
Interfaces, Loading a Driver, Making a Connection, Execute SQL Statement, SQL
Statements, Retrieving Result, Getting Database Information, Scrollable and Updatable
Resultset, ResultSet Metadata.
UNIT – III
Servlet: Introduction to Servlet, Servlet Life Cycle, advantages, Sharing Information,
Initializing a Servlet, Writing Service Methods, Filtering Requests and Responses, Invoking
Other Web Resources, Accessing the Web Context, Maintaining Client State, Finalizing a
Servlet. Java Server Pages: Introduction to JSP, JSP Engine, Anatomy of a JSP Page, JSP
Syntax, Life Cycle of a JSP Page, Creating Static Content, Creating Dynamic Content. .
REFERENCE BOOKS
1. Uttam K. Roy, Advanced Java programming
2. Herbertt Schildt, Java Complete Reference
3. Cay S. Horstmans, Gray Coronell, Core Java Vol. II – Advanced Features
4. Sharanam Shah, Vaishali Shah, Java EE 7 for Beginners
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 6 of 21
SYLLABUS
M.SC. (DATA SCIENCE) I-YEAR, I-SEMESTER
UNIT-I
Estimation Theory: Basic concepts to estimation; Concepts, examples, applications and simple
problems on criteria for good estimator: Unbiasedness, consistency, efficiency and
sufficiency, Cramer-Rao inequality, Rao-Blackwell theorem, Fisher Information, Lehmann-
Scheffe theorem. Simple Problems on UMVUE.
Methods of Estimation: Method of Moments, Least squares and Maximum Likelihood,
Properties and Simple problems. Resampling methods: Jackknife, Bootstrap, Estimation of bias
and standard deviation of point estimation by the Jackknife & Bootstrap methods with examples,
U-statistic, Kernal and examples. Interval estimation, confidence level CI using pivots and
shortest length CI and example problems.
UNIT-II
Testing of Hypotheses: Neyman-Pearson Lemma, Most Powerful tests, Uniformly Most
Powerful tests, Likelihood ratio tests, Sequential Probability Ratio Tests.
Non parametric tests: One and two sample tests (Kolmogorov Smirnov, Kruskal Wallis &
Friedman test, Kendal’s tau, Ansari broadly tests)
UNIT-III
Non-parametric Density Estimation: Rosenblatt’s naïve density estimator, its bias and
variance. Consistency of Kernel density estimators and its MSE.
Simulation: Introduction, generation of random numbers for Uniform, Normal, Exponential,
Cauchy and Poisson Distributions. Estimating the reliability of the random numbers. Priori and
Posteriori distributions, conjugate families, Bayesian estimation of parameters, MCMC
algorithms: Metropolis Hasting and Gibbs Sampler.
REFERENCES
1. Rohatgi, V.K.: An Introduction to Probability Theory and Mathematical Statistics (Wiley)
2. Gibbons: Non-Parametric Statistical Inference, (TMH)
3. Lehman, E. L.: Testing of hypothesis, John Wiley
4. Goon, Gupta and Das Gupta: Outlines of Statistics, Vol. II, World Press.
5. C.R. Rao – Linear Statistical Inference (John Wiley)
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 7 of 21
Instruction to Practical’s of M.Sc. Data Science
1. The semesters I & II, each has Four practical papers, each has two credits with 4
hours of lab with weightage of 50 marks each.
2. Each student has to spend minimum 60 hours in lab for each practical paper and has
to practice on various data sets available in various web sources.
3. Each practical record should contain all practical’s mentioned in the syllabus and
maintaining of Practical records is mandatory (submission at the time examination)
irrespective of existence or non-existence of practical record marks allocation.
4. The statistical analysis report should follow the steps of Data Analysis depends on
the practical (Problem, Data set considered (Data source), Data description, Data
objectives, hypothesis framed on population, statistical techniques applicable (as per
syllabus of paper), writing of base program code to familiar with computational
procedure rather than usage of packages), outputs and results, data interpretation,
conclusions on the data set).
5. Each practical record should be written with own hand writing (not computer printouts)
and should be taken the signature of the concerned faculty with date of the practical
done.
6. The Semester end practical exam question paper contains answer any two out of the
three questions given in 2 hours duration (including its implementation)
7. The practical examination question paper is also common to all the students of all
colleges and conducted and scheduled by Head, Department of Statistics, O.U.,
Hyderabad, with the appointment of external examiners.
8. All answers to the questions should be written in the practical answer booklets at
the time of practical examination (including executed program, output, interpretation
and conclusions and incase of data analysis all the steps should be written as mentioned
above.
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 8 of 21
SYLLABUS
M.SC. (DATA SCIENCE) I-YEAR, I-SEMESTER
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 9 of 21
SYLLABUS
M.SC. (DATA SCIENCE) I-YEAR, I-SEMESTER
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 10 of 21
SYLLABUS
M.SC. (DATA SCIENCE) I-YEAR, I-SEMESTER
1. Java programs to the Mathematical / Statistical applications to demonstrate core Java and
OOPs concepts. (working with functions, classes, abstract class, interfaces, string handling and string buffer
classes, user defined packages, event handling, exception handling, inheritance, polymorphism,
multithreading, etc, Computation central tendencies, dispersions, moments, skewness, kurtosis, distributions,
correlation and regression, Matrices)
2. Developing servlet applications on data bases. (like to accept H.T.No of a student from client and
display the memorandum of marks from the server, Question-Answer Application using HttpServletRequest
and HttpServletRequest interfaces etc).
3. Create JSP pages that prints (a) temperature conversion (from Celsius to Fahrenheit) chart;
(b) current date and time (c). number of times page is referred after the page is loaded. simple
JSP application to demonstrate the use of implicit object (at least 5). JSP Application to
accept Registration Details from the user and store database table; Accept Registration
Details from the user and store database table; Authenticate User Login as per the
Registration Details. If Login Success then forward User to Index Page otherwise show
Login failure Message; web Application to add items in the inventory using JSP.
4. Create GUI to present a set of choices for a user to select stationary products and display the
price of Product after selection from the list; typical Editable Table which describing
Employee for a software company; swing components using student registration form.
5. Create a Remote Object for simple arithmetic operators. Use AWT / SWING to create user
interface.
6. Develop a Hibernate application to Store Feedback of Website Visitors in MySQL Database.
7. Write EJB applications using stateless session beans and state-full session beans.
8. Develop a Room Reservation System Application using Entity Beans.
9. Create Three-tire application using Servlets, JSP, EJB.
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 11 of 21
SYLLABUS
M.SC. (DATA SCIENCE) I-YEAR, I-SEMESTER
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 12 of 21
M.SC. (DATA SCIENCE) COURSE CURRICULUM
(W.E.F. ACADEMIC YEAR 2024-2025)
Total
Paper No of Hours Marks
Title of the paper Credits
Code per week
Theory Papers
Practical Papers
Total 20 24 600
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 13 of 21
SYLLABUS
M.SC. (DATA SCIENCE) I-YEAR, II-SEMESTER
UNIT – I
Classification Techniques: Definitions, derivations, methods, properties, and applications of
classifier algorithms: Logistic regression, Linear Discriminant Function (for binary outputs) with
minimum mean squared error and using likelihood ratios (MVN populations), Bayes Mis-
classification; Naïve Bayes classifier, Support Vector Machines, Decision Tree algorithms,
Random Forest algorithm, Bootstrap algorithms (Bagging, Gradient, Ada- and XG-Boosting),
KNN algorithm, Market-Basket Analysis.
UNIT – II
Multivariate Analysis Techniques: Definitions, goals, derivations, methods, properties, and
applications of: Principal component analysis, Factor analysis, Multidimensional Scaling,
Canonical Correlations and Canonical Variables, Conjoint Analysis, Path analysis,
Correspondence analysis; Feature extraction and Feature selection techniques, Inter and intra
class distance measures, Probabilistic distance measures.
UNIT - III
Cluster Analysis: Introduction, similarities and dissimilarities, Hierarchical and non-
hierarchical clustering methods, Single, complete and average linkages, K-means, DBSCAN,
CART, C4.5 methods.
Association Analysis: Problem definition, Frequent item set generation, Rule generation,
Compact representation of frequent item sets, methods for generating frequent item sets, Aprori
and FP-tree growth Algorithm.
REFERENCE BOOKS
1. Johnson, R.A, and Dean W. Wichern: Applied Multivariate Statistical Analysis.
2. Morrison, D: An Introduction to Multivariate Analysis.
3. Seber: Multivariate Observations
4. Anderson: An Introduction to Multivariate Analysis.
5. Bishop: Analysis of Categorical data.
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 14 of 21
SYLLABUS
M.SC. (DATASCIENCE) I-YEAR, II-SEMESTER
UNIT - 1
Introduction: History Intelligent Systems, Foundations of Artificial Intelligence, Sub areas of
Al, Applications. Problem Solving - State - Space Search and Control Strategies: Introduction,
General Problem-Solving Characteristics of problem, Exhaustive Searches, Heuristic Search
Techniques, Iterative - Deepening A*, Constraint Satisfaction. Game Playing, Bounded Look -
ahead Strategy and use of Evaluation Functions, Alpha Beta Pruning.
UNIT – II
Logic Concepts and Logic Programming: Introduction, Propositional Calculus Propositional
Logic, Natural Deduction System, Axiomatic System, Semantic Table, A System in Propositional
Logic, Resolution, Refutation in Propositional Logic, Predicate Logic, Logic Programming.
Knowledge Representation: Introduction, Approaches to knowledge Representation, Knowledge
Representation using Semantic Network, Extended Semantic Networks for KR, Knowledge
Representation using Frames.
UNIT - III
Expert System and Applications: Introduction, Phases in Building Expert Systems Expert System
Architecture, Expert Systems Vs Traditional Systems, Truth Maintenance Systems, Application
of Expert Systems, List of Shells and tools. Uncertainty Measure - Probability Theory:
Introduction, Probability Theory, Bayesian Belief Networks, Certainty Factor Theory, Dempster
- Shafer Theory.
REFERENCE BOOKS
1. Saroj Kaushik, Artificial Intelligence, Cengage Learning India, First Edition, 2011.
2. Russell, Norvig, Artificial Intelligence: A Modern Approach, Pearson Education, 2nd
Edition, 2004.
3. Rich, Knight, Nair, Artificial Intelligence, Tata McGraw Hill, 3rd Edition 2009.
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 15 of 21
SYLLABUS
M.SC. (DATASCIENCE) I-YEAR, II-SEMESTER
MDS-203: PAPER-III: OPTIMIZATION TECHNIQUES
UNIT–I
Meaning and scope of optimization techniques. Convex sets and their properties. General linear
Programming Problem (LPP). Formulation of LPP. Statements of Fundamental theorem of LPP
and other related theorems. Optimal Solution of LPP by graphical, Simplex and Charner’s & two-
phase methods. Concept of degeneracy and resolving it Concept of duality of LPP. Dual Primal
relationship, Complementary slackness theorems, Fundamental Theorem of Duality. Dual
simplex Algorithm.
UNIT-II
Integer Programming Problem: Gomory’s cutting plane Algorithm for pure and mixed IPP
Branch and bound Technique.
Networks: Basic concepts of Networks constraints; Construction of Network and critical path;
PERT and CPM; Network flow problems. Time Cost Analysis.
Queuing Theory: Introduction, essential features of Queuing system, Operating characteristics
of Queuing system (transient and steady states). Queue length, General relationships among
characteristics. Probability distribution in queuing systems, distribution of Arrival and
interarrival. Distribution of death (departure) process, service time. Classification of Queuing
models and solution of Queuing models; M/M/1:∞/FIFO and M/M/1:N/FIFO
REFERENCES
1. Kantiswarup; Gupta P.K. and Singh, M.N.(1985) : Operations Research; Sultan Chand
2. Taha, H.A.(1982): Operations Research: An Introduction; MacMillan
3. Sharma,S.D.: Operations Research.
4. Hillier F.S. and Leiberman,G.J.(1962): Introduction to Operations Research; Holdon Day
SYLLABUS
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 16 of 21
M.SC. (DATASCIENCE) I-YEAR, II-SEMESTER
UNIT – I
Software Engineering: The Nature of Software, Changing Nature of Software, Defining the
Discipline, Software Process, Software Engineering Practice. The Software Process: A Generic
Process Model, Defining a Framework Activity, Process Assessment and Improvement,
Prescriptive Process Models, Specialized Process Models, Unified Process, Personal and Team
Process Models. Defining Agility, Agile Process, Extreme Programming, Psychology of
Software Engineering, Software Team Structures, Software Engineering Using the Cloud, Global
Teams.
UNIT – II
Requirements: Core Principles of Modeling, Requirements Engineering, Establishing the
Groundwork, Eliciting Requirements, Developing Use Cases, Building the Analysis Model,
Requirements Analysis, UML Models That Supplement the Use Case, Identifying Analysis
Classes, Specifying Attributes, Defining Operations, Class Responsibility-Collaborator
Modeling, Associations and Dependencies, Analysis Packages. Design Concepts: Design within
the Context of SE, Design Process, Design Concepts, Design Model, Software Architecture,
Architectural Styles, Architectural Considerations, Architectural Design, Component, Designing
Class-Based Components, Conducting Component-Level Design, Component-Based
Development, User Interface Design Rules.
UNIT – III
Quality Management: Quality, Software Quality, Software Quality Dilemma, Achieving
Software Quality, Defect Amplification and Removal, Reviews, Informal Reviews, Formal
Technical Reviews, Elements of Software Quality Assurance, SQA Tasks, Goals, and Metrics,
Software Reliability, A Strategic Approach to Software Testing, Test Validation Testing, System
Testing, Debugging, Software Testing Fundamentals, White-Box Testing, Black-Box Testing,
Path Testing, Control Structure Testing, Object-Oriented Testing Strategies & Methods, Security
Engineering Analysis, Security Assurance, Security Risk Analysis.
REFERENCE BOOKS
1. Roger S Pressman, B R Maxim, Software Engineering – A Practitioner’s Approach (8e)
2. Ian Sommerville: “Software Engineering”.
3. Hans Van Vliet, Software Engineering.
4. D. Bell, Software Engineering for Students.
5. K.K. Aggarwal, Y. Singh, Software Engineering.
6. R. Mall, Fundamentals of Software Engineering
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 17 of 21
SYLLABUS
M.SC. (DATASCIENCE) I-YEAR, II-SEMESTER
1. Implementation of classification techniques for the data sets and evaluation of its analysis
using
(i) Logistic regression
(ii) Naïve Bayes classifier
(iii) Support Vector Machines,
(iv) Decision tree (ID-3) algorithms
(v) Random forest algorithm
(vi) Bagging and Boosting algorithms
(vii) KNN
2. Implementation of
(i) Principal component analysis
(ii) Factor analysis,
(iii) Multidimensional Scaling,
(iv) Path analysis,
3. Implementation of clustering using
(i) K-means,
(ii) DBSCAN,
(iii) CART,
(iv) C4.5 methods
4. Implementation of Association algorithms
(i) Aprori algorithm
(ii) FP-tree growth algorithm.
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 18 of 21
SYLLABUS
M.SC. (DATA SCIENCE) I-YEAR, II-SEMESTER
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 19 of 21
SYLLABUS
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 20 of 21
SYLLABUS
M.SC. (DATASCIENCE) I-YEAR, II-SEMESTER
List of Practical’s
1. Basic operations of Data entry, Data import and export, I/O files handling etc.
2. Data Visualization: Pie diagram, Bar diagram, Histogram, Line plot, frequency curves &
polygons, Scatter Plot, Gantt Chart, Box Plot.
3. Descriptive Statistics: Measures of Central Tendencies, Dispersions, Relative measures of
Dispersions, Moments, Skewness, Kurtosis.
4. Parametric Tests: Testing for Mean(s), Variance(s), Proportion(s), ANOVA for one-way two-
way and two-way with one and m-observations per cell and with & without interactions,
5. Non–Parametric tests: Sign test, Wilcoxon Sign Rank test, Mann-Whitney U-test, Run test,
Kolmogorov Smirnov test, Chi-square test for goodness of fit and Chi-square test
independence.
6. Design and Analysis of Experiments: Analysis of Variances for Completely randomized,
randomized block and Latin Square Designs.
7. Regression Analysis: Analysis of Simple and Multiple Linear Regression models, Selection
Best Linear Regression Model (All possible, forward, backward, stepwise and stage wise
methods). Binary and multinomial Logistic regression models, Probit analysis.
8. Multivariate Data Analysis: Linear Discriminant Analysis, Principal Component analysis,
Factor analysis, multi-dimensional scaling, Cluster analysis.
Approved in the BOS meeting held on 17.05.2024 by BOS in Statistics, Osmania University, Hyd-7.
Page 21 of 21