marellasunny said:
In your paper, you say one is given another function g(x) in addition to the fitting function y(x). What is g(x), and how does one arrive at it?(page 3)
In the differential equation which we have to fit to given data ( see the first equation on top of page 4), some functions are likely to be present. g(x) is one of them. Possibly, g(x)=1 or g(x)=0. So g(x) is a known function.
marellasunny said:
How do you arrive at S_k in page 3. What is this mathematical procedure termed as?
I guess T_k is also similar to S_k and used in the integral equation. What are they termed as in mathematics?
Since your equation is purely a differential equation, there is no integral term in it. As a consequence S_k doesn’t exist in your case and you don’t need to compute it.
Same answer about T_k which is another notation of SS_k
marellasunny said:
I understand that the aim of this paper is the to eliminate the need of recursive iteration process in nonlinear regression,which intern means this method eliminates the need to choose an initial condition as close to the real solution as possible. Am I right?
Quite right. In fact, the aim of the paper is to show how one can transform a non-linear regression problem into a linear regression problem (not always, but in some cases). Since a linear regression doesn’t need recursive process, the consequence is that the transformed non-linear regression non longer needs a recursive process. That is an advantage of the method, but there are some drawbacks.
marellasunny said:
Could you send me a program code and I could have a more visual understanding.
Several examples of very simple algorithms are shown page 7, 17, 19. One can easily write them in program code. These examples correspond to the cases of integral equations. On can understand what are the similar algorithms in cases of differential equations ( i.e. : computation of D_k instead of S_k , page 3).
I have no ready made code in case of differential equations because, in practice, I mainly treated some cases of integral equations. As it is explained in the paper (with an example page 27), the method is more reliable for the fitting of the integral equations than for the fitting of the differential equations.