Creating a Function (Data Model) Based off Series of Data and Constants

flash_659

New Member
Joined
Sep 7, 2015
Messages
1
I've been given a university assignment where I am trying to predict corrosion rate based off moisture content for a buried pipe. The teacher wants a function based off corrosion rate (cr) (of which I have 130 values) and those 130 values corresponding moisture content (mc). These will also be a function of two constants; e and d10.

An example of the equation would be:

corrosion rate = x1 + x2 * mc + x3 * e + x4 *d10

Placing the known values into the equation gives:

corrosion rate = x1 + x2 * mc + x3 * 1.05 + x4 * 0.015

He has suggested using the Data Analysis ToolPak, which I have installed, but I have no idea were to begin.

I have linked the 130 values of corrosion rate and moisture content here: TinyUpload.com - best file hosting solution, with no limits, totaly free

If anyone could get me on the correct path I would really appreciate it.

Thanks in advance.
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
look up regression on wikipedia

then see what toolpak tools can help you

hint if the equation was of the form Y= mX + c you can find slope m and constant C
 
Upvote 0

Forum statistics

Threads
1,215,326
Messages
6,124,272
Members
449,149
Latest member
mwdbActuary

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top