comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Logistic model in COMFIT function
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Logistic model in COMFIT function [message #93813 is a reply to message #93810] Wed, 26 October 2016 07:24 Go to previous messageGo to previous message
Dick Jackson is currently offline  Dick Jackson
Messages: 347
Registered: August 1998
Senior Member
On Tuesday, 25 October 2016 13:37:22 UTC-7, bedro...@gmail.com wrote:
> Hi,
>
> I am currently using the logistic model in COMFIT. The results are good; however, when I read the equation IDL uses for logistic model, I got confused. The equation is: y=1/(a0a1^x+a2). I can not understand why a0 and a1 are necessary? They can be combined as one empirical parameter. How does each of the empirical parameter work in this IDL function?
>
> If you can provide any thought, I will greatly appreciate.
>
> Thank you.
>
> Sincerely,
> Nick

Hi Nick,

To make that equation clearer, to show the order of operations when it is evaluated (exponents before multiplication), it could be written as:

y = 1 / ( ( a0 * (a1^x) ) + a2 )

Does that help to show how a0 and a1 are quite distinct?

Cheers,
-Dick

Dick Jackson Software Consulting Inc.
Victoria, BC, Canada --- http://www.d-jackson.com
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: for loop problem for beginner
Next Topic: Smoothing Spline -- any existing efficient routines?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 17:54:25 PDT 2025

Total time taken to generate the page: 0.00179 seconds