PureBytes Links
Trading Reference Links
|
Would this help DT:
T1=14;//Std Error periods
X=Close;
A1= Sum(X,T1)/T1;
B1= Sum(Cum(1),T1);
Error=sqrt(((Sum((X^2),T1)-(Sum(X,T1)^2)/T1)-(Sum(Cum(1)*X,T1)-(B1*A1))/
(Sum((Cum(1)^2),T1)-(B1^2)/T1)*(Sum(Cum(1)*X,T1)-(B1*A1)))/(T1-2));
Graph0=Error;
Title="Std Error="+WriteVal(Error,1.6)+" Periods="+WriteVal(T1,1.0);
-----Original Message-----
From: DIMITRIS TSOKAKIS [mailto:TSOKAKIS@xxxxxxxxx]
Sent: Tuesday, September 23, 2003 2:14 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] StdErr( ARRAY, periods )
Tomasz,
I would like to try the RevEng mechanism of Standard Error Bands but
I donīt know the exact maths used behind the StdErr( ARRAY, periods )
function.
Dimitris Tsokakis
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Remanufactured Ink Cartridges & Refill Kits at MyInks.com for: HP $8-20. Epson $3-9, Canon $5-15, Lexmark $4-17. Free s/h over $50 (US & Canada).
http://www.c1tracking.com/l.asp?cid=6351
http://us.click.yahoo.com/0zJuRD/6CvGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|