1 Quantitative Methods Major Project 1. Instructions 1) This is an individual assignment. 2) The maximum score is 50 points. 3) All numerical analysis, all tables and figures need to be done using...

See the documents


1 Quantitative Methods Major Project 1. Instructions 1) This is an individual assignment. 2) The maximum score is 50 points. 3) All numerical analysis, all tables and figures need to be done using Excel or Stata. 4) Please retain your Stata code and Excel file and make sure that they are user-friendly (use comments where necessary). Using your submitted analysis file, one should be able to produce all your results, tables, and figures. 5) The presentation of your write-up is important. Poorly presented work may result in loss of marks (up to 20 marks out of 50). 6) Please retain a copy of the project that is submitted. 7) You would need to submit: a) Excel file with analysis (if you use it) b) the report (in doc, docx, or pdf format) with ‘Assignment Cover Sheet’, which must be signed (electronic signature is okay) and dated before submission; the report should be properly formatted and be similar to business report. 8) Lecturer can refuse to accept assignments, which do not have a signed acknowledgment of the University’s policy on plagiarism. 9. You must acknowledge any external material you use in your answers, e.g., material from websites, textbooks, academic journals and newspaper articles. 10. All queries for this project should be directed to Lecturer. 2 2. Agenda Assume that now it is the end of March 2018, and you are a real estate consultant in Melbourne. The Melbourne real estate data for the 2016-2018 period was downloaded from the following website: https://www.kaggle.com/anthonypino/melbourne-housing-market. The data set includes the following variables: Variable Description Suburb Suburb Address Address Rooms Number of bedrooms Type H - House; U - Unit; T - Townhouse Price Price in Australian dollars Method Sale method: PI - property passed in (property not sold yet); S - property sold in auction; SA - sold after auction; SP - property sold prior; VB - vendor bid (property not sold yet) PN - sold prior not disclosed; SN - sold not disclosed; NB - no bid (property not sold yet); W - withdrawn prior to auction (property not sold yet). SellerG Real estate agent Date Date sold Distance Distance from CBD in Kilometres Postcode Postcode Bedroom2 Number of bedrooms Bathroom Number of bathrooms Car Number of car spots Landsize Land size in sq. metres BuildingArea Building size in sq. metres YearBuilt Year the house was built CouncilArea Governing council for the area Lattitude Latitude Longtitude Longitude Regionname General region (West, North West, North, North East etc.) Propertycount Number of properties that exist in the suburb Given that there are two variables for the number of rooms (Rooms and Bedroom2), please use Rooms in the analysis and ignore Bedroom2. You got a client who would like to better understand real estate market and purchase the property. Your tasks are listed below. https://www.kaggle.com/anthonypino/melbourne-housing-market 3 Task #1: Market conditions (7 points) Your client would like to know more about the market conditions about the real estate market in Melbourne (including all suburbs). Please provide the time series graphs for quarterly sale volume (the number of sold properties) as well as mean and median sold price for the 2016- 2018 period. Has the average property price increased in the first quarter of 2018 compared to the last quarter of 2017? Have the mean and median property price increased in the first quarter of 2018 compared to the first quarter of 2017? Which measure (mean or median) is more suitable to use to describe the property price evolution? Discuss the results, including the limitations of the tests. Task #2: Descriptive statistics (7 points) Discuss briefly your sample, including the number of observations, outliers. Provide the descriptive statistics of the sample. How you choose to do this is entirely at your discretion. However, it is recommended that you consider using both summary statistic and graphical methods while also noting any peculiarities within the data set. In addition, your client would like to see:  the histogram of the sold price for the entire sample1  and the histograms of sold price for the year 2016 and the year 2017 on the same figure. Task #3: Property price estimation (13 points) Your client would like to purchase the following property:  Suburb: Balwyn North  Distance: 9.2  Rooms: 4  Type: House  Car: 2  Bathroom: 3  Landsize: 700  BuildingArea: 220. You are expected to build a regression model of house prices. In doing so, make sure that you use an appropriate number of predictors to develop your estimates. Once you have constructed an appropriate model, use it to obtain:  A point prediction of the expected property price 1 You may refer to the textbook on how to determine the optimal bin width. 4  A 90% interval prediction for this price. Discuss the significance of the independent variables in your model. Suppose your client is flexible and he can drop the requirement for house are to be 220 sq. meters. Please compute:  A point prediction of the expected property price  A 90% interval prediction for this price. Compare the obtained results with the previous findings. Your client’s friend is a builder, and he told your client that it is possible to extend a 3-bedroom house to a 4-bedroom house for $150,000. Would you recommend your client to buy a 3- bedroom house and then renovate it rather than to buy a 4-bedroom house (assuming that after renovation the 3-bedroom house will become equivalent to a 4-bedroom house)? Your client expects that property price increases with the number of rooms (controlling for many other factors) and would like to know whether this positive relation is impacted by the number of bathrooms. Task #4: Hypothesis testing (7 points) You client hear that property prices in Brighton are higher than in Balwyn North. Develop the appropriate hypotheses and test them using t-test and regression analysis. Discuss the results. Task #5: Buying property (9 points) Your client would like to know whether property price depends on the sale method. Would you recommend your client to purchase property prior to the auction, or in the auction, or after the auction, given the empirical data? Your client has been told that large real estate agencies are able to sell properties at higher prices. You are asked to check this statement. Assume the following agent types:  big (market share over the sample period in terms of number of sold properties >= 6%)  medium (1% <= market="" share="" over="" the="" sample="" period="" in="" terms="" of="" number="" of="" sold="" properties="">< 6%),="" and="" ="" small="" (market="" share="" over="" the="" sample="" period="" in="" terms="" of="" number="" of="" sold="" properties="">< 1%). would you recommend your client to take into account the agent type when buying the property? task #6: limitations of the analysis (7 points) discuss the limitations of the analysis and how they affect your recommendations to your client. 5 additional information our sample is likely to contain missing values, outliers and be subject to other imperfections. you may need to consider them prior to starting the analysis. further, the sample includes properties that were not sold. you should drop those observations. to ensure that regression residuals “behave well,” you may need to scale or transform one or more variables. for example, to use a natural logarithm value of the variable instead of its raw value. good luck! suburb,address,rooms,type,price,method,sellerg,date,distance,postcode,bedroom2,bathroom,car,landsize,buildingarea,yearbuilt,councilarea,lattitude,longtitude,regionname,propertycount abbotsford,68 studley st,2,h,,ss,jellis,3/09/2016,2.5,3067,2,1,1,126,,,yarra city council,-37.8014,144.9958,northern metropolitan,4019 abbotsford,85 turner st,2,h,1480000,s,biggin,3/12/2016,2.5,3067,2,1,1,202,,,yarra city council,-37.7996,144.9984,northern metropolitan,4019 abbotsford,25 bloomburg st,2,h,1035000,s,biggin,4/02/2016,2.5,3067,2,1,0,156,79,1900,yarra city council,-37.8079,144.9934,northern metropolitan,4019 abbotsford,18/659 victoria st,3,u,,vb,rounds,4/02/2016,2.5,3067,3,2,1,0,,,yarra city council,-37.8114,145.0116,northern metropolitan,4019 abbotsford,5 charles st,3,h,1465000,sp,biggin,4/03/2017,2.5,3067,3,2,0,134,150,1900,yarra city council,-37.8093,144.9944,northern metropolitan,4019 abbotsford,40 federation la,3,h,850000,pi,biggin,4/03/2017,2.5,3067,3,2,1,94,,,yarra city council,-37.7969,144.9969,northern metropolitan,4019 abbotsford,55a park st,4,h,1600000,vb,nelson,4/06/2016,2.5,3067,3,1,2,120,142,2014,yarra city council,-37.8072,144.9941,northern metropolitan,4019 abbotsford,16 maugie st,4,h,,sn,nelson,6/08/2016,2.5,3067,3,2,2,400,220,2006,yarra city council,-37.7965,144.9965,northern metropolitan,4019 abbotsford,53 turner st,2,h,,s,biggin,6/08/2016,2.5,3067,4,1,2,201,,1900,yarra city council,-37.7995,144.9974,northern metropolitan,4019 abbotsford,99 turner st,2,h,,s,collins,6/08/2016,2.5,3067,3,2,1,202,,1900,yarra city council,-37.7996,144.9989,northern metropolitan,4019 abbotsford,129 charles st,2,h,941000,s,jellis,7/05/2016,2.5,3067,2,1,0,181,,,yarra city council,-37.8041,144.9953,northern metropolitan,4019 abbotsford,124 yarra st,3,h,1876000,s,nelson,7/05/2016,2.5,3067,4,2,0,245,210,1910,yarra city council,-37.8024,144.9993,northern metropolitan,4019 abbotsford,121/56 nicholson st,2,u,,pi,biggin,7/11/2016,2.5,3067,2,2,1,4292,82,2009,yarra city council,-37.8078,144.9965,northern metropolitan,4019 abbotsford,17 raphael st,4,h,,w,biggin,7/11/2016,2.5,3067,6,2,0,230,147,1860,yarra city council,-37.8066,144.9936,northern metropolitan,4019 abbotsford,98 charles st,2,h,1636000,s,nelson,8/10/2016,2.5,3067,2,1,2,256,107,1890,yarra city council,-37.806,144.9954,northern metropolitan,4019 abbotsford,217 langridge st,3,h,1000000,s,jellis,8/10/2016,2.5,3067,,,,,,,yarra city council,,,northern metropolitan,4019 abbotsford,18a mollison st,2,t,745000,s,jellis,8/10/2016,2.5,3067,,,,,,,yarra city council,,,northern metropolitan,4019 abbotsford,6/241 nicholson st,1,u,300000,s,biggin,8/10/2016,2.5,3067,1,1,1,0,,,yarra city council,-37.8008,144.9973,northern metropolitan,4019 abbotsford,10 valiant st,2,h,1097000,s,biggin,8/10/2016,2.5,3067,3 1%).="" would="" you="" recommend="" your="" client="" to="" take="" into="" account="" the="" agent="" type="" when="" buying="" the="" property?="" task="" #6:="" limitations="" of="" the="" analysis="" (7="" points)="" discuss="" the="" limitations="" of="" the="" analysis="" and="" how="" they="" affect="" your="" recommendations="" to="" your="" client.="" 5="" additional="" information="" our="" sample="" is="" likely="" to="" contain="" missing="" values,="" outliers="" and="" be="" subject="" to="" other="" imperfections.="" you="" may="" need="" to="" consider="" them="" prior="" to="" starting="" the="" analysis.="" further,="" the="" sample="" includes="" properties="" that="" were="" not="" sold.="" you="" should="" drop="" those="" observations.="" to="" ensure="" that="" regression="" residuals="" “behave="" well,”="" you="" may="" need="" to="" scale="" or="" transform="" one="" or="" more="" variables.="" for="" example,="" to="" use="" a="" natural="" logarithm="" value="" of="" the="" variable="" instead="" of="" its="" raw="" value.="" good="" luck!="" suburb,address,rooms,type,price,method,sellerg,date,distance,postcode,bedroom2,bathroom,car,landsize,buildingarea,yearbuilt,councilarea,lattitude,longtitude,regionname,propertycount="" abbotsford,68="" studley="" st,2,h,,ss,jellis,3/09/2016,2.5,3067,2,1,1,126,,,yarra="" city="" council,-37.8014,144.9958,northern="" metropolitan,4019="" abbotsford,85="" turner="" st,2,h,1480000,s,biggin,3/12/2016,2.5,3067,2,1,1,202,,,yarra="" city="" council,-37.7996,144.9984,northern="" metropolitan,4019="" abbotsford,25="" bloomburg="" st,2,h,1035000,s,biggin,4/02/2016,2.5,3067,2,1,0,156,79,1900,yarra="" city="" council,-37.8079,144.9934,northern="" metropolitan,4019="" abbotsford,18/659="" victoria="" st,3,u,,vb,rounds,4/02/2016,2.5,3067,3,2,1,0,,,yarra="" city="" council,-37.8114,145.0116,northern="" metropolitan,4019="" abbotsford,5="" charles="" st,3,h,1465000,sp,biggin,4/03/2017,2.5,3067,3,2,0,134,150,1900,yarra="" city="" council,-37.8093,144.9944,northern="" metropolitan,4019="" abbotsford,40="" federation="" la,3,h,850000,pi,biggin,4/03/2017,2.5,3067,3,2,1,94,,,yarra="" city="" council,-37.7969,144.9969,northern="" metropolitan,4019="" abbotsford,55a="" park="" st,4,h,1600000,vb,nelson,4/06/2016,2.5,3067,3,1,2,120,142,2014,yarra="" city="" council,-37.8072,144.9941,northern="" metropolitan,4019="" abbotsford,16="" maugie="" st,4,h,,sn,nelson,6/08/2016,2.5,3067,3,2,2,400,220,2006,yarra="" city="" council,-37.7965,144.9965,northern="" metropolitan,4019="" abbotsford,53="" turner="" st,2,h,,s,biggin,6/08/2016,2.5,3067,4,1,2,201,,1900,yarra="" city="" council,-37.7995,144.9974,northern="" metropolitan,4019="" abbotsford,99="" turner="" st,2,h,,s,collins,6/08/2016,2.5,3067,3,2,1,202,,1900,yarra="" city="" council,-37.7996,144.9989,northern="" metropolitan,4019="" abbotsford,129="" charles="" st,2,h,941000,s,jellis,7/05/2016,2.5,3067,2,1,0,181,,,yarra="" city="" council,-37.8041,144.9953,northern="" metropolitan,4019="" abbotsford,124="" yarra="" st,3,h,1876000,s,nelson,7/05/2016,2.5,3067,4,2,0,245,210,1910,yarra="" city="" council,-37.8024,144.9993,northern="" metropolitan,4019="" abbotsford,121/56="" nicholson="" st,2,u,,pi,biggin,7/11/2016,2.5,3067,2,2,1,4292,82,2009,yarra="" city="" council,-37.8078,144.9965,northern="" metropolitan,4019="" abbotsford,17="" raphael="" st,4,h,,w,biggin,7/11/2016,2.5,3067,6,2,0,230,147,1860,yarra="" city="" council,-37.8066,144.9936,northern="" metropolitan,4019="" abbotsford,98="" charles="" st,2,h,1636000,s,nelson,8/10/2016,2.5,3067,2,1,2,256,107,1890,yarra="" city="" council,-37.806,144.9954,northern="" metropolitan,4019="" abbotsford,217="" langridge="" st,3,h,1000000,s,jellis,8/10/2016,2.5,3067,,,,,,,yarra="" city="" council,,,northern="" metropolitan,4019="" abbotsford,18a="" mollison="" st,2,t,745000,s,jellis,8/10/2016,2.5,3067,,,,,,,yarra="" city="" council,,,northern="" metropolitan,4019="" abbotsford,6/241="" nicholson="" st,1,u,300000,s,biggin,8/10/2016,2.5,3067,1,1,1,0,,,yarra="" city="" council,-37.8008,144.9973,northern="" metropolitan,4019="" abbotsford,10="" valiant="">
May 17, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here