Multistage Cross-Sell Model of Employers in the Financial Industry

Size: px
Start display at page:

Download "Multistage Cross-Sell Model of Employers in the Financial Industry"

Transcription

1 Paer 4-8 Multistage Cross-Sell Model of Emloyers in the Financial Industry Kwan Park and Steve Donohue The Princial Financial Grou ABSTRACT This aer details the stes to develo a multistage cross-sell model of emloyers in the Financial Services industry. This model can be used to score the likelihood of an emloyer to urchase multile roducts. Toics covered include data rearation for data mining, several advanced modeling techniques, and multistage cross-sell model score comarison. Strong non-linear curvatures among the inut variables were found during the modeling rocess and examined. The modeling techniques used were Decision Tree, Neural Network, Regression and Memory Based Reasoning in SAS Enterrise Miner (version 4.) of Windows 000 system. INTRODUCTION In the Financial Services industry, the cross-selling and retaining of customers have become very imortant issues. These issues have been addressed via the develoment of many redictive models. These models have been designed to identify customers having a high likelihood of urchasing multile roducts. However, the vast majority of these models have been done at the business-to-consumer level. The indeendent variables for these models have generally included transactional data: transaction frequency, amount of transaction and urchase sequence, and demograhic data (age, gender, income, geograhic location, etc.) Alternatively, this aer exlains an aroach for multistage cross-sell modeling at the business-to-business (or emloyer) level. For examle, it examines selling Grou Medical Insurance to emloyers Grou Long-Term Disability lans. The indeendent variables used were emloyer level transactional data (years of relationshi, number of roducts owned, total remium values, and firmagrahic data (total number of emloyees, residential oulation, sales volume, standard SIC code, legal status, region, etc.) The object of the modeling being to score the emloyers on likelihood to become multile roducts owners and redict the sequence of roduct urchase. SEMMA methodology was alied. Strong non-linear relationshis among the inut variables were found and these non-linear curvatures contributed to the models in different ways. OBJECTIVE The objectives for this modeling are the following:. Identify emloyers with a high likelihood of becoming multile roduct owners.. Determine the roduct urchase sequence. 3. Assign a score according to likelihood to urchase identified roduct. DATA This study deals with two tyes of data for each of the three emloyer grous: Transactional data roduct coverage, length of relationshi, total contract amount, remium amount, number of active emloyees under contract, etc. Firmagrahic data geograhic region, metroolitan area, total number of emloyees, sales volume, years in business, number of customers, legal status, gender of CEO, rivate/ublic comany, SIC industry code, etc. (The firmagrahic data was extracted from Dun and Bradstreet and matched with tax-id.) MODELING The first object function of the modeling efforts was to redict the multile roduct emloyers.. Data was samled to insure the same size of the rior target, and artitioned as training and validation data set of 60% and 40%, resectively, with strata information of rior target robability.. Data Mining Database Node was used to roduce only one data mining database, which otimized the erformance of analytic nodes. Three sets of roducts were analyzed: Grou Insurance, Pension, and Executive Benefits. Included in Grou Insurance were Medical/Health, Dental, Vision, Long-Term Disability, Short- Term Disability, and Life. Within the Pension set were 40(K) lans and Defined benefit cases. As for Executive Benefits, 9 roduct lines were utilized. Dun and Bradstreet emloyer data was emloyed for the firmagrahic data. SAS Enterrise Miner was used for modeling and the modeling techniques were decision trees, neural network, logistic regression and memory based reasoning. For the develoment rocedure, SAS s 3. Missing values were relaced by tree imutation with surrogates method. This method is identical to tree imutation, with the addition of surrogate slitting rules. A surrogate rule is a back u to the main slitting rule. When the main slitting rule relies on an inut whose value is missing, the first surrogate rule is invoked. If the first surrogate also relies on an inut whose value is missing, the next surrogate is invoked. If missing values revent the main rule and all the surrogates from alying to an observation, the main rule assigns the observation to the branch assigned to receive missing values.

2 4. Decision Tree, Neural Network, Logistic Regression and Memory Based Reasoning technologies were alied to redict the otential multile roducts owners. Among the Least Squares, Gini reduction and Entroy reduction, Gini with Model assessment measure of Total leaf imurity showed the best model. The Gini index is interreted as the robability that any two elements of a multiset chosen at random with relacement are different. A ure node has a Gini Index of 0, as the number of evenly distributed classes increases, the Gini index aroaches. The Gini Index formula is as follows: r j= j = Entroy is another measure of variability of categorical data. Consider r mutually exclusive events with robabilities,,, r, then Entroy is defines as: Chi-Squared test statistic is as follows: The artificial neural network was originally develoed by researchers who were trying to mimic the neural system of the human brain. By combining many simle comuting elements into a highly interconnected system, these researchers hoed to roduce comlex henomena such as intelligence. While there is considerable controversy over whether artificial neural networks are really intelligent, there is no doubt that they have develoed into very useful statistical models. More secifically, feedforward neural networks are a class of flexible nonlinear regression, discriminant, and data reduction models. By detecting comlex nonlinear relationshis in data, neural networks can hel to make redictions about real-world roblems. Neural Network architecture was set as one layer of five hidden nodes, and ordinal, nominal and interval variables and hidden nodes were used an inuts to target variable. Hyerbolic Tangent function was used as activation function and general linear combination function was used. The tangent hyerbolic function is defined as e g( a) = e The network architecture was: a a e + e j< k r,,, r ) = i log ( i ) i= H ( ( O = E E ) χ ν a a j k This network model is somewhat more comlex than usual neural network model architecture. The choice of model comlexity is always an issue to modelers. The above architecture was chosen by trial and error among many ossible architectures This multilayer ercetron (MLP) is a feed-forward neural network that uses sigmoid activation functions. This MLP is one of the most common tyes of neural network used for suervised rediction. Emirically, it is often found that the tangent hyerbolic function give rise to faster convergence of training algorithms than the logistic functions. Another alternative of the function is ordinary radial basis function (ORBF). ORBF networks are universal aroximators in theory, but in ractice they are often ineffective multivariate function estimators. In this modeling, ORBF networks were excluded. The most common incorrect concet of a neural network is that it cannot be exlained or cannot be reresented as an equation. However, a neural network is an alication of non-linear regression that can be reresented as a single equation even though that equation is very comlicated. The beauty of a neural network is that it can find very comlicated non-linear relationshi among variables under the condition that the errors are quite small. As the target variable is a dichotomous variable, a logistic regression model was used, and for the memory based reasoning model, a default setu was used. Usually, many modelers favor the backward selection method because it evaluates all the inut variables in relation to the target variable. In this modeling rocess, stewise selection, backward selection and forward selection methods were alied to develo regression model, and stewise method showed the best erformance. The logistic regression equation is as follows: log = β + x β + x β + 0 The last modeling technique alied in this modeling is memorybased reasoning (or case based reasoning). It is a rocess that identifies similar cases from history data or a database and alies the information that is obtained from these cases to a new x n β n

3 record. The memory based reasoning node in SAS Enterrise Miner is a modeling tool that uses a k-nearest neighbor algorithm to categorize or redict observations. The k-nearest neighbor algorithm takes a data set and a robe, where each observation in the data set is comosed of a set of variables and the robe has one value for each variable. The distance between an observation and the robe is calculated. The k observations that have the smallest distances to the robe are the k-nearest neighbor to that robe. A default set u of memory based reasoning node was used in this modeling. 5. The decision tree showed the highest lift values within the to 30 ercentiles. It roduced nine segmentations and the following roc sql (statement is to comute the lift values of each nodes.) roc sql; create table scored as select a._node_, a.single, b.multile from (select _node_, count(dunsno) as single from &_score where multile='single' grou by _node_ ) a left join (select _node_, count(dunsno) as multile from &_score where multile='multile' grou by _node_ ) b on a._node_ = b._node_ ; quit; data scored; set scored; if multile=. then multile=0; total=single+multile; score=int(multile/total*0000)/00; run; Enterrise Miner Diagram 3

4 6. Node Descrition The following table exlains the node definitions and lift values Segment Lift Years of Business >00 years AND.99 Headquarter Location AND.6 Sales Volume IS : [M,00M] Single Location AND.49 Sales Volume IS : [M,00M] Years of Business IS : (5,00] AND.5 Years of Business IS : (0,5] AND 0.95 Sales Volume IS: [300K,400K] [500K,M] [500M+] 0.56 Sales Volume IS : [,300K] [400K,500K] 0.36 Location Status IS MISSING AND 0.00 Sales Volume IS : [M,00M] Public/Private IS MISSING AND 0.00 The lift values of the to four nodes are greater than, and the emloyers in these four nodes were selected to find the sequence of the next roducts. For this analysis SAS Enterrise Miner s Association node was alied. This is the second objective function of this modeling. The roduct urchase date is needed to run the association node. The next table is the to 5 roduct sequences. Product A Product B showed the highest frequency of roduct urchasing sequence followed by Product B Product A. Product Sequence Frequency Percent Product A ==> Product B, Product B ==> Product A Product A ==> Product C Product C ==> Product A 4.84 Product A ==> Product D Product A ==> Product E 33.6 Product B & Product C ==> Product A Product A ==> Product F Product A ==> Product B & Product C Product F ==> Product A 44. Product A ==> Product B & Product E 43.5 Product A ==> Product B & Product D 43.5 Product E ==> Product A Product D ==> Product A Product B ==> Product C The second stage models are to redict the emloyers who will be Product B among current Product A customers and to redict the emloyers who will be Product B customers among current Product A customers, etc. Since so many models are required, only the to six nodes were chosen. Each was then scored for each individual emloyer. Next, the cross-sell scores were comuted. The following table is an examle of the scores.. 4

5 Emloyer ID Product A Product B Product A Product C Product A Product A Cross sell score Product B Product A Product C Product A Product D Product E Etc. APPLICATION The alication of this aroach is to aid the cross-sell marketing efforts at the emloyer level. Emloyers can be selected and aroriately targeted based on their roensity to urchase selected roducts. Marketing camaigns can be designed to focus on those emloyers that are most likely to urchase. Thus, this methodology can greatly imact the efficiency of marketing camaigns. CONCLUSION This aer describes emloyer level cross sell modeling to identify the likelihood of urchasing multile roducts and the roduct urchase sequence. It should also be noted that camaign results of emloyer level cross sell can take more effort and time comared to emloyee level camaign. Tracking must be established to identify the imact of any marketing efforts. Steve Donohue The Princial Financial Grou 7 High Street Des Moines IA, 5039 Work Phone: (55) Fax: (55) Donohue.Steve@rincial.com Web: SAS and all other SAS Institute Inc. roduct or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. indicates USA registration. Other brand and roduct names are trademarks of their resective comanies. REFERENCES Bisho, C.M. (995), Neural Networks for Pattern Recognition, New York: Oxford University Press. Breiman, L., Friedman, J. H., Olshen, R.A., and Stone, C. J. (984), Classification and Regression Trees, Chaman and Hall. Enterrise Miner Software, Online Tutorial (SAS V8). Riley, B.D. (996), Pattern Recognition and Neural Networks, Cambridge University Press. Rud, Olivia Parr (00), Data Mining Cookbook, New York: John Wiley & Sons. Zahavi, J. and Levin, N. (997), Alying Neural Comuting to Target Marketing, Journal of Direct Marketing,, 5-. CONTACT INFORMATION Your comments and questions are valued and encouraged. Contact the author at: Kwan Park The Princial Financial Grou 7 High Street Des Moines IA, 5039 Work Phone: (55) Fax: (55) Park.Kwan.Soo@rincial.com Web: 5

Resolve issues with process capability indexes, business metrics

Resolve issues with process capability indexes, business metrics 3.4 Per Million BY Forrest W. Breyfogle III Insight or Folly? Resolve issues with rocess caability indexes business metrics In lean Six Sigma much training effort is sent on conveying the imortance of

More information

Abstract Title:An investigation of time buffer into the fundamentals of critical chain project management: A behavioral perspective

Abstract Title:An investigation of time buffer into the fundamentals of critical chain project management: A behavioral perspective Abstract Number:008-0056 Abstract Title:An investigation of time buffer into the fundamentals of critical chain roject management: A behavioral ersective Authors information : Name: Min Zhang Organization:

More information

Comparison of ANFIS and ANN for Estimation of Biochemical Oxygen Demand Parameter in Surface Water

Comparison of ANFIS and ANN for Estimation of Biochemical Oxygen Demand Parameter in Surface Water Comarison of AFIS and A for Estimation of Biochemical Oxygen Demand Parameter in Surface Water S. Areerachakul Abstract owadays, several techniques such as; Fuzzy Inference System (FIS) and eural etwork

More information

Tracking Consumer Energy Price Change: An Overview of Federal Data Sources and Methodologies

Tracking Consumer Energy Price Change: An Overview of Federal Data Sources and Methodologies Tracking Consumer Energy Price Change: An Overview of Federal Data Sources and Methodologies Janice Lent 1, Joseh Ayoub 2 1 Energy Information Administration, EI-70, 0 Indeendence Ave., S.W., Washington,

More information

Application of Experimental Design in Uncertainty Quantification

Application of Experimental Design in Uncertainty Quantification Alication of Exerimental Design in Uncertainty Quantification Rahman M. Hassanour Geostatistical modeling is widely used for satial modeling in resence of sarse data. There is uncertainty in the inut geostatistical

More information

Manufacturer-Retailer Pricing Competition Across Multiple Product Categories: An Equilibrium Framework

Manufacturer-Retailer Pricing Competition Across Multiple Product Categories: An Equilibrium Framework Manufacturer-Retailer Pricing Cometition Across Multile Product Categories: An Equilibrium Framework Benjamin Kartono Nanyang Technological University This aer investigates ricing cometition between manufacturers

More information

Three-dimensional design against fatigue failure and the implementation of a genetic algorithm

Three-dimensional design against fatigue failure and the implementation of a genetic algorithm K. Krishnaillai and R. Jones Three-dimensional design against fatigue failure and the imlementation of a genetic algorithm K. KRISHNAPILLAI and R. JONES CIEAM, Deartment of Mechanical Engineering Monash

More information

The Application of Binary Logistic Regression Analysis on Staff Performance Appraisal

The Application of Binary Logistic Regression Analysis on Staff Performance Appraisal Science Journal of Alied Mathematics and Statistics 207; 5(4): 64-68 htt://www.scienceublishinggrou.com/j/sjams doi: 0.648/j.sjams.2070504.5 ISSN: 2376-949 (Print); ISSN: 2376-953 (Online) The Alication

More information

Published by European Centre for Research Training and Development UK (www.eajournals.org)

Published by European Centre for Research Training and Development UK (www.eajournals.org) PREDICTION AND MODELING OF SEASONAL CONCENTRATIONS OF AIR POLLUTANTS IN SEMI-URBAN REGION EMPLOYING ARTIFICIAL NEURAL NETWORK ENSEMBLES B. Yoror, T. G. Leton & J. N. Ugbebor Deartment of Civil and Environmental

More information

Planning and Design of Flex-Route Transit Services

Planning and Design of Flex-Route Transit Services Transortation Research Record 1791 59 Paer No. 2-2324 Planning and Design of Flex-Route Transit Services Liing Fu A theoretical investigation is resented of various issues involved in the lanning and design

More information

Optimizing Empty Containers Distribution among Ports

Optimizing Empty Containers Distribution among Ports Journal of Mathematics and tatistics 7 (3): 26-22, 20 IN 549-3644 20 cience ublications Otimizing Emty Containers Distribution among orts Mohammed A. Hajeeh and Weam Behbehani Techno-Economics Division,

More information

SIMULATION OF LCM PROCESSES USING CELLULAR AUTOMATS

SIMULATION OF LCM PROCESSES USING CELLULAR AUTOMATS SIMULATION OF LCM PROCESSES USING CELLULAR AUTOMATS M. Henne 1 and G.A. Barandun 1 1 University of Alied Science Raerswil HSR, Institute for Material Science and Plastic Processing, Oberseestrasse 10,

More information

AN INVESTIGATION INTO RELIABILITY BASED METHODS TO INCLUDE RISK OF FAILURE IN LIFE CYCLE COST ANALYSIS OF REINFORCED CONCRETE BRIDGE REHABILITATION

AN INVESTIGATION INTO RELIABILITY BASED METHODS TO INCLUDE RISK OF FAILURE IN LIFE CYCLE COST ANALYSIS OF REINFORCED CONCRETE BRIDGE REHABILITATION AN INVESTIGATION INTO RELIABILITY BASED METHODS TO INCLUDE RISK OF FAILURE IN LIFE CYCLE COST ANALYSIS OF REINFORCED CONCRETE BRIDGE REHABILITATION A thesis submitted in fulfillment of the requirements

More information

Title. Author(s)T.P. LO; P.C. LEE. Issue Date Doc URL. Type. Note. File Information.

Title. Author(s)T.P. LO; P.C. LEE. Issue Date Doc URL. Type. Note. File Information. Title MULTI-PERIOD EVALUATION MODEL FOR THE SATISFACTION D Author(s)T.P. LO; P.C. LEE Issue Date 2013-09-11 Doc URL htt://hdl.handle.net/2115/54279 Tye roceedings Note The Thirteenth East Asia-Pacific

More information

A Sequential Order Picking and Loading System for Outbound Logistics Operations

A Sequential Order Picking and Loading System for Outbound Logistics Operations A Sequential Order Picking and Loading System for Outbound Logistics Oerations K.L. Choy, G.T.S. Ho, H.Y. Lam, Canhong Lin, T.W. Ng Deartment of Industrial and Systems Engineering, the Hong Kong Polytechnic

More information

AN ANALYSIS OF DETERMINANTS OF RECRUITMENT AND SELECTION OUTSOURCING IMPLEMENTATION

AN ANALYSIS OF DETERMINANTS OF RECRUITMENT AND SELECTION OUTSOURCING IMPLEMENTATION ACTA UNIVERSITATIS AGRICULTURAE ET SILVICULTURAE MENDELIANAE BRUNENSIS Volume 63 24 Number 1, 2015 htt://dx.doi.org/10.11118/acn201563010185 AN ANALYSIS OF DETERMINANTS OF RECRUITMENT AND SELECTION OUTSOURCING

More information

The Effect of Job Satisfaction of the Talented Employees on Organizational Commitment: A Field Research

The Effect of Job Satisfaction of the Talented Employees on Organizational Commitment: A Field Research Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 58 ( 2012 ) 322 330 8 th International Strategic Management Conference The Effect of Job Satisfaction of the Talented

More information

Comparison of Two Nonlinear Predictive Control Algorithms for Dissolved Oxygen Tracking Problem at WWTP

Comparison of Two Nonlinear Predictive Control Algorithms for Dissolved Oxygen Tracking Problem at WWTP Journal of Automation, Mobile Robotics & Intelligent Systems VOLUME, N 6 Comarison of Two Nonlinear Predictive Control Algorithms for Dissolved Oxygen Tracking Problem at WWTP Submitted: 8 th June 5; acceted:

More information

Environmental Engineering Technologies (2013)

Environmental Engineering Technologies (2013) Directions: (Print on legal size aer) Ga Analysis for 201 s Secondary : Indicate the level the student will be able to erform the standard when leaving the rogram for each of the s Point: Indicate where

More information

* Ravi Gor 1 and Ashok Patel 2. * Author for Correspondence

* Ravi Gor 1 and Ashok Patel 2. * Author for Correspondence A SINGLE PERIOD MODEL WHERE THE LOST SALES RECAPTURE IS A FUNCTION OF log m 1 r Ravi Gor 1 and Ashok Patel 2 1 Dr. Baba Saheb Ambedkar Oen University, Gujarat 2 P.S. Science and H. D Patel Arts College,

More information

THE EFFECTIVENESS EVALUATING OF ONLINE SHOP BASED ON INFORMATIVITY OF THE PRODUCT PORTFOLIO

THE EFFECTIVENESS EVALUATING OF ONLINE SHOP BASED ON INFORMATIVITY OF THE PRODUCT PORTFOLIO THE EFFECTIVENESS EVALUATING OF ONLINE SHOP BASED ON INFORMATIVITY OF THE PRODUCT PORTFOLIO Sergey Kulin Evgeny Poov Abstract The nature of the Internet market allows us to develo information roducts that

More information

MODELLING TIME PERIOD CHOICE IN LARGE-SCALE HIERARCHICAL DEMAND MODELS: SOME PROBLEMS AND A SOLUTION

MODELLING TIME PERIOD CHOICE IN LARGE-SCALE HIERARCHICAL DEMAND MODELS: SOME PROBLEMS AND A SOLUTION MODELLING TIME PERIOD CHOICE IN LARGE-SCALE HIERARCHICAL DEMAND MODELS: SOME PROBLEMS AND A SOLUTION Andrew Gordon, Mott MacDonald Andrew Daly, RAND Euroe and Institute for Transort Studies, Leeds John

More information

Whole Genome Regression and Prediction Methods Applied to Plant and Animal Breeding. & Mario P. L. Calus ᶲ

Whole Genome Regression and Prediction Methods Applied to Plant and Animal Breeding. & Mario P. L. Calus ᶲ Genetics: Published Articles Ahead of Print, ublished on June 8, 01 as 10.1534/genetics.11.143313 Whole Genome Regression and Prediction Methods Alied to Plant and Animal Breeding Gustavo de los Camos*

More information

Retail Pricing and Day-Ahead Demand Response in Smart Distribution Networks

Retail Pricing and Day-Ahead Demand Response in Smart Distribution Networks Intelligence Systems in Electrical Engineering, 4 th year, No. 4, Winter 2014 23 Retail Pricing and Day-Ahead Demand Resonse in Smart Distribution Networks Shaghayegh Yousefi 1 and GholamReza Yousefi 2

More information

Direct Inelastic Earthquake Design Using Secant Stiffness

Direct Inelastic Earthquake Design Using Secant Stiffness Direct Inelastic Earthquake Design Using Secant Stiffness Honggun Park and Taesung Eom ABSTRACT A new earthquake design method erforming iterative calculations with secant stiffness was develoed. Since

More information

Constructing prediction intervals for monthly streamflow forecasts

Constructing prediction intervals for monthly streamflow forecasts ISSH - Stochastic Hydraulics 2005-23 and 24 May 2005 - Nijmegen - The Netherlands Constructing rediction intervals for monthly streamflow forecasts Wen Wang, 2, Pieter H.A.J.M. Van Gelder 2, J. K. Vrijling

More information

On the demand distributions of spare parts

On the demand distributions of spare parts DePaul University From the SelectedWorks of Nezih Altay Aril, On the demand distributions of sare arts A A Syntetos, University of Salford M Z Babai, King Saud University Nezih Altay, DePaul University

More information

Hybrid Black Hole Algorithm for Bi-Criteria Job Scheduling on Parallel Machines

Hybrid Black Hole Algorithm for Bi-Criteria Job Scheduling on Parallel Machines I.J. Intelligent Systems and Alications, 2016, 4, 1-17 Published Online Aril 2016 in MECS (htt://www.mecs-ress.org/) DOI: 10.5815/ijisa.2016.04.01 Hybrid Black Hole Algorithm for Bi-Criteria Job Scheduling

More information

THE STATE OF UK IT SERVICE MANAGEMENT IN 2018

THE STATE OF UK IT SERVICE MANAGEMENT IN 2018 THE STATE OF UK IT SERVICE MANAGEMENT IN 2018 THE STATE OF ITSM IN 2018 76.7% 39.2% Imrove customer service is still the number one business goal Aim to close IT security vulnerabilities in next 12 months

More information

PROBABILITY OF FAILURE ANALYSIS AND CONDITION ASSESSMENT OF CAST IRON PIPES DUE TO INTERNAL AND EXTERNAL CORROSION IN WATER DISTRIBUTION SYSTEMS

PROBABILITY OF FAILURE ANALYSIS AND CONDITION ASSESSMENT OF CAST IRON PIPES DUE TO INTERNAL AND EXTERNAL CORROSION IN WATER DISTRIBUTION SYSTEMS PROBABILITY OF FAILURE ANALYSIS AND CONDITION ASSESSMENT OF CAST IRON PIPES DUE TO INTERNAL AND EXTERNAL CORROSION IN WATER DISTRIBUTION SYSTEMS by Hamidreza Yaminighaeshi B.Sc, Iran University of Science

More information

2011 Tax Forms and efiling Guide

2011 Tax Forms and efiling Guide 2011 Tax Forms and efiling Guide NOTICE This document and the Sage Timberline Office software may be used only in accordance with the accomanying Sage Timberline Office End User License Agreement. You

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

Linkage Disequilibrium. Biostatistics 666

Linkage Disequilibrium. Biostatistics 666 Linkage Disequilibrium iostatistics 666 Logistics: Office Hours Office hours on Mondays at 4 m. Room 4614 School of Public Health Tower Previously asic roerties of a locus llele Frequencies Genotye Frequencies

More information

Recent trend on design and construction of steel and composite bridges in Japan

Recent trend on design and construction of steel and composite bridges in Japan IABSE-JSCE Joint Conference on Advances in Bridge Engineering-II, August 8-10, 2010, Dhaka, Bangladesh. ISBN: 978-984-33-1893-0 Amin, Okui, Bhuiyan (eds.) www.iabse-bd.org Recent trend on design and construction

More information

Hazardous Materials Siting and Routing Decisions: Factors Affecting Preferences of Fire Chiefs

Hazardous Materials Siting and Routing Decisions: Factors Affecting Preferences of Fire Chiefs 24 TRANSPORTATION RESEARCH RECORD 1264 Hazardous Materials Siting and Routing Decisions: Factors Affecting Preferences of Fire Chiefs KosTAS G. ZoGRAFos AND SEYMOUR WARKov Hazardous materials routing and

More information

Lagged Impact of Information Technology on Organizational Productivity

Lagged Impact of Information Technology on Organizational Productivity Association for Information Systems AIS Electronic Library (AISeL) AMCIS 24 Proceedings Americas Conference on Information Systems (AMCIS) December 24 Lagged Imact of Information Technology on Organizational

More information

Development and Application of Performance Measures for Rural Public Transportation Operators

Development and Application of Performance Measures for Rural Public Transportation Operators 28 TRANSPORTATION RESEARCH RECORD 1338 Develoment and Alication of Performance Measures for Rural Public Transortation Oerators DAVEN. CARTER AND TIMOTHY J. LOMAX Desite the increased interest in erformance

More information

Analysis of Capture and Containment Efficiency of a Ventilated Ceiling.

Analysis of Capture and Containment Efficiency of a Ventilated Ceiling. V Kosonen Risto, Mustakallio Panu Analysis of Cature and Containment Efficiency of a Ventilated Ceiling. The International Journal of Ventilation. Volume 2 Number 1 Jun.2003 ages 33-44 Rerinted from the

More information

Finite Element Analysis of Plasticity- Induced Fatigue Crack Closure with Singular Element

Finite Element Analysis of Plasticity- Induced Fatigue Crack Closure with Singular Element American Journal of Alied ciences 4 (6): 357-361, 27 IN 1546-9239 27 cience Publications Finite Element Analysis of Plasticity- Induced Fatigue Crack Closure with ingular Element 1 Rahgozar R., 1 affari

More information

Fatigue based structural design optimization implementing a generalized Frost-Dugdale crack growth law

Fatigue based structural design optimization implementing a generalized Frost-Dugdale crack growth law Proceedings of the 2007 WSEAS International Conference on Comuter Engineering and Alications, Gold Coast, Australia, January 17-19, 2007 490 Fatigue based structural design otimization imlementing a generalized

More information

Private Information and Endogenous Matching in Supply Chains: Theory and Experiments

Private Information and Endogenous Matching in Supply Chains: Theory and Experiments Private Information and Endogenous Matching in Suly Chains: Theory and Exeriments Andrew M. Davis Samuel Curtis Johnson Graduate School of Management, Cornell SC Johnson College of Business, Cornell University,

More information

Social Trust as a solution to address sparsity-inherent problems of Recommender systems

Social Trust as a solution to address sparsity-inherent problems of Recommender systems Social Trust as a solution to address sarsity-inherent roblems of Recommender systems Georgios Pitsilis Q2S, NTNU O.S. Bragstads lass 2E NO-7491, Trondheim, Norway +47 735 92743 itsilis@q2s.ntnu.no Svein

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

Capacity Planning Based on Scenario Tree and Passenger Motion Equation (IKIA and MIA)

Capacity Planning Based on Scenario Tree and Passenger Motion Equation (IKIA and MIA) Journal of Geotechnical and Transortation Engineering Volume 1 Issue 2 Caacity Planning Based on Scenario Tree and Passenger Motion Equation (IKIA and MIA) Shabaniveri et al. Received 7/23/2015 Acceted

More information

Inventory Policies for Price-Sensitive Stock-Dependent Demand and Quantity Discounts

Inventory Policies for Price-Sensitive Stock-Dependent Demand and Quantity Discounts Inventory Policies for Price-Sensitive Stock-Deendent Demand and uantity Discounts Nita H. Shah 1*, Monika K. Naik 2 Deartment of Mathematics, Guarat University Ahmedabad-380009, Guarat, India Email: 1

More information

EXAMINING THE EFFECTIVENESS OF ANIMATED CARTOON AS BRAND AWARENESS IN TV ADVERTISEMENT: EVIDENCE FROM SURVEY IN MALAYSIA AND JORDAN

EXAMINING THE EFFECTIVENESS OF ANIMATED CARTOON AS BRAND AWARENESS IN TV ADVERTISEMENT: EVIDENCE FROM SURVEY IN MALAYSIA AND JORDAN International Journal of Business and Society, Vol. 18 No. 3, 2017, 427-438 EXAMINING THE EFFECTIVENESS OF ANIMATED CARTOON AS BRAND AWARENESS IN TV ADVERTISEMENT: EVIDENCE FROM SURVEY IN MALAYSIA AND

More information

Quality. Mokhtari. for improving. characteristic, to an out- select the. in-control. of quality. in a. classical. .iust.ac.ir/

Quality. Mokhtari. for improving. characteristic, to an out- select the. in-control. of quality. in a. classical. .iust.ac.ir/ International Journal Industrial Engineering & Production Research (16 Setember 16, Volume 7, Number 3. 75-85 htt://ijiepr..iust.ac.ir/ Simultaneous Otimization Production and Deterioration Process Quality

More information

Analysis of Capture and Containment Efficiency of a Ventilated Ceiling

Analysis of Capture and Containment Efficiency of a Ventilated Ceiling International Journal of Ventilation Volume 2 No 1 Analysis of Cature and Containment Efficiency of a Ventilated Ceiling Risto Kosonen and Panu Mustakallio Halton Oy, Halton ingaore Re. Office, 22 Leonie

More information

Family Plans: Market Segmentation by Bundling Consumers

Family Plans: Market Segmentation by Bundling Consumers amily Plans: Market Segmentation by Bundling Consumers Bo Zhou Preliminary & Incomlete Draft June 013 Bo Zhou (bo.zhou@duke.edu) is a PhD student in Marketing at the uua School of Business, Duke University,

More information

Data Analytics in Asset Management for the Mining industry

Data Analytics in Asset Management for the Mining industry Data Analytics in Asset Management for the Mining industry baringa.com This age is intentionally left blank 01 baringa.com About Baringa At Baringa, we are as excited about the Metals and & Mining industry

More information

IMCS 17,2. Govindan Marthandan Faculty of Management, Multimedia University, Cyberjaya, Malaysia

IMCS 17,2. Govindan Marthandan Faculty of Management, Multimedia University, Cyberjaya, Malaysia The current issue and full text archive of this journal is available at www.emeraldinsight.com/0968-5227.htm IMCS 17,2 166 Received 24 November 2008 Revised 28 December 2008 Acceted 14 January 2009 E-commerce

More information

VALIDATION OF A FULLY-MIXED MODEL FOR SIMULATING GAS-FIRED WATER STORAGE TANKS. Weimin Wang, Ian Beausoleil-Morrison, Martin Thomas, Alex Ferguson

VALIDATION OF A FULLY-MIXED MODEL FOR SIMULATING GAS-FIRED WATER STORAGE TANKS. Weimin Wang, Ian Beausoleil-Morrison, Martin Thomas, Alex Ferguson VALIDATION OF A FULLY-MIXED MODEL FOR SIMULATING GAS-FIRED WATER STORAGE TANKS Weimin Wang, Ian Beausoleil-Morrison, Martin Thomas, Alex Ferguson CANMET Energy Technology Center, Natural Resources Canada

More information

A CASE STUDY ON MAXIMISING THE PROFITABILITY OF A FORM FILL AND SEAL MACHINE BY OPTIMISING INTERRUPTION INTERVALS. P.J. Vlok 1 and C.J.

A CASE STUDY ON MAXIMISING THE PROFITABILITY OF A FORM FILL AND SEAL MACHINE BY OPTIMISING INTERRUPTION INTERVALS. P.J. Vlok 1 and C.J. A CASE STUDY ON MAXIMISING THE PROFITABILITY OF A FORM FILL AND SEAL MACHINE BY OPTIMISING INTERRUPTION INTERVALS P.J. Vlok 1 and C.J. Fourie 2 1 Deartment of Industrial Engineering University of Stellenbosch,

More information

A review on warranty data quality and analysis

A review on warranty data quality and analysis A review on warranty data quality and analysis Abstract Shaomin Wu 1 Kent Business School, University of Kent, Canterbury CT2 7PE, UK Warranty data contain useful information about roduct quality and reliability,

More information

The Open University s repository of research publications and other research outputs

The Open University s repository of research publications and other research outputs Oen Research Online The Oen University s reository of research ublications and other research oututs Mining and comaring engagement dynamics across multile social media latforms Conference Item How to

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors e are IntechOen, the world s leading ublisher of Oen Access books Built by scientists, for scientists 4,000 116,000 120M Oen access books available International authors and editors Downloads Our authors

More information

SUITABILITY OF FEEDSTOCKS FOR THE SASOL-LURGI FIXED BED DRY BOTTOM GASIFICATION PROCESS

SUITABILITY OF FEEDSTOCKS FOR THE SASOL-LURGI FIXED BED DRY BOTTOM GASIFICATION PROCESS SUITABILITY OF FEEDSTOCKS FOR THE SASOL-LURGI FIXED BED DRY BOTTOM GASIFICATION PROCESS Gasification Technologies 2001, San Francisco, California, October 7-10, 2001 JC van Dyk, MJ Keyser, JW van Zyl Sasol

More information

Evaluation of Synthetic Outlet Runoff Assessment Models

Evaluation of Synthetic Outlet Runoff Assessment Models JASEM ISSN 1119-862 All rights reserved Full-text Available Online at www.bioline.org.br/ja J. Al. Sci. Environ. Manage. Setember, 21 Vol. 14 () 1-18 Evaluation of Synthetic Outlet Runoff Assessment Models

More information

Genes in Populations: Hardy Weinberg Equilibrium. Biostatistics 666

Genes in Populations: Hardy Weinberg Equilibrium. Biostatistics 666 Genes in Poulations: Hardy Weinberg Equilibrium Biostatistics 666 Previous Lecture: Primer In Genetics How information is stored in DNA How DNA is inherited Tyes of DNA variation Common designs for genetic

More information

Permanent City Research Online URL:

Permanent City Research Online URL: Thomas, P.J. & Chrystal, A. (3). Retail rice otimisation from sarse demand data. American Journal of Industrial and Business Management, 3(3),. 95-36. doi:.436/ajibm.3.3335 City Research Online Original

More information

Accumulation of Biomass and Mineral Elements with Calendar Time by Corn: Application of the Expanded Growth Model

Accumulation of Biomass and Mineral Elements with Calendar Time by Corn: Application of the Expanded Growth Model Accumulation of Biomass and Mineral Elements with Calendar Time by Corn: Alication of the Exanded Growth Model Allen R. Overman, Richard V. Scholtz III* Agricultural & Biological Engineering Deartment,

More information

Performance-based optimal design and rehabilitation of water distribution networks using life cycle costing

Performance-based optimal design and rehabilitation of water distribution networks using life cycle costing WATER RESOURCES RESEARCH, VOL. 44,, doi:10.1029/2006wr005316, 2008 Performance-based otimal design and rehabilitation of water distribution networks using life cycle costing Nirmal Jayaram 1,2 and K. Srinivasan

More information

CENTRUM Católica s Working Paper Series. Impact of incentive schemes and personality-tradeoffs on twoagent coopetition: A theoretical examination

CENTRUM Católica s Working Paper Series. Impact of incentive schemes and personality-tradeoffs on twoagent coopetition: A theoretical examination CENTRUM Católica s Working Paer Series No. 06-06-007 / June 06 Imact of incentive schemes and ersonality-tradeoffs on twoagent cooetition: A theoretical examination Sergio J. Chión and Vincent Charles

More information

ECON 2100 Principles of Microeconomics (Fall 2018) Price Discrimination, Product Differentiation, and Bundling

ECON 2100 Principles of Microeconomics (Fall 2018) Price Discrimination, Product Differentiation, and Bundling ECON Princiles of Microeconomics (Fall 8) Price Discrimination, Product Differentiation, and Bundling elevant readings from the textook: Mankiw, Ch. 5 Monooly Suggested rolems from the textook: Chater

More information

MODELLING OF PERPENDICULARITY OF CUT IN HIGH POWER CO2 LASER CUTTING OF 5 MM THICK ALUMINIUM ALLOY

MODELLING OF PERPENDICULARITY OF CUT IN HIGH POWER CO2 LASER CUTTING OF 5 MM THICK ALUMINIUM ALLOY Nonconventional Technologies Review Romania, June, 016 016Romanian Association of Nonconventional Technologies MODELLING OF PERPENDICULARITY OF CUT IN HIGH POWER CO LASER CUTTING OF 5 MM THICK ALUMINIUM

More information

An Analysis of Profit and Consumer Surplus Implications of Resale

An Analysis of Profit and Consumer Surplus Implications of Resale An Analysis of Profit and Consumer Surlus Imlications of Resale Qiong Wang 1, Jon M. Peha, Marvin A. Sirbu 3 Abstract When a monooly carrier rovides multile services(voice, data, video) through a single

More information

Customer migration, campaign budgeting, revenue estimation: the elasticity of Markov Decision Process on customer lifetime value

Customer migration, campaign budgeting, revenue estimation: the elasticity of Markov Decision Process on customer lifetime value AMO - ADVANCED MODELING AND OPTIMIZATION VOLUME 6 NUMBER 00 Customer migration camaign budgeting reenue estimation: the elasticity of Marko Decision Process on customer lifetime alue Wai-Ki Ching Deartment

More information

PI Control of a Continuous Bio-Reactor

PI Control of a Continuous Bio-Reactor PI Control of a Continuous Bio-Reactor Rudy Agustriyanto Deartment of Chemical Engineering, Faculty of Engineering, University of Surabaya (UBAYA), Surabaya, Indonesia; *Corresonding Author: rudy.agustriyanto@staff.ubaya.ac.id.

More information

1. Introduction. Figge-Strasse 70, 44227, Dortmund, Germany b Department of Chemical Engineering, University of Pisa, Via Diotisalvi 2, 56126, Pisa,

1. Introduction. Figge-Strasse 70, 44227, Dortmund, Germany b Department of Chemical Engineering, University of Pisa, Via Diotisalvi 2, 56126, Pisa, CFD-based modelling of the residence time distribution in structured fixed beds T. Atmakidis a, E.Y. Kenig a, A. Viva b, E. Brunazzi b a Deartment of Biochemical and Chemical Engineering, University of

More information

Analysis of vertical load-bearing capacity of a single pile

Analysis of vertical load-bearing capacity of a single pile Engineering manual No. 13 Udated: 06/2018 Analysis of vertical load-bearing caacity of a single ile Program: File: Pile Demo_manual_13.gi The objective of this engineering manual is to exlain how to use

More information

Theoretical Evaluation of Ejector- Based Heat Pump Cycles for cold climates

Theoretical Evaluation of Ejector- Based Heat Pump Cycles for cold climates - 1 - Theoretical Evaluation of Ejector- Based Heat Pum Cycles for cold climates Ridha Ben Mansour 1 a,*, Mohamed Ouzzane 2 a, Zine Aidoun 3 a a CanmetENERGY, Natural Resources Canada, 1615 Lionel Boulet

More information

Multidimensional Quality Sorting Between Online and Offline Auctions: The Role of Attribute Transparency *

Multidimensional Quality Sorting Between Online and Offline Auctions: The Role of Attribute Transparency * Multidimensional Quality Sorting Between Online and Offline Auctions: The Role of Attribute Transarency * Jafar Olimov Brian E. Roe May 8, 2013 Abstract We analyze how sellers of used construction equiment

More information

A RATIONAL APPROACH TO SEISMIC QUALIFICATION TESTING OF NONSTRUCTURAL BUILDING COMPONENTS

A RATIONAL APPROACH TO SEISMIC QUALIFICATION TESTING OF NONSTRUCTURAL BUILDING COMPONENTS 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-6, 2004 Paer No. 3059 A RATIONAL APPROACH TO SEISMIC QUALIFICATION TESTING OF NONSTRUCTURAL BUILDING COMPONENTS Jeffrey

More information

Modeling and Analysis of Supply Chain Risk System under the Influence of Partners' Collaboration

Modeling and Analysis of Supply Chain Risk System under the Influence of Partners' Collaboration Modeling and Analysis of Suly Chain Risk System under the Influence of Partners' Collaboration Benamin P.-C. Yen, Bingcong Zeng School of Business, The University of Hong Kong, Hong Kong, China Abstract

More information

Validation of Composite Sampling for Detection of Escherichia coli O157:H7 in Raw Beef Trim and Raw Ground Beef

Validation of Composite Sampling for Detection of Escherichia coli O157:H7 in Raw Beef Trim and Raw Ground Beef Final Research Reort Validation of Comosite Samling for Detection of Escherichia coli O157:H7 in Raw Beef Trim and Raw Ground Beef February 15, 2005 Preared for: Cattlemen s Beef Promotion and Research

More information

Mechanical Behavior of Unbound Granular Road Base Materials under Repeated Cyclic Loads

Mechanical Behavior of Unbound Granular Road Base Materials under Repeated Cyclic Loads Technical Paer ISSN 199714 Int. J. Pavement Res. Technol. 4(1):5666 Coyright @ Chinese Society of Pavement Engineering Mechanical Behavior of Unbound Granular Road Base Materials under Reeated Cyclic Loads

More information

Using SAS Enterprise Guide, SAS Enterprise Miner, and SAS Marketing Automation to Make a Collection Campaign Smarter

Using SAS Enterprise Guide, SAS Enterprise Miner, and SAS Marketing Automation to Make a Collection Campaign Smarter Paper 3503-2015 Using SAS Enterprise Guide, SAS Enterprise Miner, and SAS Marketing Automation to Make a Collection Campaign Smarter Darwin Amezquita, Andres Gonzalez, Paulo Fuentes DIRECTV ABSTRACT Companies

More information

Reliability analysis based on Monte-Carlo simulation for concrete multi-ribbed slab formwork

Reliability analysis based on Monte-Carlo simulation for concrete multi-ribbed slab formwork Fourth International Conference on FRP Comosites in Civil Engineering (CICE008) -4July 008, Zurich, Switzerland Reliability analysis based on Monte-Carlo simulation for concrete multi-ribbed slab formwork

More information

Understanding Factors that Affect Response Rates in Twitter

Understanding Factors that Affect Response Rates in Twitter Understanding Factors that Affect Resonse Rates in Twitter ABSTRACT Giovanni Comarela Federal University of Minas Gerais, Brazil giovannicomarela@dcc.ufmg.br Virgilio Almeida Federal University of Minas

More information

Understanding Factors that Affect Response Rates in Twitter

Understanding Factors that Affect Response Rates in Twitter Understanding Factors that Affect Resonse Rates in Twitter ABSTRACT Giovanni Comarela Federal University of Minas Gerais, Brazil giovannicomarela@dcc.ufmg.br Virgilio Almeida Federal University of Minas

More information

ON THE USE OF THE TDR TRIME-TUBE SYSTEM FOR PROFILING WATER CONTENT IN SOILS.

ON THE USE OF THE TDR TRIME-TUBE SYSTEM FOR PROFILING WATER CONTENT IN SOILS. ON THE USE OF THE TDR TRIME-TUBE SYSTEM FOR PROFILING WATER CONTENT IN SOILS. Jean-Paul Laurent, Pierre Ruelle 2, Laurent Delage 2, Nathalie Bréda 3, André Chanzy 4, Claude Chevallier 5 Laboratoire d'étude

More information

MODELLING OF MATERIAL BEHAVIOUR FOR INCONEL 718 SUPERALLOY USING EXPERIMENTAL DATA 1. INTRODUCTION

MODELLING OF MATERIAL BEHAVIOUR FOR INCONEL 718 SUPERALLOY USING EXPERIMENTAL DATA 1. INTRODUCTION Journal of Machine Engineering, Vol. 17, No. 3, 217 Received: 3 January 217 / Acceted: 1 June 217 / Published online: 28 Setember 217 modeling, machining, constitutive model Piotr NIESLONY 1* Wit GRZESIK

More information

WATER SUPPLY INTERRUPTION: DOES LENGTH MATTER? AN EMPIRICAL APPLICATION TO RESIDENTIAL USERS IN SEVILLE

WATER SUPPLY INTERRUPTION: DOES LENGTH MATTER? AN EMPIRICAL APPLICATION TO RESIDENTIAL USERS IN SEVILLE WATER SUPPLY INTERRUPTION: DOES LENGTH MATTER? AN EMPIRICAL APPLICATION TO RESIDENTIAL USERS IN SEVILLE Maria A. García-Valiñas a,b David Roibás a Abstract: EU Water Framework Directive leads to manage

More information

ARTICLE Maximizing the Power of Principal-Component Analysis of Correlated Phenotypes in Genome-wide Association Studies

ARTICLE Maximizing the Power of Principal-Component Analysis of Correlated Phenotypes in Genome-wide Association Studies ARTICLE Maximizing the Power of Princial-Comonent Analysis of Correlated Phenotyes in Genome-wide Association Studies Hugues Aschard, 1, * Bjarni J. Vilhjálmsson, 1, Nicolas Greliche, 3,4,5 Pierre-Emmanuel

More information

Copyright 2018 by Turbomachinery Laboratory, Texas A&M Engineering Experiment Station and Solar Turbines Incorporated

Copyright 2018 by Turbomachinery Laboratory, Texas A&M Engineering Experiment Station and Solar Turbines Incorporated GAS TURBINE PERFORMANCE AND MAINTENANCE Dr. Rainer Kurz is the Manager of Systems Analysis at Solar Turbines Incororated, in San Diego, California. His organization is resonsible for analyzing comression

More information

Web Service Composition Modeling Based on Pi Calculus Yang Yan1, LI Rong1, WANG Sai1

Web Service Composition Modeling Based on Pi Calculus Yang Yan1, LI Rong1, WANG Sai1 4th National Conference on Electrical, Electronics and Comuter Engineering (NCEECE 2015) Web Service Comosition Modeling Based on Pi Calculus Yang Yan1, LI Rong1, WANG Sai1 1. Comuter School, Central China

More information

DESIGN OF SC COMPOSITE WALLS FOR PROJECTILE IMPACT: LOCAL FAILURE

DESIGN OF SC COMPOSITE WALLS FOR PROJECTILE IMPACT: LOCAL FAILURE Transactions, SMiRT-22 DESIGN OF SC COMPOSITE WALLS FOR PROJECTILE IMPACT: LOCAL FAILURE Jakob C. Bruhl 1, Amit H. Varma 2, and William H. Johnson 3 1 Graduate Student, School of Civil Engineering, Purdue

More information

OPTIMUM ENERGY MANAGEMENT OF PEM FUEL CELL SYSTEMS BASED ON MODEL PREDICTIVE CONTROL

OPTIMUM ENERGY MANAGEMENT OF PEM FUEL CELL SYSTEMS BASED ON MODEL PREDICTIVE CONTROL E3S Web of Conferences 16 10003 (017) OPTIMUM ENERGY MANAGEMENT OF PEM FUEL CELL SYSTEMS BASED ON MODEL PREDICTIVE CONTROL Chrysovalantou Ziogou (1) Michael C. Georgiadis () Syros Voutetakis (1) Simira

More information

Challenges in Organic Farming and Marketing the Organic Products in Tamilnadu

Challenges in Organic Farming and Marketing the Organic Products in Tamilnadu DOI : 10.18843/ijms/v5i2(1)/19 DOI URL :htt://dx.doi.org/10.18843/ijms/v5i2(1)/19 in Organic Farming and Marketing the Organic Products in Tamilnadu Mr.K. Sivasubramania Deeak, Research Scholar, Deartment

More information

The Competitiveness Impacts of Climate Change Mitigation Policies

The Competitiveness Impacts of Climate Change Mitigation Policies The Cometitiveness Imacts of Climate Change Mitigation Policies Joseh E. Aldy Harvard Kennedy School William A. Pizer Duke University and NBER 2011 M-RCBG Faculty Working Paer No. 2011-13 Mossavar-Rahmani

More information

Size independence of UHPC ductility

Size independence of UHPC ductility Size indeendence of UHPC ductility E. Chuang & F.J. Ulm Massachusetts Institute of Technology, Cambridge, Massachusetts, U.S.A. ABSTRACT: This aer examines the size effects in UHPC tensile behavior. It

More information

The study of knowledge transfer and green management performance in green supply chain management

The study of knowledge transfer and green management performance in green supply chain management African Journal of Business Management Vol.4 (1),. 044-048, January, 2010 Available online at htt://www.academicjournals.org/ajbm ISSN 1993-8233 2010 Academic Journals Full Length Research Paer The study

More information

The Maximal Damage Paradigm in Antitrust Regulation: Is it Something New?

The Maximal Damage Paradigm in Antitrust Regulation: Is it Something New? The Maximal Damage Paradigm in Antitrust Regulation: Is it Something New? It is well known that cartels are harmful for consumers. To counteract cartels, cartel formation is by law an economic crime with

More information

Risk Management of Chlor-Alkali Industry based on CVaR

Risk Management of Chlor-Alkali Industry based on CVaR Proceedings of the Intertiol MultiConference of Engineers and Comuter Scientists 2017 Vol II,, March 15-17, 2017, Hong Kong Risk Magement of Chlor-Alkali Industry based on CVaR Dong Chen, Tomohiro Murata

More information

Incorporation of Inconel-718 material test data into material model input parameters for *MAT_224

Incorporation of Inconel-718 material test data into material model input parameters for *MAT_224 14 th International LS-DYNA Users Conference Session: Aerosace Incororation of Inconel-718 material test data into material model inut arameters for *MAT_224 Stefano Dolci 1, Kelly Carney 1, Leyu Wang

More information

Quantity Uncertainty and Demand: The Case of Water Smart Reader Ownership. Aaron Strong and Christopher Goemans. May 2012.

Quantity Uncertainty and Demand: The Case of Water Smart Reader Ownership. Aaron Strong and Christopher Goemans. May 2012. Quantity Uncertainty and Demand: The Case of Water Smart Reader Onershi Aaron Strong and Christoher Goemans May 2012 Abstract: There are a number of instances hen consumers have imerfect information regarding

More information

OPEN DATA DEVELOPMENT OF COUNTRIES: GLOBAL STATUS AND TRENDS. Esmeralda Florez Ramos

OPEN DATA DEVELOPMENT OF COUNTRIES: GLOBAL STATUS AND TRENDS. Esmeralda Florez Ramos OPEN DATA DEVELOPMENT OF COUNTRIES: GLOBAL STATUS AND TRENDS Esmeralda Florez Ramos Technische Universität Berlin, Faculty of Economics and Management, Chair of Innovation Economics Fraunhofer Institute

More information

The Competitiveness Impacts of Climate Change Mitigation Policies

The Competitiveness Impacts of Climate Change Mitigation Policies The Cometitiveness Imacts of Climate Change Mitigation Policies The Harvard community has made this article oenly available. Please share how this access benefits you. Your story matters Citation Aldy,

More information

Price Discrimination in the Digital Economy*

Price Discrimination in the Digital Economy* Price Discrimination in the Digital Economy Drew Fudenberg (Harvard University) J. Miguel Villas-Boas (University of California, Berkeley) May 2012 ABSTRACT With the develoments in information technology

More information

Reputation Based Buyer Strategy For Seller Selection For Both Frequent and Infrequent Purchases

Reputation Based Buyer Strategy For Seller Selection For Both Frequent and Infrequent Purchases Reutation Based Buyer Strategy For Seller Selection For Both Frequent and Infrequent Purchases Abstr. Previous research in the area of buyer strategies for choosing sellers in ecommerce markets has focused

More information