cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Need help regarding regression analysis

engr_mkhalid
4-Participant

Need help regarding regression analysis

Hi everyone,

I m working on a small project. I’m trying to determine rainfall intensity using 3rd degree polynomial equation and regression analysis on MathCAD prime 8.0. If anyone can help me out I will be really thankful.

I am attaching a word file for reference.

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

You correctly calculated the coefficients for the third order polynomials in ln(x), but you never used them!
You can define a function as seen in the pic below. Furthermore I used the if-function to force the horizontal line for the first five minutes as seen in he Word document.
Of course you can do so for all six functions and plot them all in one plot.

Werner_E_0-1679758589679.png

 

As for R.h1  -  both ways you tried are correct apart from using the wrong "=" in the solve block. You have to use the Boolean / comparison = and not the assignment ":=".

 

The use of the symbolic "solve" command fails, because the third party symbolic is not as good integrated into Prime as we would wish. The symbolics does not know anything about units and you can see in the result that units are not labelled correctly - thy should be bold and blue but as can be seen they are black (variables). If you try to evaluate that expression by following the symbolic evaluation with a numeric evaluation ("=") you get an error, because the numerics does not know the variables (which actually should be units). There is a calculation option you should turn on:

Werner_E_0-1679751720471.png
Sometimes it helps, but in your case it doesn't.

EDIT: Looks I made a mistake in the first place when I tried. Now that I turned on this option once again for the screenshot, assigning the result to a variable and numerically evaluating it worked OK. So turning on this option seems to have done the job,

Werner_E_6-1679752837617.png

 

Nevertheless its usually not that good an idea to use symbolics when you actually are not looking for a symbolic result but just for a numeric value.

So using the solve block sure should be an option. What you did wrong was using the wrong "equal" as described above and the second error was that you did not provide a correct unit for the guess value.

Werner_E_1-1679752205874.png

 

Another option (my preferred one) is to use the "root" function.

You can do this by providing a guess value

Werner_E_2-1679752413869.png
Oooops, unfortunately we get a tiny imaginary part which should not be there. We could cope with it by just taking the absolute value or just the real part.

Werner_E_4-1679752587122.png

 

Using the root-function by providing a range within the solution should be looked for seems to make a better job:

Werner_E_5-1679752677640.png

 

As I was using Prime 9 I don't attach the file as you would not be able to open it with P8.
But I guess that the pictures would suffice.

 

EDIT: Turned the sheet into Prime 6 format so you should be able to open it.
The symbolics used in Prime 6 is the same as in Prime 9, but nonetheless the result is different as P6 would return two solutions which differ in the sign.

 

Werner_E_1-1679761942070.png

Furthermore the symboilcs in P6 does not has the labelling problem I experienced even it the aforementioned option is not turned on.

I used a shorter (but a lot more inefficient) approach to do the plots:

Werner_E_2-1679762106239.png

 

 

 

View solution in original post

5 REPLIES 5

You definitely should attach your Mathcad or Prime worksheet to show what you have done so far, what you are trying to achieve and where yo got stuck.

engr_mkhalid
4-Participant
(To:Werner_E)

Thank you Werner_E for your quick response. Here is a MathCAD Prime 8.0 file. As the document says find the R2 value and trendline expression corresponding to each return period. I don't know if the graphs that I have developed in the Mathcad file are correct or not also from where I get the R2 value. Sorry if this is a very basic thing as I am new to using Mathcad. Basically, I'm stuck from points 3 to 5.

You correctly calculated the coefficients for the third order polynomials in ln(x), but you never used them!
You can define a function as seen in the pic below. Furthermore I used the if-function to force the horizontal line for the first five minutes as seen in he Word document.
Of course you can do so for all six functions and plot them all in one plot.

Werner_E_0-1679758589679.png

 

As for R.h1  -  both ways you tried are correct apart from using the wrong "=" in the solve block. You have to use the Boolean / comparison = and not the assignment ":=".

 

The use of the symbolic "solve" command fails, because the third party symbolic is not as good integrated into Prime as we would wish. The symbolics does not know anything about units and you can see in the result that units are not labelled correctly - thy should be bold and blue but as can be seen they are black (variables). If you try to evaluate that expression by following the symbolic evaluation with a numeric evaluation ("=") you get an error, because the numerics does not know the variables (which actually should be units). There is a calculation option you should turn on:

Werner_E_0-1679751720471.png
Sometimes it helps, but in your case it doesn't.

EDIT: Looks I made a mistake in the first place when I tried. Now that I turned on this option once again for the screenshot, assigning the result to a variable and numerically evaluating it worked OK. So turning on this option seems to have done the job,

Werner_E_6-1679752837617.png

 

Nevertheless its usually not that good an idea to use symbolics when you actually are not looking for a symbolic result but just for a numeric value.

So using the solve block sure should be an option. What you did wrong was using the wrong "equal" as described above and the second error was that you did not provide a correct unit for the guess value.

Werner_E_1-1679752205874.png

 

Another option (my preferred one) is to use the "root" function.

You can do this by providing a guess value

Werner_E_2-1679752413869.png
Oooops, unfortunately we get a tiny imaginary part which should not be there. We could cope with it by just taking the absolute value or just the real part.

Werner_E_4-1679752587122.png

 

Using the root-function by providing a range within the solution should be looked for seems to make a better job:

Werner_E_5-1679752677640.png

 

As I was using Prime 9 I don't attach the file as you would not be able to open it with P8.
But I guess that the pictures would suffice.

 

EDIT: Turned the sheet into Prime 6 format so you should be able to open it.
The symbolics used in Prime 6 is the same as in Prime 9, but nonetheless the result is different as P6 would return two solutions which differ in the sign.

 

Werner_E_1-1679761942070.png

Furthermore the symboilcs in P6 does not has the labelling problem I experienced even it the aforementioned option is not turned on.

I used a shorter (but a lot more inefficient) approach to do the plots:

Werner_E_2-1679762106239.png

 

 

 

engr_mkhalid
4-Participant
(To:Werner_E)

Thank you so much Werner_E, I m learning a lot from this.

LucMeekes
23-Emerald III
(To:engr_mkhalid)

In addition to what Werner showed, you can also first symbolically solve the equation, and then provide the numerical data, as in:

LucMeekes_0-1679768689275.png

Especially if you have a number of cases where there are only differences in values of a, A1, n, Q1 and/or S, just plug in the right values.

 

Success!
Luc

Top Tags