Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Homework Help/Study Tips Expert

Real world Analytics Assignment -

This assignment assesses :

  • Apply the concepts of multivariate functions to summarise datasets.
  • Analyse datasets by interpreting model and function parameters of important families of multivariate functions.
  • Transform a real-life problem into a mathematical model.
  • Apply linear programming concepts to make optimal decisions.
  • Obtain optimal solutions for quantities that are either continuous or discrete.

Part A: Analysis of Energy Efficiency Dataset for Buildings

Description: In order to design energy efficient buildings, the computation of the Heating Load (HL) and the Cooling Load (CL) is required to determine the specifications of the heating and cooling equipment needed to maintain comfortable indoor air conditions. Energy simulation tools are widely used to analyse or forecast building energy consumption. The Dataset provides energy analysis of Heating Load (denoted as Y1) and the Cooling Load (denoted as Y2) using 768 building shapes that are simulated using a building simulator. Select one of Y1 or Y2 as your variable of interest and focus the analysis on this variable. The dataset comprises 5 features (variables), which are denoted as X1, X2, X3, X4, X5. The description of the variables is given below:

X1: Relative compactness in percentage (expressed in decimals) - A measure of building compactness. A high value means highly compact.

X2: Surface area in square metres

X3: Wall area in square metres

X4: Roof area in square metres

X5: Overall height in metres

Y1: Heating load in kWh.m-2 per annum

Y2: Cooling load in kWh.m-2 per annum

Tasks: 1. Understand the data

(i) Download the txt file (ENB18data.txt) from CloudDeakin and save it to your R working directory.

(ii) Assign the data to a matrix, e.g. using the.data <- as.matrix(read.table("ENB18data.txt"))

(iii) Decide whether you would like to investigate Heating Load (Y1) or Cooling Load (Y2). This is your variable of interest. Generate a subset of 300 data, e.g. using:

To investigate Heating Load Y1: my.data <- the.data[sample(1:768,300),c(1:5,6)]

To investigate Cooling Load Y2: my.data <- the.data[sample(1:768,300),c(1:5,7)]

(iv) Using scatter-plots and histograms, report on the general relationship between each of the variables X1,X2, X3, X4 and X5 and your variable of interest Y1 (heating load) or Y2 (cooling load). Include a scatter plot for each of the variables X1, X2, X3, X4, X5 and your variable of interest Y1 or Y2. Include a histogram for X1, X2,...,X5, and Y1 or Y2. Include 1 or 2 sentences about the relationships and distributions.

2. Transform the data

(i) Choose any four from the first five variables X1, X2, X3, X4, X5.

Make appropriate transformations to the variables (including Y1 or Y2) so that the values can be aggregated in order to predict the variable of interest (your selected Heating Load Y1, or cooling load Y2). The transformations should reflect the general relationship between each of the four variables and the variable of interest. Assign your transformed data along with your transformed variable of interest to an array (it should be 300 rows and 5 columns). Save it to a txt file titled "name-transformed.txt" using write.table(your.data,"name-transformed.txt",)

(ii) Briefly explain each transformation for your selected variables and the variable of interest Y1 or Y2. (1- 2 sentences each).

3. Build models and investigate the importance of each variable.

(i) Download the AggWaFit.R file (from CloudDeakin) to your working directory and load into the R workspace using, source("AggWaFit718.R")

(ii) Use the fitting functions to learn the parameters for

  • Weighted arithmetic mean (WAM),
  • Weighted power means (PM) with p = 0:5, and p = 2,
  • Ordered weighted averaging function (OWA), and
  • Choquet integral.

(iii) Include two tables in your report - one with the error measures (RMSE, Av.abs error, Pearson correlation, Spearman correlation) and one summarising the weights/parameters that were learned for your data.

iv) Compare and interpret the data in your tables. Be sure to comment on:

(a) How good the model is,

(b) The importance of each of the variables (the four variables that you have selected),

(c) Any interaction between any of those variables (are they complementary or redundant?)

(d) Better models favour higher or lower inputs (1-2 paragraphs for part (iv)).

4. Use your model for prediction.

(i) Using your best fitting model, predict the Heating Load Y1 or the Cooling Load Y2 for the following input: X1=0.82, X2=612.5, X3=318.5, X4=147, X5=7.

Give your result and comment on whether you think it is reasonable. (1-2 sentences).

(ii) Comment generally on the ideal conditions (in terms of your 4 variables) under which a low heating or cooling load will occur. (1-2 sentences)

For this part, your submission should include:

1. A report (created in any word processor), covering all of the items in above. With plots and tables it should only be 2 - 3 pages.

2. A data file named \name-transformed.txt" (where 'name' is replaced with your name - you can use your surname or first name - just to help us distinguish them!).

3. R code file, (that you have written to produce your results) named "name-code.R", where name is your name;

Part B: Optimisation

1. A food factory is making a special Juice for a customer from mixing two different existing products JA and JB. The compositions of JA and JB and prices ($/1) are given as follows,

 

Amount (1) in /100 1 of JA and JB

 

 

Carrot

Orange

Apple

Cost ($/1)

JA

4

6

3

6

JB

8

3

6

5

The customer requires that there must be at least 3.5 litres Orange and at least 4 litres of Apple concentrate per 100 litres of the Juice respectively, but no more than 6 litres of Carrot concentrate per 100 litres of Juice. The customer needs at least 50 litres of Juice per week.

a) Formulate a Linear Programming (LP) model for the factory that minimises the total cost of producing the Juice while satisfying all constraints.

b) Use the graphical method to find the optimal solution. Show the feasible region and the optimal solution on the graph. Annotate all lines on your graph. What is the minimal cost for the product?

2. A factory makes three products (fabrics): Summer, Autumn, and Winter from three materials containing: Cotton, Wool and Viscose. The following table provides details on the sales price, production cost and purchase cost per ton of products and materials respectively.

 

Sales price

Production cost

 

Purchase price

Summer

$50

$4

Cotton

$30

Autumn

$55

$4

Wool

$45

Winter

$60

$5

Viscose

$40

The maximal demand (in tons) for each product, the minimum cotton and wool proportion in each product is as follows.

 

Demand

min Cotton proportion

min Wool proportion

Summer

4500

60%

30%

Autumn

4000

60%

30%

Winter

3800

40%

50%

Formulate a LP model for the factory that maximises the profit, while satisfying the demand and the cotton and wool proportion constraints.

Solve the model using IBM ILOG CPLEX. What are the optimal profit and optimal values of the decision variables?

Attachment:- Assignment Files.rar

Homework Help/Study Tips, Others

  • Category:- Homework Help/Study Tips
  • Reference No.:- M92796600

Have any Question?


Related Questions in Homework Help/Study Tips

Promptthis paper is your first fieldwork assignment as an

Prompt This paper is your first fieldwork assignment as an ethnomusicologist-in-training: • Select and attend a live music performance in the Washington D.C./Maryland/Virginia area that involves at least two musicians. Y ...

This assessment task will assess the following learning

This assessment task will assess the following learning outcomes: - be able to describe the context of an information system. - be able to compare and contrast the different methodologies of systems analysis and evaluate ...

Question 1 what is zero based budgeting2 a companys annual

Question: 1. What is Zero based budgeting? 2. A company's annual sales budget is for 120,000 units, spread equally through the year. It needs to have one and three quarter's month stock at the end of each month. If openi ...

Assignment week 4 handling a project crisisyou are a

Assignment: Week 4 Handling a Project Crisis You are a project manager. During testing, a business user identifies a problem: the tested version lacks a fundamental capability that, as it turns out, was never identified. ...

What are the differences between a pleasant life an engaged

What are the differences between a pleasant life, an engaged life, and a meaningful life?

Question develop cooperative relationships with clients

Question: Develop cooperative relationships with clients when teaching concepts concerning pathological states to individuals and families Select one of the case studies below, and include discussion of your strategy for ...

Assignment week 3 project scheduling and documentationone

Assignment: Week 3 Project Scheduling and Documentation One of the most important documents in a project is the kickoff presentation. Because this document formally begins, or "kicks off," project development, it can onl ...

Every act of conscious learning requires the willingness to

Every act of conscious learning requires the willingness to suffer an injury to one's self-esteem. That is why young children, before they are aware of their own self-importance, learn so easily. ~Thomas Szasz Discussion ...

Question provide an in-depth discussion of the potential

Question : Provide an in-depth discussion of the potential shortcomings associated with each level of protection when there is improper monitoring, maintenance, and assessment of risk of systems and countermeasures imple ...

The way the teacher introduces and reinforces procedures

The way the teacher introduces and reinforces procedures, technology, and behavior expectations sets the stage for building the community within the classroom. When teachers have clear and consistent procedures and expec ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As