I haven't looked into either myself, but the two most common answers to alternative array manipulations are:
Osaka DLL http://www.amibroker.org/3rdparty/ R Plugin http://www.amibroker.com/members/ Of course, you could always just write your own function: http://www.amibroker.com/guide/a_userfunctions.html Mike --- In [email protected], "brucet30" <bruce...@...> wrote: > > I am looking for some AFL code that would perform a linear regression on two > arrays (x, y) and return the intercept and slope for this data set. THe only > funcitons I have been able to find so far in the AFL library and elsewhere > assume the x-axis is time and the y-axis is price of some other indicator > series. I need something more general, that could work with any (X,y) data > set. Any help on this would be very much appreciated. > Thanks >
