Commit 4462d288 authored by 赵杰's avatar 赵杰

波动率

parent 828fe9bd
......@@ -1216,7 +1216,7 @@ class PortfolioDiagnose(object):
except:
new_sharpe = 0
# 新组合波动率
new_volatility = volatility(sim, n_freq)
new_volatility = volatility(sim, n_freq) * 100
# 指数收益
index_return = index_return[index_return.index >= group_order_start_date]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment