Course Material

Stat Practice Problems

Syllabi

IMBA-Weekend-Course_Syllabus-AB-5500-v1 English-MBA-part10-Weekday-Course_Syllabus-BA-5500-v1 AMBA-part10-Weekday-Course_Syllabus-AB-5500-v1 FiRM-Course_Syllabus-BA-5501-v1 Ph.D. Business Multivariate BA5938 Syllabus 2018 BA8818 Financial Simulation SELECTED TOPICS IN BUSINESS    

Conference Presentations

Fraud Detection Model Knowledge Mining Seminar The Importance of Sampling NIDA Conference Telling a story with data Enhancing Students’ Learning Using Random Number Generation Art KMITL SLR Day 1 regression day 1 prob 1 examples for class KMITL note some will not cover especially if crossed out prob #101

FiRM Project

The project – more like homework as you can work together. Assignment. Select 10 timeframes (e.g. 1 timeframe could be the year 1999) and analyze 3 different tickers for each timeframe.  You must do this using a “for loop” for “looping” through the timeframes.  The analysis is simply descriptive statistics of the returns over that …

Online Exam Instructions

This video contains the instructions for the exam coming up at the end of May 2020. This was published on May 17 2020, and may get updated depending on feedback.

Prediction Profit Project

The Project: Your client is the marketing division within wireless phone operator (pretend DTAC). They wish to understand who their present customers are and they wish to increase market share. The way in which they wish to increase market share is by targeting potentially high revenue customers.  You will have to predict phone plantype and also predict phone …

Random Materials For Download

1 class multivariate review of basics 2 class multivariate regression and logistic regression 3 class multivariate presenting data

Survey Analysis Project

This assignment involves analyzing data from a survey of randomly selected people within Bangkok. The survey responses were simulated. The data is saved in a comma delimited file. You must analyze the data to answer the questions below. There is a dataset for each student. Use the last two digits of your student id# to select the data file. …

V.I.P. Customer Project

Group assignment for 2-3 students. Customer Profiling and Determining Customer value. Your client is a start up cable company. It has been in business for approximately one year. They offer cable TV channels and Cable (High-Speed) internet. You will pretend that you are from a consulting firm presenting to a client with very little or …

Platinum Project

Group assignment for 2-3 students. Your client is a small sized bank. It is considering to maintain its customer profile and upgrade its valuable customer to become a Platinum card holder. Think of yourself as a consultant who is to give an understanding to the bank/your client on who their present customers are and whom …

Prospect Customers Project

The Project: Your client is the marketing division within wireless phone operator (pretend DTAC). They wish to understand who their present customers are and they wish to increase market share. The way in which they wish to increase market share is by targeting potentially high phone usage customers. They are open to additional suggestions. You will be given the …

Stat Practice Problems PDF

Virtually infinite number of statistics practice problems using random number generation. Download PDF:  Statistics Exercises By Arthur    

Sample R Code for FiRM

#for loops – read.csv read.table etc #source a file t.test rnorm, etc. #glm #get.hist.quote wdir=”D: Rnw to Latex for FiRM ” setwd(wdir) #this sets the working directory to my flashdrive for (u in 1:10){print(u)} if (!require(BatchGetSymbols)) install.packages(‘BatchGetSymbols’) if(!require(psych)){install.packages(“psych”)} if(!require(DescTools)){install.packages(“DescTools”)} if(!require(Rmisc)){install.packages(“Rmisc”)} if(!require(FSA)){install.packages(“FSA”)} if(!require(plyr)){install.packages(“plyr”)} if(!require(boot)){install.packages(“boot”)} library(BatchGetSymbols) #library(quantmod) #library(ggplot2) #library(psych)