PyPortfolioOpt 中文文档
1.5
用户指南
期望收益率
风险模型
均值方差优化
通用有效前沿
Black-Litterman 模型
其他优化
后期处理
绘图
其他信息
常见问题
路线图和更新日志
引用 PyPortfolioOpt
贡献
关于
PyPortfolioOpt 中文文档
索引
索引
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
_
__init__() (pypfopt.base_optimizer.BaseConvexOptimizer 方法)
__init__() (pypfopt.base_optimizer.BaseOptimizer 方法)
__init__() (pypfopt.black_litterman.BlackLittermanModel 方法)
__init__() (pypfopt.cla.CLA 方法)
__init__() (pypfopt.discrete_allocation.DiscreteAllocation 方法)
__init__() (pypfopt.efficient_frontier.EfficientFrontier 方法)
__init__() (pypfopt.hierarchical_portfolio.HRPOpt 方法)
__init__() (pypfopt.risk_models.CovarianceShrinkage 方法)
_allocation_rmse_error() (pypfopt.discrete_allocation.DiscreteAllocation 方法)
_map_bounds_to_constraints() (pypfopt.base_optimizer.BaseConvexOptimizer 方法)
_remove_zero_positions()(pypfopt.discrete_allocation.DiscreteAllocation 静态方法)
_solve_cvxpy_opt_problem() (pypfopt.base_optimizer.BaseConvexOptimizer 方法)
A
add_constraint() (pypfopt.base_optimizer.BaseConvexOptimizer 方法)
add_constraint() (pypfopt.base_optimizer.pypfopt.base_optimizer.BaseConvexOptimizer.BaseConvexOptimizer 方法)
add_objective() (pypfopt.base_optimizer.BaseConvexOptimizer 方法)
add_objective() (pypfopt.base_optimizer.pypfopt.base_optimizer.BaseConvexOptimizer.BaseConvexOptimizer 方法)
add_sector_constraints() (pypfopt.base_optimizer.BaseConvexOptimizer 方法)
add_sector_constraints() (pypfopt.base_optimizer.pypfopt.base_optimizer.BaseConvexOptimizer.BaseConvexOptimizer 方法)
B
BaseConvexOptimizer(pypfopt.base_optimizer 中的类)
BaseOptimizer(pypfopt.base_optimizer 中的类)
bl_cov() (pypfopt.black_litterman.BlackLittermanModel 方法)
bl_returns() (pypfopt.black_litterman.BlackLittermanModel 方法)
bl_weights() (pypfopt.black_litterman.BlackLittermanModel 方法)
BlackLittermanModel(pypfopt.black_litterman 中的类)
C
capm_return()(在 pypfopt.expected_returns 模块中)
CLA(pypfopt.cla 中的类)
clean_weights() (pypfopt.base_optimizer.BaseOptimizer 方法)
convex_objective() (pypfopt.base_optimizer.BaseConvexOptimizer 方法)
convex_objective() (pypfopt.base_optimizer.pypfopt.base_optimizer.BaseConvexOptimizer.BaseConvexOptimizer 方法)
corr_to_cov()(在 pypfopt.risk_models 模块中)
cov_to_corr()(在 pypfopt.risk_models 模块中)
CovarianceShrinkage(pypfopt.risk_models 中的类)
D
deepcopy() (pypfopt.base_optimizer.BaseConvexOptimizer 方法)
default_omega()(pypfopt.black_litterman.BlackLittermanModel 静态方法)
DiscreteAllocation(pypfopt.discrete_allocation 中的类)
E
efficient_frontier() (pypfopt.cla.CLA 方法)
efficient_return() (pypfopt.efficient_frontier.EfficientCDaR 方法)
efficient_return() (pypfopt.efficient_frontier.EfficientCVaR 方法)
efficient_return() (pypfopt.efficient_frontier.EfficientFrontier 方法)
efficient_return() (pypfopt.efficient_frontier.EfficientSemivariance 方法)
efficient_risk() (pypfopt.efficient_frontier.EfficientCDaR 方法)
efficient_risk() (pypfopt.efficient_frontier.EfficientCVaR 方法)
efficient_risk() (pypfopt.efficient_frontier.EfficientFrontier 方法)
efficient_risk() (pypfopt.efficient_frontier.EfficientSemivariance 方法)
EfficientCDaR(pypfopt.efficient_frontier 中的类)
EfficientCVaR(pypfopt.efficient_frontier 中的类)
EfficientFrontier(pypfopt.efficient_frontier 中的类)
EfficientSemivariance(pypfopt.efficient_frontier 中的类)
ema_historical_return()(在 pypfopt.expected_returns 模块中)
ex_ante_tracking_error()(在 pypfopt.objective_functions 模块中)
ex_post_tracking_error()(在 pypfopt.objective_functions 模块中)
exp_cov()(在 pypfopt.risk_models 模块中)
F
fix_nonpositive_semidefinite()(在 pypfopt.risk_models 模块中)
G
greedy_portfolio() (pypfopt.discrete_allocation.DiscreteAllocation 方法)
H
HRPOpt(pypfopt.hierarchical_portfolio 中的类)
I
idzorek_method()(pypfopt.black_litterman.BlackLittermanModel 静态方法)
L
L2_reg()(在 pypfopt.objective_functions 模块中)
ledoit_wolf() (pypfopt.risk_models.CovarianceShrinkage 方法)
lp_portfolio() (pypfopt.discrete_allocation.DiscreteAllocation 方法)
M
market_implied_prior_returns()(在 pypfopt.black_litterman 模块中)
market_implied_risk_aversion()(在 pypfopt.black_litterman 模块中)
max_quadratic_utility() (pypfopt.efficient_frontier.EfficientFrontier 方法)
max_quadratic_utility() (pypfopt.efficient_frontier.EfficientSemivariance 方法)
max_sharpe() (pypfopt.cla.CLA 方法)
max_sharpe() (pypfopt.efficient_frontier.EfficientFrontier 方法)
mean_historical_return()(在 pypfopt.expected_returns 模块中)
min_cdar() (pypfopt.efficient_frontier.EfficientCDaR 方法)
min_cvar() (pypfopt.efficient_frontier.EfficientCVaR 方法)
min_semivariance() (pypfopt.efficient_frontier.EfficientSemivariance 方法)
min_volatility() (pypfopt.cla.CLA 方法)
min_volatility() (pypfopt.efficient_frontier.EfficientFrontier 方法)
module
pypfopt.base_optimizer
pypfopt.black_litterman
pypfopt.cla
pypfopt.discrete_allocation
pypfopt.efficient_frontier
pypfopt.expected_returns
pypfopt.hierarchical_portfolio
pypfopt.objective_functions
pypfopt.risk_models
N
nonconvex_objective() (pypfopt.base_optimizer.BaseConvexOptimizer 方法)
nonconvex_objective() (pypfopt.base_optimizer.pypfopt.base_optimizer.BaseConvexOptimizer.BaseConvexOptimizer 方法)
O
optimize() (pypfopt.black_litterman.BlackLittermanModel 方法)
optimize() (pypfopt.hierarchical_portfolio.HRPOpt 方法)
oracle_approximating() (pypfopt.risk_models.CovarianceShrinkage 方法)
P
portfolio_performance() (pypfopt.black_litterman.BlackLittermanModel 方法)
portfolio_performance() (pypfopt.cla.CLA 方法)
portfolio_performance() (pypfopt.efficient_frontier.EfficientCDaR 方法)
portfolio_performance() (pypfopt.efficient_frontier.EfficientCVaR 方法)
portfolio_performance() (pypfopt.efficient_frontier.EfficientFrontier 方法)
portfolio_performance() (pypfopt.efficient_frontier.EfficientSemivariance 方法)
portfolio_performance() (pypfopt.hierarchical_portfolio.HRPOpt 方法)
portfolio_return()(在 pypfopt.objective_functions 模块中)
portfolio_variance()(在 pypfopt.objective_functions 模块中)
prices_from_returns()(在 pypfopt.expected_returns 模块中)
pypfopt.base_optimizer
module
pypfopt.base_optimizer.BaseConvexOptimizer(内置类)
pypfopt.black_litterman
module
pypfopt.cla
module
pypfopt.discrete_allocation
module
pypfopt.efficient_frontier
module
pypfopt.expected_returns
module
pypfopt.hierarchical_portfolio
module
pypfopt.objective_functions
module
pypfopt.risk_models
module
Q
quadratic_utility()(在 pypfopt.objective_functions 模块中)
R
returns_from_prices()(在 pypfopt.expected_returns 模块中)
risk_matrix()(在 pypfopt.risk_models 模块中)
S
sample_cov()(在 pypfopt.risk_models 模块中)
save_weights_to_file() (pypfopt.base_optimizer.BaseOptimizer 方法)
semicovariance()(在 pypfopt.risk_models 模块中)
set_weights() (pypfopt.base_optimizer.BaseOptimizer 方法)
set_weights() (pypfopt.cla.CLA 方法)
set_weights() (pypfopt.efficient_frontier.EfficientCDaR 方法)
set_weights() (pypfopt.efficient_frontier.EfficientCVaR 方法)
sharpe_ratio()(在 pypfopt.objective_functions 模块中)
shrunk_covariance() (pypfopt.risk_models.CovarianceShrinkage 方法)
T
transaction_cost()(在 pypfopt.objective_functions 模块中)