About USL Scalability Modeling with Three Parameters
2 views
Skip to first unread message
Sky89
unread,
Jul 18, 2018, 2:15:30 PM7/18/18
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello..
Read this:
About USL Scalability Modeling with Three Parameters
As you have noticed i have implemented Universal Scalability Law for
Delphi and FreePascal, and i have also included the executable programs
inside the zip file, you can download it from:
Here is the function: (x)*k /(1 + (n* (x -1))+ (m * x * (x -1)))
And here is the partial derivatives that you have to pass
the nonlinear regression solver:
And you have to solve with the order of integration that is k
And you have to solve with the order of integration that is n
And you have to solve with the order of integration that is m
After that you will get your partial derivatives functions that i will
pass to my nonlinear regression solver, so i am actually upgrading
my USL for Delphi and FreePascal to support USL with the three Parameters
So stay tuned ! i will soon bring you the updated version of my
USL that will use three parameters for Windows and Linux and that will
contain the executable programs for Window and for Linux.
Thank you,
Amine Moulay Ramdane.
Sky89
unread,
Jul 18, 2018, 2:35:39 PM7/18/18
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello..
Read this:
I correct a typo:
Here is the USL function with three parameters that you have to solve
with the partial derivatives calculator: