[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EL question



PureBytes Links

Trading Reference Links

Can someone tell me what is the matter with this ShowMe?

input:	P2 (c data2), Length(20);

print("Average:  ", Average(P2, Length), Average(c data2, Length));
print("StdDev:  ", StdDev(P2, Length), StdDev(c data2, Length));

if 1=2 then plot1(0, "plot");

The two averages differ and the two stddev's also differ.  Why?