天软金融分析.NET函数大全
>
金融函数
>
组合评价
>
常用函数
pf_getVaRConfidence
复制链接
简述
设置计算VAR的置信度,如果["SysParamFunc"]["VaRConfidence"] 系统变量存在且有值,则返回这系统变量中存储的置信度,否则返回95作为置信度。
定义
pf_getVaRConfidence():integer
参数
名称
类型
说明
返回
integer
实数
范例
return pf_getVaRConfidence();
//返回:95
相关
pf_MinRecoveryPeriod
pf_WinRatio
pf_getVaRConfidence
pf_getDayNnmOfYear
pf_Omega
pf_MaxDrawDown
pf_CalmarRatio
pf_Rachev
Pf_Var