0% found this document useful (0 votes)
7 views4 pages

Advanced Analytics Teaching Guidelines

The document outlines suggested teaching guidelines for an Advanced Analytics course using Statistics, scheduled for PG-DBDA in August 2025, covering a total of 46 hours of classroom instruction and 44 hours of lab work. Key topics include data analytics life cycle, probability, statistical inference, predictive modeling, and decision analytics, with various assignments for practical application using R and Python. Evaluation will be based on theory exams, lab exams, and internal assessments, with a recommended list of textbooks and reference materials provided.

Uploaded by

saadmomin5555
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)
7 views4 pages

Advanced Analytics Teaching Guidelines

The document outlines suggested teaching guidelines for an Advanced Analytics course using Statistics, scheduled for PG-DBDA in August 2025, covering a total of 46 hours of classroom instruction and 44 hours of lab work. Key topics include data analytics life cycle, probability, statistical inference, predictive modeling, and decision analytics, with various assignments for practical application using R and Python. Evaluation will be based on theory exams, lab exams, and internal assessments, with a recommended list of textbooks and reference materials provided.

Uploaded by

saadmomin5555
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

ACTS, Pune

Suggested Teaching Guidelines for


Advanced Analytics using Statistics
PG-DBDA August 2025

Duration: 46 hours classroom and 44 hours Lab

Objective: To perform advanced analytics using Python & R skills and important
mathematical concepts.

Prerequisites: Good Knowledge of Basic Mathematics

Evaluation method: Theory exam– 40% weightage


Lab exam – 40% weightage
Internal exam– 20% weightage

List of Books / Other training materials

Text Book:
1. Business Analytics, James R Evans,Pearson Education, 3rd Edition.

Reference:
1. Beginning R – The Statistical Programming Languageby Dr. Mark Gardener
PUB: WILEY
2. Art of Programming in R, by Norman Matloff
3. Statistics for Management by Levin
4. Business Analytics: Methods, Models, and Decisions by James R Evans
5. Introductory Statistics with R (Statistics and Computing) by Peter Dalgaard
6. R in a Nutshell by Joseph Adler (O’REILLY)
7. R Cookbook by Paul Teetor (O’REILLY)
8. The R Book, Second Edition
9. Statistics Using R, Shailaja Deshmukh, Sudha Purohit, Sharad Gore, Pub:
Narosa

Note: Each session having 2 Hours & 2 Hours of Lab unless indicated otherwise.

Session 1 & 2:

o Introduction to Analytics
o Data analytics Life Cycle
o Discovery
o Data preparation
o Model planning
o Model building implementation
o Quality assurance
o Documentation
o Management approval
o Installation
o Acceptance and operation
o Intelligent data analysis

PG-DBDA Page 1 of 4
ACTS, Pune

Suggested Teaching Guidelines for


Advanced Analytics using Statistics
PG-DBDA August 2025

Assignment –Lab: Import csv file using R and perform ETL operation using dplyr
package.

Session 3 & 4

o Sample Spaces and Events


o Joint, Conditional and Marginal Probability
o Bayes’ Theorem

Assignment –Lab: Load any dataset, apply Bayes’ Theorem and predict the output

Session 5 & 6:

o Random Variable
o Concepts of Correlation
o Covariance
o Outliers

Assignment –Lab: Load any dataset and find out the covariance between two fields
and also find the correlation and determine how two fields are correlated. Also handle
the outliers in the data.

Session 7 & 8:

o Probability Distribution and Data


 Continuous distribution – (Uniform, Exponential & Normal)
 Discrete distribution – (Binomial, Poisson & Geometric distribution)

Assignment –Lab: generate random numbers and check if they are in normal
distribution using scipy libraries.

Session 9 & 10:

o Descriptive Statistical Measures


o Summary Statistics - Central Tendency & Dispersion (Mean, Median, Mode,
Quartiles, Percentiles, Range, Interquartile Range, Standard Deviation,
Variance, and Coefficient of Variation)

Assignment –Lab: Load any dataset and find out the mean, median mode and other
central tendencies of the dataset.

PG-DBDA Page 2 of 4
ACTS, Pune

Suggested Teaching Guidelines for


Advanced Analytics using Statistics
PG-DBDA August 2025

Session 11 & 12:

o Sampling and Estimation


o Sample & population, Uni-variate and bi-variate sampling, re-sampling
o Central Limit Theorem

Assignment –Lab: Load any dataset and Explore sampling techniques.

Session 13 & 14:

o Statistical Inference Terminology (types of errors, tails of test, confidence


intervals etc.)
o Hypothesis Testing
o Parametric Tests: ANOVA, t-test
o Non-parametric Tests- chi-Square, U-Test

Assignment –Lab: Load any dataset and Perform the hypothesis testing on
correlated variables.

Session 15 & 16:

o Predictive Modelling (From Correlation to Supervised Segmentation):


 Identifying Informative Attributes,
 Segmenting Data by Progressive Attributive,
 Models,
 Induction and Prediction
 Supervised Segmentation
 Visualizing Segmentations
 Trees as Set of Rules
 Probability Estimation

Assignment –Lab: Explore predictive modelling techniques.

Session 17:

o Simulation and Risk Analysis


o Optimization, Linear

Assignment –Lab: Explore Monte Carlo simulation.

Session 18 & 19:

o Decision Analytics:
 Evaluating Classifiers
 Analytical Framework
 Evaluation
PG-DBDA Page 3 of 4
ACTS, Pune

Suggested Teaching Guidelines for


Advanced Analytics using Statistics
PG-DBDA August 2025
 Baseline
 Performance and Implications for Investments in Data

Session 20 & 21:

o Evidence and Probabilities


 Explicit Evidence Combination with Bayes Rule
 Probabilistic Reasoning

Session 22: (2T)

o Business Strategy:
 Achieving Competitive Advantages
 Sustaining Competitive Advantages

Session 23:

o Factor Analysis
o Directional Data Analytics

Assignment –Lab: Download dataset and perform factor analysis on it.

PG-DBDA Page 4 of 4

Common questions

Powered by AI

Hypothesis testing and statistical inference are foundational to robust data analysis as they provide a structured framework to make data-driven decisions. Hypothesis testing allows for testing assumptions and determining if data trends are significant or due to chance. It involves setting a null hypothesis and using a statistical test to assess whether the observed data can reject the null hypothesis with a certain level of confidence. Statistical inference extends hypothesis testing by using sample data to make generalizations about a population. Together, they enable analysts to draw conclusions that are statistically supported, ensuring that findings are reliable and valid .

Bayes' Theorem enhances predictive modeling by providing a mathematical framework to update the probability of a hypothesis as more evidence or information becomes available. In predictive modeling, it is used to combine prior knowledge with new data to predict outcomes or classify data points. This theorem is particularly useful in scenarios where the data is incomplete or where predictions need to be constantly updated in light of new evidence. It supports probabilistic reasoning in models, allowing for more accurate and interpretable predictions, which are essential for informed decision-making .

The data analytics lifecycle comprises several key components that guide comprehensive data analysis: 1) Discovery involves identifying business objectives and requirements. 2) Data Preparation includes data collection, cleaning, and transformation for analysis readiness. 3) Model Planning focuses on selecting techniques like classification or clustering. 4) Model Building entails creating models based on plan strategies. 5) Model Evaluation and Quality Assurance ensure model accuracy and reliability. 6) Deployment involves implementing models into the business process. 7) Communication and Planning consist of sharing insights with stakeholders for informed decisions .

Predictive modeling in data analytics aims to forecast future outcomes based on historical data. It assists in identifying patterns and trends that inform decision-making and strategy planning. Common techniques for effective segmentation and prediction include regression analysis, decision trees, neural networks, and supervised segmentation. These techniques enable the creation of models that accurately predict future data points or classify information, facilitating strategic business decisions and operational improvements .

Evidence combination using Bayes' Rule supports probabilistic reasoning in decision analytics by integrating various pieces of evidence to calculate the probability of hypotheses. It updates the likelihood of a hypothesis based on new data, thus providing a dynamic model that adjusts as additional evidence is obtained. This approach is crucial in environments with uncertainty and incomplete data, as it allows decision-makers to combine prior knowledge with observed data, refining predictions and decisions iteratively. As a result, probabilistic reasoning through Bayes' Rule enhances the depth and accuracy of decision-making processes .

Linear optimization, also known as linear programming, is a mathematical technique used to achieve the best outcome, such as maximum profit or lowest cost, in a mathematical model whose requirements are represented by linear relationships. In risk analysis and decision-making, it is utilized to identify the most efficient and feasible allocation of resources under constraints. By modeling risk factors with linear constraints and objective functions, decision-makers can simulate different scenarios and their impacts, allowing a more nuanced understanding of investment strategies, resource allocation, and operational decisions. The ability to simulate and adjust models given potential risks optimizes decision-making outcomes by minimizing costs and maximizing benefits .

Factor analysis is utilized to identify underlying relationships between observed variables in complex datasets, reducing data dimensionality by grouping variables into factors that represent underlying constructs. By applying factor analysis, researchers can detect patterns and correlations that are not directly observable, simplifying the dataset while retaining essential information. This reveals insights into data structure and potential causal relationships, aiding in the interpretation of data trends and informing strategic decisions based on the identified factors .

Decision analytics plays a pivotal role in evaluating classifier performance by providing metrics and frameworks to assess how well a classifier predicts or classifies data. This includes analyzing metrics such as accuracy, precision, recall, and F1 score. It allows businesses to understand the effectiveness of their models and make informed decisions regarding model deployment and data investment. By accurately evaluating classifier performance, organizations can allocate resources wisely, ensuring higher ROI from data-driven strategies and investments while minimizing costs associated with poor model performance .

Correlation and covariance are statistical measures that indicate the extent to which two variables change together, thereby informing predictive analytics and decision-making processes. Correlation conveys the strength and direction of a linear relationship between two variables, which can help in identifying potential predictive relationships. Covariance provides the direction of the linear relationship. Both measures are crucial in understanding the degree of association among variables, thereby guiding the selection of variables for predictive modeling. In decision-making, these measures aid in assessing risk and determining strategies based on potential outcomes from related variables .

The Central Limit Theorem is significant in statistical analysis as it states that the sampling distribution of the sample mean approaches a normal distribution as the sample size becomes large, regardless of the population's distribution. This theorem is crucial when performing sampling techniques because it allows statisticians to make inferences about population parameters from sample statistics, even when the population distribution is not normal. In practice, sampling techniques leverage the Central Limit Theorem to ensure that estimates such as the sample mean are normally distributed, thus facilitating hypothesis tests and the construction of confidence intervals .

You might also like