Accounting Analytics 2
Accounting Analytics 2
[email protected]
MSc in Information Systems- SLIIT
BBA (Hons) Specialize in Business Analytics- SLIIT
Introduction to the module
Big Data
Data Visualization
What is a model?
Regression Analysis
Optimization
An abstraction or representation of a real system, idea, or object
a spreadsheet representation
Predictive analytics
- predicts the future
Prescriptive analytics
- uses optimization techniques
Types of
Business
Analytics
Retail Markdown Decisions
Most department stores clear seasonal inventory by reducing prices.
Descriptive analytics: examine historical data for similar products (prices, units sold,
advertising, …)
Predictive analytics: predict sales based on price
Prescriptive analytics: find the best sets of pricing and advertising to maximize sales revenue
Descriptive Statistics Forecasting Management science
Sampling Time series Linear programming
Mean/mode/median Casual relationships Sensitivity analysis
Standard deviation Goal programming
Range and variance Data mining Non-linear programming
Stem and leaf diagram Cluster analysis Optimization
Histogram Multiple regression Simulation modeling
Quartiles Logistic regression Heuristics
Frequency distributions Text mining Transportation/logistics
Diagnostic/Predictive
Descriptive analytics Prescriptive analytics
analytics
Descriptive Analytics
Descriptive analytics
Reporting/OLAP
Dashboards
Data visualization
Data visualization is the process of converting raw data into easily understood
Visual analytics refers to the use of computer graphics to create a visual representation
It is applied to many areas to enable users to glean useful information from their data
for faster, more informed decision making.
Data visualization allows users see several different perspectives of the data.
Data visualization allows the user to analyze visual patterns in the data.
A table is best when:
You need to look up specific values
Predictive Analytics
Regression analysis
Machine learning
Statistical method that shows the relationship between two or more variables.
Investigates the relationship between a dependent (target) and independent variable(s)
(predictor).
A regression model is able to show whether changes observed in the dependent variable are
associated with changes in one or more of the explanatory variables.
It does this by essentially fitting a best-fit line and seeing how the data is dispersed around
this line.
Helps economists and financial analysts in things ranging from asset valuation to making
predictions
assumptions about the data and the model itself must hold
Linear Regression
Logistic Regression
Polynomial Regression
Stepwise Regression
Ridge Regression (L2 Regularization)
Lasso Regression (L1 Regularization)
Elastic Net Regression
One of the most widely known modeling technique
Establishes a relationship between dependent variable (Y) and one or more independent
error
Logistic regression when the dependent variable is binary (0/ 1, True/ False, Yes/ No) in
nature
Parameters are chosen to maximize the likelihood of observing the sample values rather
Logistic regression doesn’t require linear relationship between dependent and independent
variables
It requires large sample sizes because maximum likelihood estimates are less powerful at
The independent variables should not be correlated with each other i.e. no multicollinearity
Always plot the relationships to see the fit and focus on making sure that the curve fits the
Machine Learning algorithms are applied in data mining in areas such as prediction,
Different techniques
Decision trees
Bayesian/Markov models
Regression
Classification
Prediction
Typical applications
Credit approval
Target marketing
Fraud detection
Helps decision makers identify the best solution
Optimization
finding values of decision variables that minimize (or maximize) something such as cost
(or profit).
Objective function
Constraints
limitations or restrictions.
Optimal solution
Decision variables
38
Example
A courier service have to pick up multiple parcels from different
places in a city and deliver them to different places
How can they accomplish this consuming less fuel?
Types Of Decision Models
Regression Analysis
Optimization