PureBytes Links
Trading Reference Links
|
the algorithm that calculates the linear regression function takes a series of (x,y) pairs is input and produces the slope (m) and y-intercept (b) for the equation of a straight line y = mx + b.
Once m and b have been calculated, the last value of y = mx + b is calculated and returned as the value of the function.
'x' is the time value and 'y' is the closing price.
you can access the slope (m) via the LINREGSLOPE function
and the intercept (b) via LINREGINTERCEPT. these two functions can be used to calculate values at points other than the end point.
--- In amibroker@xxxxxxxxxxxxxxx, "amon_gizeh" <amon_gizeh@xxx> wrote:
>
> Hello.
>
> How can I translate Amibroker function LinearReg(C,25)?
> Linear Regresion Function need 3 parameters tot 2 (C and 25).
>
> Thanks
>
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|