Rtheta
简述
效用调整法
Rtheta(X:Table;Rf:Real;Theta:Real) Real
名称 | 类型 | 说明 |
---|
X | Table | 数组,数据 |
Rf | Real | 实数,无风险收益率(已折算过) |
Theta | Real | 实数,θ |
返回 | Real | 实数 |
oV:=BackUpSystemParameters2();
SetSysParam(pn_date(),inttodate(20120419));
X:=nday3(180,spec(StockLnZf3(),'SZ000002'));
return Rtheta(X,0.0225,0.1);
//结果:-0.1504