# 应用专题 / 因子研究 / 因子模型 ## `chipDistribution()` 声明:function 筹码分布详情 返回:array ## `chipDistribution_test()` 声明:function 提供指数因子之技术面系列筹码因子模型计算说明中的 `chipDistribution_test` 功能 返回:any ## `chipKRC()` 声明:function 筹码峰度 返回:real ## `chipMeasure()` 声明:function 筹码基类总接口 返回:any ## `chipReturn_fixedQK()` 声明:function 筹码收益率(%),又称筹码均值 返回:real ## `chipSRC()` 声明:function 筹码偏度 返回:real ## `chipVRC()` 声明:function 筹码方差 返回:real ## `chipWinPercent()` 声明:function 获利比例(%) 返回:real ## `cumulativeChipProfit()` 声明:function 累积筹码收益(万) 返回:real ## `getCloseByEndt(v_end_t)` 声明:function 指定日收盘价,与后续计算收益率(%)相关 | 参数 | 类型 | 说明 | | --------- | -------- | ---------------- | | `v_end_t` | datetime | 日期类型,截止日 | 返回:real ## `getHslByEndt(v_end_t)` 声明:function 指定日换手率(%) | 参数 | 类型 | 说明 | | --------- | -------- | ---------------- | | `v_end_t` | datetime | 日期类型,截止日 | 返回:real ## `getTradeDataByEndt(v_end_t)` 声明:function 获取指定日价格分布情况,支持指定日存在多个价格 | 参数 | 类型 | 说明 | | --------- | -------- | ---------------- | | `v_end_t` | datetime | 日期类型,截止日 | 返回:array ## `getTradedaysArr()` 声明:function 获取区间内测算日期序列 返回:array