|
SOLUTIONS
|
StandardErrorBands
是一个统计指标.
使用收盘价进行计算.
返回3个时间序列. 第一个是21个时间段的线性回归指标的3个时间段的简单移动平均. 第二个和第三个序列是高于和低于移动平均的两个标准误差的通带.
FinancialIndicator["StandardErrorBands", n1, n2, b] 使用
个时间段的线性回归,
个时间段的移动平均和偏离移动平均的通带 b 标准误差.
时间序列的第一个值使用部分时间段进行计算.
使用收盘价进行计算.
返回3个时间序列. 第一个是21个时间段的线性回归指标的3个时间段的简单移动平均. 第二个和第三个序列是高于和低于移动平均的两个标准误差的通带.
FinancialIndicator["StandardErrorBands", n1, n2, b] 使用
时间序列的第一个值使用部分时间段进行计算.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

