PREDICTION OF CRM USING REGRESSION MODELLING

Size: px
Start display at page:

Download "PREDICTION OF CRM USING REGRESSION MODELLING"

Transcription

1 PREDICTION OF CRM USING REGRESSION MODELLING Aroushi Sharma #1, Ayush Gandhi #2, Anupam Kumar #3 #1, 2 Students, Dept. of Computer Science, MAIT, GGSIP University, Delhi, INDIA #3 Assisstant Prof., Dept. of Computer Science, MAIT, GGSIP University, Delhi, INDIA 1 sharma.aroushi@gmail.com 2 ayushgandhi16@gmail.com 3 anupamkumar@mait.ac.in Abstract- Regression Analysis Technique can be applied for improved customer experience and retaining the customer to the organization. This predictive analytics technique is proposed to predict the sales of the laptop using various customer related attributes like base, width, and processor configuration, date of purchase, individual s income and price of the product. This paper proposes the implementation of the regression analysis technique for the prediction of CRM (Customer Relationship Management). Upon the application of regression analysis on this data, we get the actual attributes responsible for driving the sales of the laptop, and hence focus on those particular attributes to improve the quality of the business and improve the profits. Keywords- CRM, Forecasting with Regression, Logistic Regression, Predictive Analytics, Regression Analysis, Segmented Regression I. INTRODUCTION Customer Relationship Management is an ERP (Enterprise Resource Planning) component which usually deals with managing the organizations current and the future prospects of the customers. CRM analyses the historical data of a customer to determine the elements that could help in retaining the customer to the organization and therefore improve the business. Not only this, but CRM also helps to bring new business to the organization with a technique called Lead management. Leads are the potential customers who can do business with the organization. The historical data upon which helps CRM in customer retention is obtained via various activities like reviews, telephone, company s website, feedbacks, social media and many more. Adopting this technique may lead to favoritism of a particular group of people but this issue can be resolved by efficiently utilizing the CRM technique and its related approaches. The paper proposes the regression Model for CRM in order to retain customers of any business. II. MOTIVATIONS Sales prediction is the backbone of a business plan and it is a major requirement for each and every organization these days. Companies measure a business and its growth by sales, and sales prediction sets the

2 standard for expenses, growth and profit. III. OBJECTIVES Here we are trying to apply the concepts of regression analysis to attempt to predict the sales for laptops by analyzing the relationships among the various customer-related attributes. In this paper we propose Regression Modeling Technique which deals with the correlation and association between statistical variables and the variables taken here are treated in a symmetric way. The various steps of Regression Modeling can firstly develop CRM Model that collects and analyzes data and targets the desired customer by finding out relationships between customers attributes, then generate Regression Model, followed by applying Regression Modeling for Data Mining and finally generate Results. This approach is followed by discussing all steps and analyzing the Results for predicting the future by examining relationships among the various data sets. Predictive analytics Predictive analytics is a part of various data mining strategies that can be used generation and gathering of information of data. This information collected can be used for the prediction of behavioral patterns or the current trends that have been going on. It has its applications in the field of crime detection and investigation and the identification of suspects. Fraudulent credit card users can be tracked by the use of this technique. This type of technique has its applications in prediction of an unknown event whether it belongs to the past, present, or future. The predictive analytics technique uses the information collected from the past experiences and looks to evaluate the relationships among the explanatory and predictor variables. These relationships help to predict those unknown events. Predictive modeling, data mining and machine learning form the very important components to predictive analytics. These components help in the analysis of the previous and present facts to predict about the future events. But this analysis for the accuracy and use of these results will completely depend upon various assumptions such as no outliers, no multicollinearity, linearity and normality and of course the quality of the analysis being done. Regression Model The solution approach to the above issue can be solved by applying Regression Modeling technique on data Mining Techniques which is based on statistical Methods for CRM that analyses continuous valued attributes. It is used to estimate the probability values associated with the data cube cells. The more the number of attributes, more will be the number of dimensions in the cuboid. These dimensions are mapped to attributes of the data set collected. Further, the dimensions can be reduced to the 3-D cuboids and 2-D cuboids for the particular set of attributes. Thus the higher order cuboids can be built from the lower- order cuboids. This proves to be the building block of most of our Regression Model. Thus our Regression Model includes the following steps: Regression Analysis The data can be analyzed with the help of statistical analytic technique

3 These techniques include Linear Regression, which is one of the simplest forms of regression. It is used to find the relationship between a random variable, Y known as the response variable and another variable X which is known as the predictor variable and this relationship comes out to be linear. Thus the equation becomes like this according to linear Regression: y=a+bx Where the variance of Y is assumed to be constant, a and b are regression coefficients which specifies the Y- intercept and slope of the line. The coefficients can be solved with the method of Least Squares, which helps in minimization of the data between the actual data and the estimated line Where Slope(b) = (NΣXY - (ΣX)(ΣY)) / (NΣX2 - (ΣX)2), Intercept(a) = (ΣY - b(σx)) / N Logistic Regression Logistic regression is a type of a regression model in which the dependent variable (DV) is categorical. Logistic regression was developed by the famous statistician David Cox in 1958 (although much work was done in single independent variable case almost two decades earlier). Binary logistic model can be used to estimate the probability value of a binary response based on one or many predictor (or independent) variables. As such it is not merely a classification method; it could be called a qualitative response/discrete choice model in the terminology of economics. Segmented Regression Segmented regression could be a technique in multivariate analysis within which the predictor variables are partitioned off into intervals and a specific line section is work into every of the interval. Divided regression is helpful once the freelance variables that are clustered into completely different teams, exhibit completely different relationships between the variables in these regions. Divided multivariate analysis also can be performed on variable information by partitioning the varied freelance variables gift.. The boundaries between the segments are thoughtabout as breakpoints. Segmented linear regression is the one in which the relationships between the intervals are evaluated by using linear regression technique. Forecasting with Regression We can use an equation to easily generate forecasts from a simple linear model y^=β^0+β^1x Here x stores the value of the predictor variable for which we are trying to forecast. This means that if we provide some value for xx in this equation we could generate an equivalent forecasting for y^. A term fitted value can be defined as the resulting value of y^ for doing the calculation using an observed value of xx from the dataset. This is not considered as a plain forecast as the actual value of y for that predictor value was used in estimation of the model here. Thus the value of y^ is affected only by the true value of y. This shows that for y^ to show a resulting value for a genuine forecast the values of xx should have a new value or that should not exist in the data that were used in the estimation of the model

4 Screenshots Normality condition IV. RESULTS FIGURE 1 BEFORE NORMALIZATION This is an exponential curve and no logarithmic or exponential transformations have been applied here. An exponential function is any function where the variable is the exponent of a constant. FIGURE 2 AFTER NORMALIZATION Database normalization (or normalization) is the process of organizing the columns (attributes) and tables (relations) of a relational database to minimize data redundancy. This is a bell shaped curve that shows that log transformation have been applied on the predictors exponential curve. The normal distribution is the bell curve (or normal curve)

5 Summary. ISSN No: VIF or Variance Inflation Factor is used to check the condition for nomulticollinearity which is essential to fulfill the assumption made before applying the linear regression technique

6 The summary of the estimation done by the Linear Modeling technique (applied using the lm function) can be seen here. V. FUTURE WORKS AND CONCLUSION Linear Regression techniques have been applied and it can be seen that how the target customer can be achieved by applying the Linear regression Analysis. Further Multiple Regression Analysis can be applicable where it is based on more than two predictor variables. Then the further constants can be retrieved by applying Least Square Methods. Also, further the Non-Linear Models can be converted to linear Models. As seen in our approach the implementation of Log-Linear Model can be shown with the help of data sets collected where the attributed can be transformed from the categorical labels to the continuous valued attributes. Thus an iterative technique can be followed to build higher order cubes from lower order cubes. VI. REFERENCES [1] Bueren, A., Schierholz, R., Kolbe, L., Brenner, W.:Customer Knowledge Management - Improving Performance of Customer Relationship Management with the Knowledge Management. St. Gallen, Switzerland [2] Weiss, S.M., Kulikowski, C.A.:Computer Systems That can Learn: Classification and Prediction Methods from Statistics, Neural Nets, Machine Learning, and the Expert Systems. Morgan Kaufmann, San Mateo, CA (2011) [3] Weiss, S.M., Indurkhya, N.: Predictive Data Mining. Morgan Kaufmann, San Francisco (2012) [4] Li, Y.-M.: A general linear-regression analysis applied to the 3-parameter Weibull distribution. IEEE Transactions on Reliability 43(2), (2014) [5] Shani, D. and Chalasani, S., "Exploiting niches using relationship marketing", The Journal of Consumer Marketing, Vol. 9, No. 3, pp ,2010. [6] Porter, M. E. and Millar, V. E., "How Information Gives You Competitive Advantage", Harvard Business Review, No. 4, pp ,2010. [7] Douglas C. Montgomery, Elizabeth A. Peck, G. Geoffrey Vining: Introduction to Linear Regression Analysis Department of statistics blacksburg,va, pp ,2012. [8] V. V Das, R. Vijaykumar et al. (Eds.): ICT 2010, CCIS 101 Springer-Verlag Berlin Heidelberg,pp ,

Using Decision Tree to predict repeat customers

Using Decision Tree to predict repeat customers Using Decision Tree to predict repeat customers Jia En Nicholette Li Jing Rong Lim Abstract We focus on using feature engineering and decision trees to perform classification and feature selection on the

More information

CREDIT RISK MODELLING Using SAS

CREDIT RISK MODELLING Using SAS Basic Modelling Concepts Advance Credit Risk Model Development Scorecard Model Development Credit Risk Regulatory Guidelines 70 HOURS Practical Learning Live Online Classroom Weekends DexLab Certified

More information

SPM 8.2. Salford Predictive Modeler

SPM 8.2. Salford Predictive Modeler SPM 8.2 Salford Predictive Modeler SPM 8.2 The SPM Salford Predictive Modeler software suite is a highly accurate and ultra-fast platform for developing predictive, descriptive, and analytical models from

More information

Applying Regression Techniques For Predictive Analytics Paviya George Chemparathy

Applying Regression Techniques For Predictive Analytics Paviya George Chemparathy Applying Regression Techniques For Predictive Analytics Paviya George Chemparathy AGENDA 1. Introduction 2. Use Cases 3. Popular Algorithms 4. Typical Approach 5. Case Study 2016 SAPIENT GLOBAL MARKETS

More information

Kvalitativ Introduktion til Matematik-Økonomi

Kvalitativ Introduktion til Matematik-Økonomi Kvalitativ Introduktion til Matematik-Økonomi matematik-økonomi studiet 1. basissemester Esben Høg I17 Aalborg Universitet 7. og 9. december 2009 Institut for Matematiske Fag Aalborg Universitet Esben

More information

Who Are My Best Customers?

Who Are My Best Customers? Technical report Who Are My Best Customers? Using SPSS to get greater value from your customer database Table of contents Introduction..............................................................2 Exploring

More information

Data Mining Applications with R

Data Mining Applications with R Data Mining Applications with R Yanchang Zhao Senior Data Miner, RDataMining.com, Australia Associate Professor, Yonghua Cen Nanjing University of Science and Technology, China AMSTERDAM BOSTON HEIDELBERG

More information

LEAN SIX SIGMA BLACK BELT CHEAT SHEET

LEAN SIX SIGMA BLACK BELT CHEAT SHEET GreyCampus LEAN SIX SIGMA BLACK BELT CHEAT SHEET 2 Includes formulas: what they are, when to use them, references CONTENTS ANOVA DOE (DESIGN OF EXPERIMENTS) One Factor At a Time (OFAT) Comparison Randomization

More information

Gasoline Consumption Analysis

Gasoline Consumption Analysis Gasoline Consumption Analysis One of the most basic topics in economics is the supply/demand curve. Simply put, the supply offered for sale of a commodity is directly related to its price, while the demand

More information

Predictive Analytics With Oracle Data Mining

Predictive Analytics With Oracle Data Mining 1 Predictive Analytics With Oracle Data Mining How it can help to answer business questions? Presented by Gautham Sampath Innive Inc January 27, 2016 Welcome What we plan to discuss 2 Predictive Analytics

More information

DATA MINING: A BRIEF INTRODUCTION

DATA MINING: A BRIEF INTRODUCTION DATA MINING: A BRIEF INTRODUCTION Matthew N. O. Sadiku, Adebowale E. Shadare Sarhan M. Musa Roy G. Perry College of Engineering, Prairie View A&M University Prairie View, USA Abstract Data mining may be

More information

Unit 6: Simple Linear Regression Lecture 2: Outliers and inference

Unit 6: Simple Linear Regression Lecture 2: Outliers and inference Unit 6: Simple Linear Regression Lecture 2: Outliers and inference Statistics 101 Thomas Leininger June 18, 2013 Types of outliers in linear regression Types of outliers How do(es) the outlier(s) influence

More information

Ask the Expert Model Selection Techniques in SAS Enterprise Guide and SAS Enterprise Miner

Ask the Expert Model Selection Techniques in SAS Enterprise Guide and SAS Enterprise Miner Ask the Expert Model Selection Techniques in SAS Enterprise Guide and SAS Enterprise Miner SAS Ask the Expert Model Selection Techniques in SAS Enterprise Guide and SAS Enterprise Miner Melodie Rush Principal

More information

Predictive Modeling using SAS. Principles and Best Practices CAROLYN OLSEN & DANIEL FUHRMANN

Predictive Modeling using SAS. Principles and Best Practices CAROLYN OLSEN & DANIEL FUHRMANN Predictive Modeling using SAS Enterprise Miner and SAS/STAT : Principles and Best Practices CAROLYN OLSEN & DANIEL FUHRMANN 1 Overview This presentation will: Provide a brief introduction of how to set

More information

Ranking Potential Customers based on GroupEnsemble method

Ranking Potential Customers based on GroupEnsemble method Ranking Potential Customers based on GroupEnsemble method The ExceedTech Team South China University Of Technology 1. Background understanding Both of the products have been on the market for many years,

More information

Examining Turnover in Open Source Software Projects Using Logistic Hierarchical Linear Modeling Approach

Examining Turnover in Open Source Software Projects Using Logistic Hierarchical Linear Modeling Approach Examining Turnover in Open Source Software Projects Using Logistic Hierarchical Linear Modeling Approach Pratyush N Sharma 1, John Hulland 2, and Sherae Daniel 1 1 University of Pittsburgh, Joseph M Katz

More information

2 Maria Carolina Monard and Gustavo E. A. P. A. Batista

2 Maria Carolina Monard and Gustavo E. A. P. A. Batista Graphical Methods for Classifier Performance Evaluation Maria Carolina Monard and Gustavo E. A. P. A. Batista University of São Paulo USP Institute of Mathematics and Computer Science ICMC Department of

More information

Add Sophisticated Analytics to Your Repertoire with Data Mining, Advanced Analytics and R

Add Sophisticated Analytics to Your Repertoire with Data Mining, Advanced Analytics and R Add Sophisticated Analytics to Your Repertoire with Data Mining, Advanced Analytics and R Why Advanced Analytics Companies that inject big data and analytics into their operations show productivity rates

More information

SOLUTION TO AN ECONOMIC LOAD DISPATCH PROBLEM USING FUZZY LOGIC

SOLUTION TO AN ECONOMIC LOAD DISPATCH PROBLEM USING FUZZY LOGIC ISSN IJCSCE Special issue on Emerging Trends in Engineering & Management ICETE PTU Sponsored ICETE Paper Id: ICETE SOLUTION TO AN ECONOMIC LOAD DISPATCH PROBLEM USING FUZZY LOGIC Maninder Kaur, Avtar Singh,

More information

A Parametric Bootstrapping Approach to Forecast Intermittent Demand

A Parametric Bootstrapping Approach to Forecast Intermittent Demand Proceedings of the 2008 Industrial Engineering Research Conference J. Fowler and S. Mason, eds. A Parametric Bootstrapping Approach to Forecast Intermittent Demand Vijith Varghese, Manuel Rossetti Department

More information

How to Get More Value from Your Survey Data

How to Get More Value from Your Survey Data Technical report How to Get More Value from Your Survey Data Discover four advanced analysis techniques that make survey research more effective Table of contents Introduction..............................................................3

More information

Analysis of Factors Affecting Resignations of University Employees

Analysis of Factors Affecting Resignations of University Employees Analysis of Factors Affecting Resignations of University Employees An exploratory study was conducted to identify factors influencing voluntary resignations at a large research university over the past

More information

Stock Market Prediction with Multiple Regression, Fuzzy Type-2 Clustering and Neural Networks

Stock Market Prediction with Multiple Regression, Fuzzy Type-2 Clustering and Neural Networks Available online at www.sciencedirect.com Procedia Computer Science 6 (2011) 201 206 Complex Adaptive Systems, Volume 1 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri University of Science

More information

Data Mining in CRM THE CRM STRATEGY

Data Mining in CRM THE CRM STRATEGY CHAPTER ONE Data Mining in CRM THE CRM STRATEGY Customers are the most important asset of an organization. There cannot be any business prospects without satisfied customers who remain loyal and develop

More information

Customer Chain Operations Reference Model

Customer Chain Operations Reference Model Customer Chain Operations Reference Model (CCOR) Version 1.0 Table of Contents Introduction 2 The Change Process 2 Customer-Chain Operations Reference-model 3 P : Plan 3 R : Relate 14 S: Sell 25 C : Contract

More information

Insights from the Wikipedia Contest

Insights from the Wikipedia Contest Insights from the Wikipedia Contest Kalpit V Desai, Roopesh Ranjan Abstract The Wikimedia Foundation has recently observed that newly joining editors on Wikipedia are increasingly failing to integrate

More information

Comparative analysis on the probability of being a good payer

Comparative analysis on the probability of being a good payer Comparative analysis on the probability of being a good payer V. Mihova, and V. Pavlov Citation: AIP Conference Proceedings 1895, 050006 (2017); View online: https://doi.org/10.1063/1.5007378 View Table

More information

COMPARISON OF LOGISTIC REGRESSION MODEL AND MARS CLASSIFICATION RESULTS ON BINARY RESPONSE FOR TEKNISI AHLI BBPLK SERANG TRAINING GRADUATES STATUS

COMPARISON OF LOGISTIC REGRESSION MODEL AND MARS CLASSIFICATION RESULTS ON BINARY RESPONSE FOR TEKNISI AHLI BBPLK SERANG TRAINING GRADUATES STATUS International Journal of Humanities, Religion and Social Science ISSN : 2548-5725 Volume 2, Issue 1 2017 www.doarj.org COMPARISON OF LOGISTIC REGRESSION MODEL AND MARS CLASSIFICATION RESULTS ON BINARY

More information

Harbingers of Failure: Online Appendix

Harbingers of Failure: Online Appendix Harbingers of Failure: Online Appendix Eric Anderson Northwestern University Kellogg School of Management Song Lin MIT Sloan School of Management Duncan Simester MIT Sloan School of Management Catherine

More information

Building Better Models with. Pro. Business Analytics Using SAS Enterprise Guide and. SAS Enterprise Miner. Jim Grayson Sam Gardner Mia L.

Building Better Models with. Pro. Business Analytics Using SAS Enterprise Guide and. SAS Enterprise Miner. Jim Grayson Sam Gardner Mia L. Building Better Models with SAS Enterprise Miner A JMP Beginner s Pro Guide Business Analytics Using SAS Enterprise Guide and Olivia Parr-Rud Jim Grayson Sam Gardner Mia L. Stephens From Building Better

More information

Examination of Cross Validation techniques and the biases they reduce.

Examination of Cross Validation techniques and the biases they reduce. Examination of Cross Validation techniques and the biases they reduce. Dr. Jon Starkweather, Research and Statistical Support consultant. The current article continues from last month s brief examples

More information

Helping your business grow!

Helping your business grow! E-mail: m.dubrovinsky@gmail.com September 21, 2015 Specializing in complex non-standard business problems! Areas of Expertise Marketing Strategy analysis from actual transactions data E.g.: Identifying

More information

Techniques for Understanding Consumer Demand and Behavior

Techniques for Understanding Consumer Demand and Behavior Economics for Managers by Paul Farnham Chapter 4: Techniques for Understanding Consumer Demand and Behavior 4.1 Getting Information About Consumer Behavior Expert opinion Consumer surveys Test marketing

More information

Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d. ENTERPRISE MINER: ANALYTICAL MODEL DEVELOPMENT

Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d. ENTERPRISE MINER: ANALYTICAL MODEL DEVELOPMENT ENTERPRISE MINER: ANALYTICAL MODEL DEVELOPMENT ANALYTICAL MODEL DEVELOPMENT AGENDA Enterprise Miner: Analytical Model Development The session looks at: - Supervised and Unsupervised Modelling - Classification

More information

Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects

Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects Application of Intelligent Methods for Improving the Performance of COCOMO in Software Projects Mahboobeh Dorosti,. Vahid Khatibi Bardsiri Department of Computer Engineering, Kerman Branch, Islamic Azad

More information

Overview of Statistics used in QbD Throughout the Product Lifecycle

Overview of Statistics used in QbD Throughout the Product Lifecycle Overview of Statistics used in QbD Throughout the Product Lifecycle August 2014 The Windshire Group, LLC Comprehensive CMC Consulting Presentation format and purpose Method name What it is used for and/or

More information

Describing DSTs Analytics techniques

Describing DSTs Analytics techniques Describing DSTs Analytics techniques This document presents more detailed notes on the DST process and Analytics techniques 23/03/2015 1 SEAMS Copyright The contents of this document are subject to copyright

More information

Advanced Analytics through the credit cycle

Advanced Analytics through the credit cycle Advanced Analytics through the credit cycle Alejandro Correa B. Andrés Gonzalez M. Introduction PRE ORIGINATION Credit Cycle POST ORIGINATION ORIGINATION Pre-Origination Propensity Models What is it?

More information

Churn Prediction for Game Industry Based on Cohort Classification Ensemble

Churn Prediction for Game Industry Based on Cohort Classification Ensemble Churn Prediction for Game Industry Based on Cohort Classification Ensemble Evgenii Tsymbalov 1,2 1 National Research University Higher School of Economics, Moscow, Russia 2 Webgames, Moscow, Russia etsymbalov@gmail.com

More information

Modified Ratio Estimators for Population Mean Using Function of Quartiles of Auxiliary Variable

Modified Ratio Estimators for Population Mean Using Function of Quartiles of Auxiliary Variable Bonfring International Journal of Industrial Engineering and Management Science, Vol. 2, No. 2, June 212 19 Modified Ratio Estimators for Population Mean Using Function of Quartiles of Auxiliary Variable

More information

NCFM (NSE India) Certified - Business Analytics. IMS Proschool

NCFM (NSE India) Certified - Business Analytics. IMS Proschool NCFM (NSE India) Certified - Business Analytics Index Introduction What is Business Analtyics Application of Business Analytics Career Path Course Outline Key features Study Options Details of the course

More information

Domain Driven Data Mining for Unavailability Estimation of Electrical Power Grids

Domain Driven Data Mining for Unavailability Estimation of Electrical Power Grids Domain Driven Data Mining for Unavailability Estimation of Electrical Power Grids Paulo J.L. Adeodato 1,2, Petrônio L. Braga 2, Adrian L. Arnaud 1, Germano C. Vasconcelos 1,2, Frederico Guedes 3, Hélio

More information

The CMM Level for Reducing Defects and Increasing Quality and Productivity

The CMM Level for Reducing Defects and Increasing Quality and Productivity Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IJCSMC, Vol. 5, Issue.

More information

DATA PREPROCESSING METHOD FOR COST ESTIMATION OF BUILDING PROJECTS

DATA PREPROCESSING METHOD FOR COST ESTIMATION OF BUILDING PROJECTS DATA PREPROCESSING METHOD FOR COST ESTIMATION OF BUILDING PROJECTS Sae-Hyun Ji Ph.D. Candidate, Dept. of Architecture, Seoul National Univ., Seoul, Korea oldclock@snu.ac.kr Moonseo Park Professor, Ph.D.,

More information

International Journal of Computer Engineering and Applications, ICCSTAR-2016, Special Issue, May.16

International Journal of Computer Engineering and Applications, ICCSTAR-2016, Special Issue, May.16 A REVIEW OF DATA MINING TECHNIQUES FOR AGRICULTURAL CROP YIELD PREDICTION Akshitha K 1, Dr. Rajashree Shettar 2 1 M.Tech Student, Dept of CSE, RV College of Engineering,, Bengaluru, India 2 Prof: Dept.

More information

Approaching an Analytical Project. Tuba Islam, Analytics CoE, SAS UK

Approaching an Analytical Project. Tuba Islam, Analytics CoE, SAS UK Approaching an Analytical Project Tuba Islam, Analytics CoE, SAS UK Approaching an Analytical Project Starting with questions.. What is the problem you would like to solve? Why do you need analytics? Which

More information

Business Intelligence, 4e (Sharda/Delen/Turban) Chapter 2 Descriptive Analytics I: Nature of Data, Statistical Modeling, and Visualization

Business Intelligence, 4e (Sharda/Delen/Turban) Chapter 2 Descriptive Analytics I: Nature of Data, Statistical Modeling, and Visualization Business Intelligence, 4e (Sharda/Delen/Turban) Chapter 2 Descriptive Analytics I: Nature of Data, Statistical Modeling, and Visualization 1) One of SiriusXM's challenges was tracking potential customers

More information

Machine Learning 101

Machine Learning 101 Machine Learning 101 Mike Alperin September, 2016 Copyright 2000-2016 TIBCO Software Inc. Agenda What is Machine Learning? Decision Tree Models Customer Analytics Examples Manufacturing Examples Fraud

More information

Logistic Regression for Early Warning of Economic Failure of Construction Equipment

Logistic Regression for Early Warning of Economic Failure of Construction Equipment Logistic Regression for Early Warning of Economic Failure of Construction Equipment John Hildreth, PhD and Savannah Dewitt University of North Carolina at Charlotte Charlotte, North Carolina Equipment

More information

Predictive Modeling Using SAS Visual Statistics: Beyond the Prediction

Predictive Modeling Using SAS Visual Statistics: Beyond the Prediction Paper SAS1774-2015 Predictive Modeling Using SAS Visual Statistics: Beyond the Prediction ABSTRACT Xiangxiang Meng, Wayne Thompson, and Jennifer Ames, SAS Institute Inc. Predictions, including regressions

More information

A Preliminary Evaluation of China s Implementation Progress in Energy Intensity Targets

A Preliminary Evaluation of China s Implementation Progress in Energy Intensity Targets A Preliminary Evaluation of China s Implementation Progress in Energy Intensity Targets Yahua Wang and Jiaochen Liang Abstract China proposed an ambitious goal of reducing energy consumption per unit of

More information

Predicting user rating on Amazon Video Game Dataset

Predicting user rating on Amazon Video Game Dataset Predicting user rating on Amazon Video Game Dataset CSE190A Assignment2 Hongyu Li UC San Diego A900960 holi@ucsd.edu Wei He UC San Diego A12095047 whe@ucsd.edu ABSTRACT Nowadays, accurate recommendation

More information

Manufacturing Cost Prediction in the Presence of Categorical and Numeric Design Attributes

Manufacturing Cost Prediction in the Presence of Categorical and Numeric Design Attributes Manufacturing Cost Prediction in the Presence of Categorical and Numeric Design Attributes By Dr. Eren Sakinc and Dr. Alice E. Smith Industrial and Systems Engineering, Auburn University 8 th Annual SERC

More information

The Influence of Capacity Development on the Values of Good Governance

The Influence of Capacity Development on the Values of Good Governance Asian Social Science; Vol. 10, No. 16; 2014 ISSN 1911-2017 E-ISSN 1911-2025 Published by Canadian Center of Science and Education The Influence of Capacity Development on the Values of Good Governance

More information

Churn Prevention in Telecom Services Industry- A systematic approach to prevent B2B churn using SAS

Churn Prevention in Telecom Services Industry- A systematic approach to prevent B2B churn using SAS Paper 1414-2017 Churn Prevention in Telecom Services Industry- A systematic approach to prevent B2B churn using SAS ABSTRACT Krutharth Peravalli, Dr. Dmitriy Khots West Corporation It takes months to find

More information

Top-down Forecasting Using a CRM Database Gino Rooney Tom Bauer

Top-down Forecasting Using a CRM Database Gino Rooney Tom Bauer Top-down Forecasting Using a CRM Database Gino Rooney Tom Bauer Abstract More often than not sales forecasting in modern companies is poorly implemented despite the wealth of data that is readily available

More information

A Treeboost Model for Software Effort Estimation Based on Use Case Points

A Treeboost Model for Software Effort Estimation Based on Use Case Points Western University Scholarship@Western Electrical and Computer Engineering Publications Electrical and Computer Engineering 12-2012 A Treeboost Model for Software Effort Estimation Based on Use Case Points

More information

Predictive Accuracy: A Misleading Performance Measure for Highly Imbalanced Data

Predictive Accuracy: A Misleading Performance Measure for Highly Imbalanced Data Paper 942-2017 Predictive Accuracy: A Misleading Performance Measure for Highly Imbalanced Data Josephine S Akosa, Oklahoma State University ABSTRACT The most commonly reported model evaluation metric

More information

Timing Production Runs

Timing Production Runs Class 7 Categorical Factors with Two or More Levels 189 Timing Production Runs ProdTime.jmp An analysis has shown that the time required in minutes to complete a production run increases with the number

More information

A SIMULATION STUDY OF THE ROBUSTNESS OF THE LEAST MEDIAN OF SQUARES ESTIMATOR OF SLOPE IN A REGRESSION THROUGH THE ORIGIN MODEL

A SIMULATION STUDY OF THE ROBUSTNESS OF THE LEAST MEDIAN OF SQUARES ESTIMATOR OF SLOPE IN A REGRESSION THROUGH THE ORIGIN MODEL A SIMULATION STUDY OF THE ROBUSTNESS OF THE LEAST MEDIAN OF SQUARES ESTIMATOR OF SLOPE IN A REGRESSION THROUGH THE ORIGIN MODEL by THILANKA DILRUWANI PARANAGAMA B.Sc., University of Colombo, Sri Lanka,

More information

Building a Mathematical Model for Predicting the Cost of the Communication Towers Projects Using Multifactor Linear Regression Technique

Building a Mathematical Model for Predicting the Cost of the Communication Towers Projects Using Multifactor Linear Regression Technique International Journal of Construction Engineering and Management 2016, 5(1): 25-29 DOI: 10.5923/j.ijcem.20160501.03 Building a Mathematical Model for Predicting the Cost of the Communication Towers Projects

More information

MODELING THE EXPERT. An Introduction to Logistic Regression The Analytics Edge

MODELING THE EXPERT. An Introduction to Logistic Regression The Analytics Edge MODELING THE EXPERT An Introduction to Logistic Regression 15.071 The Analytics Edge Ask the Experts! Critical decisions are often made by people with expert knowledge Healthcare Quality Assessment Good

More information

A statistical analysis of value of imports in Nigeria

A statistical analysis of value of imports in Nigeria American Journal of Theoretical and Applied Statistics 2014; 3(5): 117-124 Published online August 20, 2014 (http://www.sciencepublishinggroup.com/j/ajtas) doi: 10.11648/j.ajtas.20140305.11 ISSN: 2326-8999

More information

ECLT 5810 E-Commerce Data Mining Techniques - Introduction. Prof. Wai Lam

ECLT 5810 E-Commerce Data Mining Techniques - Introduction. Prof. Wai Lam ECLT 5810 E-Commerce Data Mining Techniques - Introduction Prof. Wai Lam Data Opportunities Business infrastructure have improved the ability to collect data Virtually every aspect of business is now open

More information

Business Analytics Course

Business Analytics Course Business Analytics Course IMS Proschool offers Business Analytics course & training in Mumbai, Pune, Bangalore, Delhi, Thane, Hyderabad, Chennai, Kolkata, Ahmedabad, Kochi, Gurgaon, & Online virtual classes

More information

Hotel Industry Demand Curves

Hotel Industry Demand Curves Journal of Hospitality Financial Management The Professional Refereed Journal of the Association of Hospitality Financial Management Educators Volume 20 Issue 1 Article 6 Summer 2012 Hotel Industry Demand

More information

CORPORATE SOCIAL RESPONSIBILITY AND COMPANY PERFORMANCE

CORPORATE SOCIAL RESPONSIBILITY AND COMPANY PERFORMANCE Journal of Business Studies Quarterly 2015, Volume 7, Number 1 ISSN 2152-1034 CORPORATE SOCIAL RESPONSIBILITY AND COMPANY PERFORMANCE Yusuf Babatunde Adeneye, School of Management, University of Leicester,

More information

ENERGY STAR Portfolio Manager. Technical Reference. ENERGY STAR Score for Supermarkets and Food Stores in Canada OVERVIEW

ENERGY STAR Portfolio Manager. Technical Reference. ENERGY STAR Score for Supermarkets and Food Stores in Canada OVERVIEW OVERVIEW ENERGY STAR Score for Supermarkets and Food Stores in Canada The ENERGY STAR Score for Supermarket and Food Stores in Canada applies to supermarkets, grocery stores, food sales and convenience

More information

A data mining approach for analyzing semiconductor MES and FDC data to enhance overall usage effectiveness (OUE)

A data mining approach for analyzing semiconductor MES and FDC data to enhance overall usage effectiveness (OUE) International Journal of Computational Intelligence Systems, Vol. 7, Supplement 2 (July 2014), 52-65 A data mining approach for analyzing semiconductor MES and FDC data to enhance overall usage effectiveness

More information

CROP PRODUCTION AND SOIL SALINITY: EVALUATION OF FIELD DATA FROM INDIA BY SEGMENTED LINEAR REGRESSION WITH BREAKPOINT

CROP PRODUCTION AND SOIL SALINITY: EVALUATION OF FIELD DATA FROM INDIA BY SEGMENTED LINEAR REGRESSION WITH BREAKPOINT 1 CROP PRODUCTION AND SOIL SALINITY: EVALUATION OF FIELD DATA FROM INDIA BY SEGMENTED LINEAR REGRESSION WITH BREAKPOINT R.J. Oosterbaan 1 ), D.P. Sharma 2 ), K.N. Singh 2 ) and K.V.G.K Rao 2 ) 1 ) International

More information

Module 7: Multilevel Models for Binary Responses. Practical. Introduction to the Bangladesh Demographic and Health Survey 2004 Dataset.

Module 7: Multilevel Models for Binary Responses. Practical. Introduction to the Bangladesh Demographic and Health Survey 2004 Dataset. Module 7: Multilevel Models for Binary Responses Most of the sections within this module have online quizzes for you to test your understanding. To find the quizzes: Pre-requisites Modules 1-6 Contents

More information

The Impact of SEM Programs on Customer Participation Dan Rubado, JP Batmale and Kati Harper, Energy Trust of Oregon

The Impact of SEM Programs on Customer Participation Dan Rubado, JP Batmale and Kati Harper, Energy Trust of Oregon The Impact of SEM Programs on Customer Participation Dan Rubado, JP Batmale and Kati Harper, Energy Trust of Oregon Abstract Strategic Energy Management (SEM) is designed to positively change how customers

More information

Customer Relationship Management in marketing programs: A machine learning approach for decision. Fernanda Alcantara

Customer Relationship Management in marketing programs: A machine learning approach for decision. Fernanda Alcantara Customer Relationship Management in marketing programs: A machine learning approach for decision Fernanda Alcantara F.Alcantara@cs.ucl.ac.uk CRM Goal Support the decision taking Personalize the best individual

More information

Let the data speak: Machine learning methods for data editing and imputation

Let the data speak: Machine learning methods for data editing and imputation Working Paper 31 UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE CONFERENCE OF EUROPEAN STATISTICIANS Work Session on Statistical Data Editing (Budapest, Hungary, 14-16 September 2015) Topic (v): Emerging

More information

The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand

The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand The Combined Model of Gray Theory and Neural Network which is based Matlab Software for Forecasting of Oil Product Demand Song Zhaozheng 1,Jiang Yanjun 2, Jiang Qingzhe 1 1State Key Laboratory of Heavy

More information

Hierarchical Linear Modeling: A Primer 1 (Measures Within People) R. C. Gardner Department of Psychology

Hierarchical Linear Modeling: A Primer 1 (Measures Within People) R. C. Gardner Department of Psychology Hierarchical Linear Modeling: A Primer 1 (Measures Within People) R. C. Gardner Department of Psychology As noted previously, Hierarchical Linear Modeling (HLM) can be considered a particular instance

More information

Methodology Statement: Esri Data Tapestry Segmentation. An Esri White Paper March 2013

Methodology Statement: Esri Data Tapestry Segmentation. An Esri White Paper March 2013 Methodology Statement: Esri Data Tapestry Segmentation An Esri White Paper March 2013 Copyright 2013 Esri All rights reserved. Printed in the United States of America. The information contained in this

More information

Concepts, Technology, and Applications of Mobile Commerce

Concepts, Technology, and Applications of Mobile Commerce Concepts, Technology, and Applications of Mobile Commerce Robert Nickerson Professor and Chair Department of Information Systems Director, Center for Electronic Business College of Business San Francisco

More information

EVALUATION OF LOGISTIC REGRESSION MODEL WITH FEATURE SELECTION METHODS ON MEDICAL DATASET 1 Raghavendra B. K., 2 Dr. Jay B. Simha

EVALUATION OF LOGISTIC REGRESSION MODEL WITH FEATURE SELECTION METHODS ON MEDICAL DATASET 1 Raghavendra B. K., 2 Dr. Jay B. Simha Research Article EVALUATION OF LOGISTIC REGRESSION MODEL WITH FEATURE SELECTION METHODS ON MEDICAL DATASET 1 Raghavendra B. K., 2 Dr. Jay B. Simha Address for Correspondence 1 Dr. M.G.R. Educational and

More information

2016 Summer/Autumn Webinar Calendar. To sign up for a class, or call

2016 Summer/Autumn Webinar Calendar. To sign up for a class,  or call 2016 Summer/Autumn Webinar Calendar To sign up for a class, email teachme@milanosoftware.com or call 1-800-667-1596 Milano Essential Series Webinars (all classes are Eastern Standard Time) Day Month Wednesday

More information

Data Mining and Applications in Genomics

Data Mining and Applications in Genomics Data Mining and Applications in Genomics Lecture Notes in Electrical Engineering Volume 25 For other titles published in this series, go to www.springer.com/series/7818 Sio-Iong Ao Data Mining and Applications

More information

Chapter 8 Analytical Procedures

Chapter 8 Analytical Procedures Slide 8.1 Principles of Auditing: An Introduction to International Standards on Auditing Chapter 8 Analytical Procedures Rick Hayes, Hans Gortemaker and Philip Wallage Slide 8.2 Analytical procedures Analytical

More information

Leaf Disease Detection Using K-Means Clustering And Fuzzy Logic Classifier

Leaf Disease Detection Using K-Means Clustering And Fuzzy Logic Classifier Page1 Leaf Disease Detection Using K-Means Clustering And Fuzzy Logic Classifier ABSTRACT: Mr. Jagan Bihari Padhy*, Devarsiti Dillip Kumar**, Ladi Manish*** and Lavanya Choudhry**** *Assistant Professor,

More information

Achieve Better Insight and Prediction with Data Mining

Achieve Better Insight and Prediction with Data Mining Clementine 12.0 Specifications Achieve Better Insight and Prediction with Data Mining Data mining provides organizations with a clearer view of current conditions and deeper insight into future events.

More information

Week 1 Unit 4: Defining Project Success Criteria

Week 1 Unit 4: Defining Project Success Criteria Week 1 Unit 4: Defining Project Success Criteria Business and data science project success criteria: reminder Business success criteria Describe the criteria for a successful or useful outcome to the project

More information

3 Ways to Improve Your Targeted Marketing with Analytics

3 Ways to Improve Your Targeted Marketing with Analytics 3 Ways to Improve Your Targeted Marketing with Analytics Introduction Targeted marketing is a simple concept, but a key element in a marketing strategy. The goal is to identify the potential customers

More information

The Institute of Chartered Accountants of Sri Lanka

The Institute of Chartered Accountants of Sri Lanka The Institute of Chartered Accountants of Sri Lanka Postgraduate Diploma in Business Finance and Strategy Quantitative Methods for Business Studies Handout 01: Basic Statistics Statistics The statistical

More information

Managerial Decision-Making Introduction To Using Excel In Forecasting

Managerial Decision-Making Introduction To Using Excel In Forecasting Managerial Decision-Making Introduction To Using Excel In May 28-31, 2012 Thomas H. Payne, Ph.D. Dunagan Chair of Excellence in Banking Chair, Department of Accounting, Finance, Economics and Political

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 4, Jul-Aug 2014

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 4, Jul-Aug 2014 RESEARCH ARTICLE OPEN ACCESS Pareto Type II Software Reliability Growth Model An Order Statistics Approach Sita Kumari. Kotha 1, R.Satya Prasad 2 Department of Information Technology and Engineering 1,

More information

Getting Started with HLM 5. For Windows

Getting Started with HLM 5. For Windows For Windows Updated: August 2012 Table of Contents Section 1: Overview... 3 1.1 About this Document... 3 1.2 Introduction to HLM... 3 1.3 Accessing HLM... 3 1.4 Getting Help with HLM... 3 Section 2: Accessing

More information

Segmentation and Targeting

Segmentation and Targeting Segmentation and Targeting Outline The segmentation-targeting-positioning (STP) framework Segmentation The concept of market segmentation Managing the segmentation process Deriving market segments and

More information

Text Analysis of American Airlines Customer Reviews

Text Analysis of American Airlines Customer Reviews SESUG 2016 Paper EPO-281 Text Analysis of American Airlines Customer Reviews Rajesh Tolety, Oklahoma State University Saurabh Kumar Choudhary, Oklahoma State University ABSTRACT Which airline should I

More information

Application of Machine Learning to Financial Trading

Application of Machine Learning to Financial Trading Application of Machine Learning to Financial Trading January 2, 2015 Some slides borrowed from: Andrew Moore s lectures, Yaser Abu Mustafa s lectures About Us Our Goal : To use advanced mathematical and

More information

Kapil Sharma 3 Department of Computer Science & Engineering Delhi Technological University Delhi India

Kapil Sharma 3 Department of Computer Science & Engineering Delhi Technological University Delhi India ISSN: 2321-7782 (Online) e-isjn: A4372-3114 Impact Factor: 6.047 Volume 5, Issue 7, July 2017 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey

More information

MANAGERIAL ECONOMICS WILEY A JOHN WILEY & SONS, INC., PUBLICATION. A Mathematical Approach

MANAGERIAL ECONOMICS WILEY A JOHN WILEY & SONS, INC., PUBLICATION. A Mathematical Approach MANAGERIAL ECONOMICS A Mathematical Approach M. J. ALHABEEB L. JOE MOFFITT Isenberg School of Management University of Massachusetts Amherst, MA, USA WILEY A JOHN WILEY & SONS, INC., PUBLICATION PREFACE

More information

Trip Generation Characteristics of Free- Standing Discount Stores: A Case Study

Trip Generation Characteristics of Free- Standing Discount Stores: A Case Study Trip Generation Characteristics of Free- Standing Discount Stores: A Case Study THE RETAIL CHAIN THE INSTITUTE OF TRANSPORTAtion Engineers (ITE) recently published CHOSEN FOR THIS STUDY the sixth edition

More information

Priscilla Jennifer Rumbay. The Impact of THE IMPACT OF CUSTOMER LOYALTY PROGRAM TO CUSTOMER LOYALTY (STUDY OF GAUDI CLOTHING STORE MANADO)

Priscilla Jennifer Rumbay. The Impact of THE IMPACT OF CUSTOMER LOYALTY PROGRAM TO CUSTOMER LOYALTY (STUDY OF GAUDI CLOTHING STORE MANADO) THE IMPACT OF CUSTOMER LOYALTY PROGRAM TO CUSTOMER LOYALTY (STUDY OF GAUDI CLOTHING STORE MANADO) by: Priscilla Jennifer Rumbay 1 Faculty of Economics and Business International Business Administration

More information

Managerial Economics

Managerial Economics Managerial Economics Estimating Demand Functions Rudolf Winter-Ebmer Johannes Kepler University Linz Winter Term 2014 Winter-Ebmer, Managerial Economics: Unit 2 - Demand Estimation 1 / 21 Why do you need

More information

A comparative study of Linear learning methods in Click-Through Rate Prediction

A comparative study of Linear learning methods in Click-Through Rate Prediction 2015 International Conference on Soft Computing Techniques and Implementations- (ICSCTI) Department of ECE, FET, MRIU, Faridabad, India, Oct 8-10, 2015 A comparative study of Linear learning methods in

More information

PREDICTING THE TIME REQUIRED FOR CNMP DEVELOPMENT FOR SWINE FARMS USING STATISTICAL METHODS AND REAL DATA

PREDICTING THE TIME REQUIRED FOR CNMP DEVELOPMENT FOR SWINE FARMS USING STATISTICAL METHODS AND REAL DATA PREDICTING THE TIME REQUIRED FOR CNMP DEVELOPMENT FOR SWINE FARMS USING STATISTICAL METHODS AND REAL DATA R. W. Kloot, J. D. Rickman, W. M. Evans ABSTRACT. Between June and December of 2002, a private

More information