[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming

An important thing about USL...

Ramine

4/12/2016 10:39:00 PM

Hello,


We have to be smart please..

If you take a look at the help file of the USL R package here:

https://cran.r-project.org/web/packages/u...

And if you take a look at this R program from Dr Gunther
the author of USL:

http://www.perfdynamics.com/Classes/Materials...


You will notice that they are using nonlinear regression
to predict scalability, but when you are using
nonlinear regression it can give different coefficients
from those of the polynomial regression that gives the right
coefficients, so this is a limitation in the nonlinear regression
method, so i have implemented my USL programs using polynomial
regression and this gives the right coefficients Alpha and Beta.

So now i think that my USL programs are stable and more robust.

You can download the new version 2.8 of my programs from:

https://sites.google.com/site/aminer68/universal-scalability-law-for-delphi-and-...



Thank you,
Amine Moulay Ramdane.