吾爱破解软件站

 找回密码
 立即注册
开启左侧

国际量化金融分析师CQF21

[复制链接]
wa_9527 发表于 2025-9-9 13:30:20 | 显示全部楼层 |阅读模式
名称:国际量化金融分析师CQF21

描述:《国际量化金融分析师CQF》课程是一个系统全面的量化金融高级培训项目,内容覆盖金融数学、机器学习、随机微积分、风险管理、衍生品定价、交易策略及投资组合管理等核心领域。课程通过理论讲解与实战编程(Python、C++、MATLAB)结合,包含大量金融模型实现(如HJM利率模型、Black-Litterman资产配置、Cointegration统计套利)和Final Project实战(CDS定价、BCD系统开发、不确定波动率优化等),帮助学员构建量化金融所需的数学、编程与金融建模能力,并配套高级选修课(算法交易、高频交易、行为金融等)拓展专业深度。

链接:
百度:https://pan.baidu.com/s/1CPrJFXWzqSm3AfR1SVGpYw?pwd=9527
夸克:https://pan.quark.cn/s/00ff8f73ab25

???? 大小:195.4 GB
???? 标签:#量化金融 #CQF #衍生品定价 #风险管理 #机器学习 #随机微积分 #HJM模型 #BlackLitterman #统计套利 #Python #CPP #MATLAB #交易策略 #投资组合优化 #国际量化金融分析师CQF21 #baidu #quark




└─国际量化金融分析师CQF21
    ├─CQF 主课程 Core Program
    │  ├─CQF Final Project Solutions(看完M6的实训项目)
    │  │  ├─BCD
    │  │  │  ├─BCD
    │  │  │  │  └─lib
    │  │  │  ├─lib
    │  │  │  └─src
    │  │  │      ├─com
    │  │  │      │  └─jgoodies
    │  │  │      │      └─uif_lite
    │  │  │      │          └─panel
    │  │  │      └─cqf
    │  │  │          ├─bcd
    │  │  │          │  ├─pricing
    │  │  │          │  ├─specs
    │  │  │          │  └─ui
    │  │  │          │      ├─action
    │  │  │          │      ├─main
    │  │  │          │      ├─results
    │  │  │          │      └─specs
    │  │  │          ├─cds
    │  │  │          ├─coordination
    │  │  │          ├─copula
    │  │  │          ├─core
    │  │  │          ├─distribution
    │  │  │          ├─hjm
    │  │  │          │  ├─model
    │  │  │          │  ├─product
    │  │  │          │  ├─state
    │  │  │          │  └─ui
    │  │  │          │      ├─main
    │  │  │          │      ├─results
    │  │  │          │      └─specifications
    │  │  │          ├─intensity
    │  │  │          ├─interest
    │  │  │          ├─reference
    │  │  │          ├─rv
    │  │  │          ├─status
    │  │  │          └─ui
    │  │  │              ├─action
    │  │  │              ├─looks
    │  │  │              ├─splash
    │  │  │              ├─status
    │  │  │              ├─table
    │  │  │              └─util
    │  │  ├─CAPM
    │  │  │  ├─AMeucciRiskandAssetAllocationRoutines
    │  │  │  │  ├─Ch1_UniVariateDistributions
    │  │  │  │  ├─Ch2_MultiVariateDistributions
    │  │  │  │  │  ├─A_Distributions
    │  │  │  │  │  │  ├─Pdf
    │  │  │  │  │  │  └─Simulations
    │  │  │  │  │  │      └─Elliptical
    │  │  │  │  │  ├─B_Copulas
    │  │  │  │  │  │  ├─C_Simulations
    │  │  │  │  │  │  └─D_DependenceStatistics
    │  │  │  │  │  └─C_LocationDispersion
    │  │  │  │  ├─Ch3_ModellingMarket
    │  │  │  │  │  ├─A_InvarianceQuest
    │  │  │  │  │  ├─B_HorizonProjection
    │  │  │  │  │  ├─C_DimensionReduction
    │  │  │  │  │  ├─D_Pricing
    │  │  │  │  │  └─E_CaseStudySwap
    │  │  │  │  ├─Ch4_EstimatingInvariants
    │  │  │  │  │  ├─A_Introduction
    │  │  │  │  │  ├─B_NonParametric
    │  │  │  │  │  ├─C_MaximumLikelihood
    │  │  │  │  │  │  ├─A_UnivariateNormal
    │  │  │  │  │  │  ├─B_UnivariateLognormal
    │  │  │  │  │  │  ├─C_MultivariateNormal
    │  │  │  │  │  │  └─D_MultivariateT
    │  │  │  │  │  ├─D_Shrinkage
    │  │  │  │  │  ├─E_Robust
    │  │  │  │  │  │  ├─A_Intro
    │  │  │  │  │  │  ├─B_HubertM
    │  │  │  │  │  │  └─C_HighBreakDown
    │  │  │  │  │  └─F_MissingData
    │  │  │  │  ├─Ch5_EvaluatingAllocations
    │  │  │  │  │  ├─A_StochasticDominance
    │  │  │  │  │  ├─B_ExpectedUtility
    │  │  │  │  │  ├─C_ValueAtRisk
    │  │  │  │  │  └─D_ExpectedShortfall
    │  │  │  │  ├─Ch6_OptimizingAllocations
    │  │  │  │  │  ├─A_AnalyticalExample
    │  │  │  │  │  ├─B_MeanVarianceFramework
    │  │  │  │  │  │  ├─Analytitcal
    │  │  │  │  │  │  └─Generic
    │  │  │  │  │  ├─C_TotalReturnVsBenchmark
    │  │  │  │  │  └─D_CaseStudy
    │  │  │  │  ├─Ch7_BayesianEstimation
    │  │  │  │  ├─Ch8_EvalEstimationRisk
    │  │  │  │  │  ├─A_EvaluationGeneric
    │  │  │  │  │  ├─B_PriorAllocation
    │  │  │  │  │  └─C_SampleBasedAllocation
    │  │  │  │  ├─Ch9_OptimEstimationRisk
    │  │  │  │  │  ├─A_BayesAllocation
    │  │  │  │  │  ├─B_BlackLittAllocation
    │  │  │  │  │  ├─C_RobustAllocation
    │  │  │  │  │  │  └─SeDuMi_1_1
    │  │  │  │  │  └─D_RobustBayesAllocation
    │  │  │  │  └─Extras
    │  │  │  │      ├─COP
    │  │  │  │      └─IntroMATLAB
    │  │  │  ├─Black Litterman
    │  │  │  ├─Matlab Documents
    │  │  │  └─Papers
    │  │  ├─CointegrationProjectImplementation
    │  │  │  ├─Econometric Toolbox
    │  │  │  │  ├─coint
    │  │  │  │  ├─data
    │  │  │  │  ├─diagn
    │  │  │  │  ├─distrib
    │  │  │  │  ├─examples
    │  │  │  │  │  ├─ch10_examples
    │  │  │  │  │  ├─ch2_examples
    │  │  │  │  │  ├─ch3_examples
    │  │  │  │  │  ├─ch4_examples
    │  │  │  │  │  ├─ch5_examples
    │  │  │  │  │  ├─ch6_examples
    │  │  │  │  │  ├─ch7_examples
    │  │  │  │  │  ├─ch8_examples
    │  │  │  │  │  └─ch9_examples
    │  │  │  │  ├─gibbs
    │  │  │  │  ├─graphs
    │  │  │  │  ├─optimize
    │  │  │  │  ├─regress
    │  │  │  │  ├─spatial
    │  │  │  │  │  ├─casetti_models
    │  │  │  │  │  ├─far_models
    │  │  │  │  │  ├─gmm_models
    │  │  │  │  │  ├─gwr_models
    │  │  │  │  │  ├─lndet_funcs
    │  │  │  │  │  ├─mess_models
    │  │  │  │  │  ├─panel
    │  │  │  │  │  ├─sac_models
    │  │  │  │  │  ├─sar_models
    │  │  │  │  │  ├─sdm_models
    │  │  │  │  │  ├─semip
    │  │  │  │  │  ├─sem_models
    │  │  │  │  │  ├─stats
    │  │  │  │  │  │  └─FESPD_Est_Tests
    │  │  │  │  │  └─weights
    │  │  │  │  ├─ts_aggregation
    │  │  │  │  ├─Ucsd_garch
    │  │  │  │  │  ├─64-bit Binaries
    │  │  │  │  │  ├─BootStrap
    │  │  │  │  │  ├─Distributions
    │  │  │  │  │  ├─Garch
    │  │  │  │  │  ├─Kernel Estimation
    │  │  │  │  │  ├─MEX Source
    │  │  │  │  │  ├─MV Garch
    │  │  │  │  │  │  ├─Bekk
    │  │  │  │  │  │  ├─Correlation MVGarch
    │  │  │  │  │  │  └─T Bekk
    │  │  │  │  │  ├─Post 7.1 32-bit Binaries
    │  │  │  │  │  ├─Pre 7.1 32-bit Binaries
    │  │  │  │  │  └─Tests
    │  │  │  │  ├─util
    │  │  │  │  └─var_bvar
    │  │  │  ├─Raw
    │  │  │  └─TranformedRaw
    │  │  │      └─Excel
    │  │  ├─CQF Final Project (C++)
    │  │  │  ├─Backup
    │  │  │  │  ├─CDS_Bootstrapping_Program
    │  │  │  │  │  ├─bin
    │  │  │  │  │  │  ├─Debug
    │  │  │  │  │  │  └─Release
    │  │  │  │  │  ├─obj
    │  │  │  │  │  │  └─Debug
    │  │  │  │  │  │      └─TempPE
    │  │  │  │  │  └─Properties
    │  │  │  │  └─_UpgradeReport_Files
    │  │  │  ├─BinomialTree
    │  │  │  ├─BondPriceCloseFormula
    │  │  │  ├─CDS_Bootstrapping_Program
    │  │  │  │  └─Properties
    │  │  │  ├─Data
    │  │  │  ├─DataAccess
    │  │  │  │  ├─Debug
    │  │  │  │  └─Release
    │  │  │  ├─Debug
    │  │  │  ├─FiniteDifference
    │  │  │  ├─GaussianIntegral
    │  │  │  │  └─Debug
    │  │  │  ├─Halton
    │  │  │  │  ├─Debug
    │  │  │  │  └─Halton
    │  │  │  ├─ipch
    │  │  │  │  ├─binomialtree-d5f181b7_20230322_063232
    │  │  │  │  ├─bondpricecloseformula-1b52d1a5
    │  │  │  │  ├─finitedifference-42cc2135
    │  │  │  │  ├─gaussianintegral-4c8bdb63
    │  │  │  │  └─randomgenerator-36c41971
    │  │  │  ├─LinearAlgebra
    │  │  │  │  ├─Debug
    │  │  │  │  └─Release
    │  │  │  ├─Math
    │  │  │  ├─NumericalRecipes
    │  │  │  ├─Optimization
    │  │  │  │  ├─DownhillSimplex
    │  │  │  │  └─function_demos
    │  │  │  ├─Quant
    │  │  │  │  ├─Backup
    │  │  │  │  ├─Debug
    │  │  │  │  ├─ipch
    │  │  │  │  │  └─quant-3f6ca7b3
    │  │  │  │  ├─Release
    │  │  │  │  └─_UpgradeReport_Files
    │  │  │  ├─RandomGenerator
    │  │  │  │  └─Debug
    │  │  │  ├─Release
    │  │  │  ├─TestConsole
    │  │  │  ├─TestConsole3
    │  │  │  ├─TestConsoleUVM
    │  │  │  ├─TestConsoleUVM_old
    │  │  │  ├─UncertainVolOptimizer
    │  │  │  │  ├─bin
    │  │  │  │  │  ├─Debug
    │  │  │  │  │  └─Release
    │  │  │  │  ├─obj
    │  │  │  │  │  ├─Debug
    │  │  │  │  │  │  └─TempPE
    │  │  │  │  │  └─Release
    │  │  │  │  │      └─TempPE
    │  │  │  │  └─Properties
    │  │  │  ├─UnvertainVolatility
    │  │  │  │  ├─Debug
    │  │  │  │  └─Release
    │  │  │  └─_UpgradeReport_Files
    │  │  ├─Fixed Income Portfolio Optimization
    │  │  ├─HJM (MATLAB)
    │  │  ├─HJM Model
    │  │  └─HJMProjectImplementation
    │  ├─CQF 普通话辅导课 Mandarin Tutorial Workshop En Ch EV Ecn
    │  ├─课程版本一(推荐)
    │  │  ├─M1
    │  │  ├─M2
    │  │  ├─M3
    │  │  ├─M4
    │  │  ├─M5
    │  │  ├─M6
    │  │  │  ├─L10
    │  │  │  ├─L11
    │  │  │  ├─L12
    │  │  │  ├─L13
    │  │  │  ├─L14
    │  │  │  └─L15
    │  │  │      └─CQF 2021 Final Project Solutions
    │  │  │          ├─BCD
    │  │  │          │  ├─BCD
    │  │  │          │  │  └─lib
    │  │  │          │  ├─lib
    │  │  │          │  └─src
    │  │  │          │      ├─com
    │  │  │          │      │  └─jgoodies
    │  │  │          │      │      └─uif_lite
    │  │  │          │      │          └─panel
    │  │  │          │      └─cqf
    │  │  │          │          ├─bcd
    │  │  │          │          │  ├─pricing
    │  │  │          │          │  ├─specs
    │  │  │          │          │  └─ui
    │  │  │          │          │      ├─action
    │  │  │          │          │      ├─main
    │  │  │          │          │      ├─results
    │  │  │          │          │      └─specs
    │  │  │          │          ├─cds
    │  │  │          │          ├─coordination
    │  │  │          │          ├─copula
    │  │  │          │          ├─core
    │  │  │          │          ├─distribution
    │  │  │          │          ├─hjm
    │  │  │          │          │  ├─model
    │  │  │          │          │  ├─product
    │  │  │          │          │  ├─state
    │  │  │          │          │  └─ui
    │  │  │          │          │      ├─main
    │  │  │          │          │      ├─results
    │  │  │          │          │      └─specifications
    │  │  │          │          ├─intensity
    │  │  │          │          ├─interest
    │  │  │          │          ├─reference
    │  │  │          │          ├─rv
    │  │  │          │          ├─status
    │  │  │          │          └─ui
    │  │  │          │              ├─action
    │  │  │          │              ├─looks
    │  │  │          │              ├─splash
    │  │  │          │              ├─status
    │  │  │          │              ├─table
    │  │  │          │              └─util
    │  │  │          ├─CAPM
    │  │  │          │  ├─AMeucciRiskandAssetAllocationRoutines
    │  │  │          │  │  ├─Ch1_UniVariateDistributions
    │  │  │          │  │  ├─Ch2_MultiVariateDistributions
    │  │  │          │  │  │  ├─A_Distributions
    │  │  │          │  │  │  │  ├─Pdf
    │  │  │          │  │  │  │  └─Simulations
    │  │  │          │  │  │  │      └─Elliptical
    │  │  │          │  │  │  ├─B_Copulas
    │  │  │          │  │  │  │  ├─C_Simulations
    │  │  │          │  │  │  │  └─D_DependenceStatistics
    │  │  │          │  │  │  └─C_LocationDispersion
    │  │  │          │  │  ├─Ch3_ModellingMarket
    │  │  │          │  │  │  ├─A_InvarianceQuest
    │  │  │          │  │  │  ├─B_HorizonProjection
    │  │  │          │  │  │  ├─C_DimensionReduction
    │  │  │          │  │  │  ├─D_Pricing
    │  │  │          │  │  │  └─E_CaseStudySwap
    │  │  │          │  │  ├─Ch4_EstimatingInvariants
    │  │  │          │  │  │  ├─A_Introduction
    │  │  │          │  │  │  ├─B_NonParametric
    │  │  │          │  │  │  ├─C_MaximumLikelihood
    │  │  │          │  │  │  │  ├─A_UnivariateNormal
    │  │  │          │  │  │  │  ├─B_UnivariateLognormal
    │  │  │          │  │  │  │  ├─C_MultivariateNormal
    │  │  │          │  │  │  │  └─D_MultivariateT
    │  │  │          │  │  │  ├─D_Shrinkage
    │  │  │          │  │  │  ├─E_Robust
    │  │  │          │  │  │  │  ├─A_Intro
    │  │  │          │  │  │  │  ├─B_HubertM
    │  │  │          │  │  │  │  └─C_HighBreakDown
    │  │  │          │  │  │  └─F_MissingData
    │  │  │          │  │  ├─Ch5_EvaluatingAllocations
    │  │  │          │  │  │  ├─A_StochasticDominance
    │  │  │          │  │  │  ├─B_ExpectedUtility
    │  │  │          │  │  │  ├─C_ValueAtRisk
    │  │  │          │  │  │  └─D_ExpectedShortfall
    │  │  │          │  │  ├─Ch6_OptimizingAllocations
    │  │  │          │  │  │  ├─A_AnalyticalExample
    │  │  │          │  │  │  ├─B_MeanVarianceFramework
    │  │  │          │  │  │  │  ├─Analytitcal
    │  │  │          │  │  │  │  └─Generic
    │  │  │          │  │  │  ├─C_TotalReturnVsBenchmark
    │  │  │          │  │  │  └─D_CaseStudy
    │  │  │          │  │  ├─Ch7_BayesianEstimation
    │  │  │          │  │  ├─Ch8_EvalEstimationRisk
    │  │  │          │  │  │  ├─A_EvaluationGeneric
    │  │  │          │  │  │  ├─B_PriorAllocation
    │  │  │          │  │  │  └─C_SampleBasedAllocation
    │  │  │          │  │  ├─Ch9_OptimEstimationRisk
    │  │  │          │  │  │  ├─A_BayesAllocation
    │  │  │          │  │  │  ├─B_BlackLittAllocation
    │  │  │          │  │  │  ├─C_RobustAllocation
    │  │  │          │  │  │  │  └─SeDuMi_1_1
    │  │  │          │  │  │  └─D_RobustBayesAllocation
    │  │  │          │  │  └─Extras
    │  │  │          │  │      ├─COP
    │  │  │          │  │      └─IntroMATLAB
    │  │  │          │  ├─Black Litterman
    │  │  │          │  ├─Matlab Documents
    │  │  │          │  └─Papers
    │  │  │          ├─CointegrationProjectImplementation
    │  │  │          │  ├─Econometric Toolbox
    │  │  │          │  │  ├─coint
    │  │  │          │  │  ├─data
    │  │  │          │  │  ├─diagn
    │  │  │          │  │  ├─distrib
    │  │  │          │  │  ├─examples
    │  │  │          │  │  │  ├─ch10_examples
    │  │  │          │  │  │  ├─ch2_examples
    │  │  │          │  │  │  ├─ch3_examples
    │  │  │          │  │  │  ├─ch4_examples
    │  │  │          │  │  │  ├─ch5_examples
    │  │  │          │  │  │  ├─ch6_examples
    │  │  │          │  │  │  ├─ch7_examples
    │  │  │          │  │  │  ├─ch8_examples
    │  │  │          │  │  │  └─ch9_examples
    │  │  │          │  │  ├─gibbs
    │  │  │          │  │  ├─graphs
    │  │  │          │  │  ├─optimize
    │  │  │          │  │  ├─regress
    │  │  │          │  │  ├─spatial
    │  │  │          │  │  │  ├─casetti_models
    │  │  │          │  │  │  ├─far_models
    │  │  │          │  │  │  ├─gmm_models
    │  │  │          │  │  │  ├─gwr_models
    │  │  │          │  │  │  ├─lndet_funcs
    │  │  │          │  │  │  ├─mess_models
    │  │  │          │  │  │  ├─panel
    │  │  │          │  │  │  ├─sac_models
    │  │  │          │  │  │  ├─sar_models
    │  │  │          │  │  │  ├─sdm_models
    │  │  │          │  │  │  ├─semip
    │  │  │          │  │  │  ├─sem_models
    │  │  │          │  │  │  ├─stats
    │  │  │          │  │  │  │  └─FESPD_Est_Tests
    │  │  │          │  │  │  └─weights
    │  │  │          │  │  ├─ts_aggregation
    │  │  │          │  │  ├─Ucsd_garch
    │  │  │          │  │  │  ├─64-bit Binaries
    │  │  │          │  │  │  ├─BootStrap
    │  │  │          │  │  │  ├─Distributions
    │  │  │          │  │  │  ├─Garch
    │  │  │          │  │  │  ├─Kernel Estimation
    │  │  │          │  │  │  ├─MEX Source
    │  │  │          │  │  │  ├─MV Garch
    │  │  │          │  │  │  │  ├─Bekk
    │  │  │          │  │  │  │  ├─Correlation MVGarch
    │  │  │          │  │  │  │  └─T Bekk
    │  │  │          │  │  │  ├─Post 7.1 32-bit Binaries
    │  │  │          │  │  │  ├─Pre 7.1 32-bit Binaries
    │  │  │          │  │  │  └─Tests
    │  │  │          │  │  ├─util
    │  │  │          │  │  └─var_bvar
    │  │  │          │  ├─Raw
    │  │  │          │  └─TranformedRaw
    │  │  │          │      └─Excel
    │  │  │          ├─CQF Final Project (C++)
    │  │  │          │  ├─Backup
    │  │  │          │  │  ├─CDS_Bootstrapping_Program
    │  │  │          │  │  │  ├─bin
    │  │  │          │  │  │  │  ├─Debug
    │  │  │          │  │  │  │  └─Release
    │  │  │          │  │  │  ├─obj
    │  │  │          │  │  │  │  └─Debug
    │  │  │          │  │  │  │      └─TempPE
    │  │  │          │  │  │  └─Properties
    │  │  │          │  │  └─_UpgradeReport_Files
    │  │  │          │  ├─BinomialTree
    │  │  │          │  │  └─Debug_20230322_070010
    │  │  │          │  ├─BondPriceCloseFormula
    │  │  │          │  │  └─Debug
    │  │  │          │  ├─CDS_Bootstrapping_Program
    │  │  │          │  │  ├─bin
    │  │  │          │  │  │  └─Debug
    │  │  │          │  │  ├─obj
    │  │  │          │  │  │  └─Debug
    │  │  │          │  │  │      └─TempPE
    │  │  │          │  │  └─Properties
    │  │  │          │  ├─Data
    │  │  │          │  ├─DataAccess
    │  │  │          │  │  ├─Debug
    │  │  │          │  │  └─Release
    │  │  │          │  ├─Debug
    │  │  │          │  ├─FiniteDifference
    │  │  │          │  │  └─Debug
    │  │  │          │  ├─GaussianIntegral
    │  │  │          │  │  └─Debug
    │  │  │          │  ├─Halton
    │  │  │          │  │  ├─Debug
    │  │  │          │  │  └─Halton
    │  │  │          │  ├─ipch
    │  │  │          │  │  ├─binomialtree-d5f181b7
    │  │  │          │  │  ├─bondpricecloseformula-1b52d1a5
    │  │  │          │  │  ├─finitedifference-42cc2135
    │  │  │          │  │  ├─gaussianintegral-4c8bdb63
    │  │  │          │  │  └─randomgenerator-36c41971
    │  │  │          │  ├─LinearAlgebra
    │  │  │          │  │  ├─Debug
    │  │  │          │  │  └─Release
    │  │  │          │  ├─Math
    │  │  │          │  ├─NumericalRecipes
    │  │  │          │  ├─Optimization
    │  │  │          │  │  ├─DownhillSimplex
    │  │  │          │  │  └─function_demos
    │  │  │          │  ├─Quant
    │  │  │          │  │  ├─Backup
    │  │  │          │  │  ├─Debug
    │  │  │          │  │  ├─ipch
    │  │  │          │  │  │  └─quant-3f6ca7b3
    │  │  │          │  │  ├─Release
    │  │  │          │  │  └─_UpgradeReport_Files
    │  │  │          │  ├─RandomGenerator
    │  │  │          │  │  └─Debug
    │  │  │          │  ├─Release
    │  │  │          │  ├─TestConsole
    │  │  │          │  ├─TestConsole3
    │  │  │          │  │  ├─Debug
    │  │  │          │  │  └─Release
    │  │  │          │  ├─TestConsoleUVM
    │  │  │          │  │  ├─Debug
    │  │  │          │  │  └─Release
    │  │  │          │  ├─TestConsoleUVM_old
    │  │  │          │  ├─UncertainVolOptimizer
    │  │  │          │  │  ├─bin
    │  │  │          │  │  │  ├─Debug
    │  │  │          │  │  │  └─Release
    │  │  │          │  │  ├─obj
    │  │  │          │  │  │  ├─Debug
    │  │  │          │  │  │  │  └─TempPE
    │  │  │          │  │  │  └─Release
    │  │  │          │  │  │      └─TempPE
    │  │  │          │  │  └─Properties
    │  │  │          │  ├─UnvertainVolatility
    │  │  │          │  │  ├─Debug
    │  │  │          │  │  └─Release
    │  │  │          │  └─_UpgradeReport_Files
    │  │  │          ├─Fixed Income Portfolio Optimization
    │  │  │          ├─HJM (MATLAB)
    │  │  │          ├─HJM Model
    │  │  │          └─HJMProjectImplementation
    │  │  └─课程讲义
    │  │      ├─M4L1
    │  │      └─M4L2
    │  └─课程版本二
    │      ├─M1
    │      │  ├─L1
    │      │  ├─L2
    │      │  ├─L3
    │      │  ├─L4
    │      │  ├─L5
    │      │  └─L6
    │      ├─M2
    │      │  ├─L1
    │      │  ├─L2
    │      │  ├─L3
    │      │  ├─L4
    │      │  ├─L5
    │      │  ├─L6
    │      │  └─L7
    │      ├─M3
    │      │  ├─L1
    │      │  ├─L10
    │      │  ├─L2
    │      │  ├─L3
    │      │  ├─L4
    │      │  ├─L5
    │      │  ├─L6
    │      │  ├─L7
    │      │  ├─L8
    │      │  └─L9
    │      ├─M4
    │      │  ├─L1
    │      │  ├─L2
    │      │  ├─L3
    │      │  ├─L4
    │      │  ├─L5
    │      │  ├─L6
    │      │  └─L7
    │      ├─M5
    │      │  ├─L1
    │      │  ├─L2
    │      │  ├─L3
    │      │  ├─L4
    │      │  ├─L5
    │      │  ├─L6
    │      │  ├─L7
    │      │  └─L8
    │      └─M6
    │          ├─L1
    │          ├─L10
    │          ├─L11
    │          ├─L12
    │          ├─L13
    │          ├─L14
    │          ├─L15
    │          │  └─CQF 2021 Final Project Solutions
    │          │      ├─BCD
    │          │      │  ├─BCD
    │          │      │  │  └─lib
    │          │      │  ├─lib
    │          │      │  └─src
    │          │      │      ├─com
    │          │      │      │  └─jgoodies
    │          │      │      │      └─uif_lite
    │          │      │      │          └─panel
    │          │      │      └─cqf
    │          │      │          ├─bcd
    │          │      │          │  ├─pricing
    │          │      │          │  ├─specs
    │          │      │          │  └─ui
    │          │      │          │      ├─action
    │          │      │          │      ├─main
    │          │      │          │      ├─results
    │          │      │          │      └─specs
    │          │      │          ├─cds
    │          │      │          ├─coordination
    │          │      │          ├─copula
    │          │      │          ├─core
    │          │      │          ├─distribution
    │          │      │          ├─hjm
    │          │      │          │  ├─model
    │          │      │          │  ├─product
    │          │      │          │  ├─state
    │          │      │          │  └─ui
    │          │      │          │      ├─main
    │          │      │          │      ├─results
    │          │      │          │      └─specifications
    │          │      │          ├─intensity
    │          │      │          ├─interest
    │          │      │          ├─reference
    │          │      │          ├─rv
    │          │      │          ├─status
    │          │      │          └─ui
    │          │      │              ├─action
    │          │      │              ├─looks
    │          │      │              ├─splash
    │          │      │              ├─status
    │          │      │              ├─table
    │          │      │              └─util
    │          │      ├─CAPM
    │          │      │  ├─AMeucciRiskandAssetAllocationRoutines
    │          │      │  │  ├─Ch1_UniVariateDistributions
    │          │      │  │  ├─Ch2_MultiVariateDistributions
    │          │      │  │  │  ├─A_Distributions
    │          │      │  │  │  │  ├─Pdf
    │          │      │  │  │  │  └─Simulations
    │          │      │  │  │  │      └─Elliptical
    │          │      │  │  │  ├─B_Copulas
    │          │      │  │  │  │  ├─C_Simulations
    │          │      │  │  │  │  └─D_DependenceStatistics
    │          │      │  │  │  └─C_LocationDispersion
    │          │      │  │  ├─Ch3_ModellingMarket
    │          │      │  │  │  ├─A_InvarianceQuest
    │          │      │  │  │  ├─B_HorizonProjection
    │          │      │  │  │  ├─C_DimensionReduction
    │          │      │  │  │  ├─D_Pricing
    │          │      │  │  │  └─E_CaseStudySwap
    │          │      │  │  ├─Ch4_EstimatingInvariants
    │          │      │  │  │  ├─A_Introduction
    │          │      │  │  │  ├─B_NonParametric
    │          │      │  │  │  ├─C_MaximumLikelihood
    │          │      │  │  │  │  ├─A_UnivariateNormal
    │          │      │  │  │  │  ├─B_UnivariateLognormal
    │          │      │  │  │  │  ├─C_MultivariateNormal
    │          │      │  │  │  │  └─D_MultivariateT
    │          │      │  │  │  ├─D_Shrinkage
    │          │      │  │  │  ├─E_Robust
    │          │      │  │  │  │  ├─A_Intro
    │          │      │  │  │  │  ├─B_HubertM
    │          │      │  │  │  │  └─C_HighBreakDown
    │          │      │  │  │  └─F_MissingData
    │          │      │  │  ├─Ch5_EvaluatingAllocations
    │          │      │  │  │  ├─A_StochasticDominance
    │          │      │  │  │  ├─B_ExpectedUtility
    │          │      │  │  │  ├─C_ValueAtRisk
    │          │      │  │  │  └─D_ExpectedShortfall
    │          │      │  │  ├─Ch6_OptimizingAllocations
    │          │      │  │  │  ├─A_AnalyticalExample
    │          │      │  │  │  ├─B_MeanVarianceFramework
    │          │      │  │  │  │  ├─Analytitcal
    │          │      │  │  │  │  └─Generic
    │          │      │  │  │  ├─C_TotalReturnVsBenchmark
    │          │      │  │  │  └─D_CaseStudy
    │          │      │  │  ├─Ch7_BayesianEstimation
    │          │      │  │  ├─Ch8_EvalEstimationRisk
    │          │      │  │  │  ├─A_EvaluationGeneric
    │          │      │  │  │  ├─B_PriorAllocation
    │          │      │  │  │  └─C_SampleBasedAllocation
    │          │      │  │  ├─Ch9_OptimEstimationRisk
    │          │      │  │  │  ├─A_BayesAllocation
    │          │      │  │  │  ├─B_BlackLittAllocation
    │          │      │  │  │  ├─C_RobustAllocation
    │          │      │  │  │  │  └─SeDuMi_1_1
    │          │      │  │  │  └─D_RobustBayesAllocation
    │          │      │  │  └─Extras
    │          │      │  │      ├─COP
    │          │      │  │      └─IntroMATLAB
    │          │      │  ├─Black Litterman
    │          │      │  ├─Matlab Documents
    │          │      │  └─Papers
    │          │      ├─CointegrationProjectImplementation
    │          │      │  ├─Econometric Toolbox
    │          │      │  │  ├─coint
    │          │      │  │  ├─data
    │          │      │  │  ├─diagn
    │          │      │  │  ├─distrib
    │          │      │  │  ├─examples
    │          │      │  │  │  ├─ch10_examples
    │          │      │  │  │  ├─ch2_examples
    │          │      │  │  │  ├─ch3_examples
    │          │      │  │  │  ├─ch4_examples
    │          │      │  │  │  ├─ch5_examples
    │          │      │  │  │  ├─ch6_examples
    │          │      │  │  │  ├─ch7_examples
    │          │      │  │  │  ├─ch8_examples
    │          │      │  │  │  └─ch9_examples
    │          │      │  │  ├─gibbs
    │          │      │  │  ├─graphs
    │          │      │  │  ├─optimize
    │          │      │  │  ├─regress
    │          │      │  │  ├─spatial
    │          │      │  │  │  ├─casetti_models
    │          │      │  │  │  ├─far_models
    │          │      │  │  │  ├─gmm_models
    │          │      │  │  │  ├─gwr_models
    │          │      │  │  │  ├─lndet_funcs
    │          │      │  │  │  ├─mess_models
    │          │      │  │  │  ├─panel
    │          │      │  │  │  ├─sac_models
    │          │      │  │  │  ├─sar_models
    │          │      │  │  │  ├─sdm_models
    │          │      │  │  │  ├─semip
    │          │      │  │  │  ├─sem_models
    │          │      │  │  │  ├─stats
    │          │      │  │  │  │  └─FESPD_Est_Tests
    │          │      │  │  │  └─weights
    │          │      │  │  ├─ts_aggregation
    │          │      │  │  ├─Ucsd_garch
    │          │      │  │  │  ├─64-bit Binaries
    │          │      │  │  │  ├─BootStrap
    │          │      │  │  │  ├─Distributions
    │          │      │  │  │  ├─Garch
    │          │      │  │  │  ├─Kernel Estimation
    │          │      │  │  │  ├─MEX Source
    │          │      │  │  │  ├─MV Garch
    │          │      │  │  │  │  ├─Bekk
    │          │      │  │  │  │  ├─Correlation MVGarch
    │          │      │  │  │  │  └─T Bekk
    │          │      │  │  │  ├─Post 7.1 32-bit Binaries
    │          │      │  │  │  ├─Pre 7.1 32-bit Binaries
    │          │      │  │  │  └─Tests
    │          │      │  │  ├─util
    │          │      │  │  └─var_bvar
    │          │      │  ├─Raw
    │          │      │  └─TranformedRaw
    │          │      │      └─Excel
    │          │      ├─CQF Final Project (C++)
    │          │      │  ├─Backup
    │          │      │  │  ├─CDS_Bootstrapping_Program
    │          │      │  │  │  ├─bin
    │          │      │  │  │  │  ├─Debug_20230322_092714
    │          │      │  │  │  │  └─Release
    │          │      │  │  │  ├─obj
    │          │      │  │  │  │  └─Debug
    │          │      │  │  │  │      └─TempPE_20230322_092714
    │          │      │  │  │  └─Properties
    │          │      │  │  └─_UpgradeReport_Files
    │          │      │  ├─BinomialTree
    │          │      │  │  └─Debug
    │          │      │  ├─BondPriceCloseFormula
    │          │      │  │  └─Debug
    │          │      │  ├─CDS_Bootstrapping_Program
    │          │      │  │  ├─bin
    │          │      │  │  │  └─Debug
    │          │      │  │  ├─obj
    │          │      │  │  │  └─Debug
    │          │      │  │  │      └─TempPE
    │          │      │  │  └─Properties
    │          │      │  ├─Data
    │          │      │  ├─DataAccess
    │          │      │  │  ├─Debug
    │          │      │  │  └─Release
    │          │      │  ├─Debug
    │          │      │  ├─FiniteDifference
    │          │      │  │  └─Debug
    │          │      │  ├─GaussianIntegral
    │          │      │  │  └─Debug
    │          │      │  ├─Halton
    │          │      │  │  ├─Debug
    │          │      │  │  └─Halton
    │          │      │  ├─ipch
    │          │      │  │  ├─binomialtree-d5f181b7
    │          │      │  │  ├─bondpricecloseformula-1b52d1a5
    │          │      │  │  ├─finitedifference-42cc2135
    │          │      │  │  ├─gaussianintegral-4c8bdb63
    │          │      │  │  └─randomgenerator-36c41971
    │          │      │  ├─LinearAlgebra
    │          │      │  │  ├─Debug
    │          │      │  │  └─Release
    │          │      │  ├─Math
    │          │      │  ├─NumericalRecipes
    │          │      │  ├─Optimization
    │          │      │  │  ├─DownhillSimplex
    │          │      │  │  └─function_demos
    │          │      │  ├─Quant
    │          │      │  │  ├─Backup
    │          │      │  │  ├─Debug
    │          │      │  │  ├─ipch
    │          │      │  │  │  └─quant-3f6ca7b3
    │          │      │  │  ├─Release
    │          │      │  │  └─_UpgradeReport_Files
    │          │      │  ├─RandomGenerator
    │          │      │  │  └─Debug
    │          │      │  ├─Release
    │          │      │  ├─TestConsole
    │          │      │  ├─TestConsole3
    │          │      │  │  ├─Debug
    │          │      │  │  └─Release
    │          │      │  ├─TestConsoleUVM
    │          │      │  │  ├─Debug
    │          │      │  │  └─Release
    │          │      │  ├─TestConsoleUVM_old
    │          │      │  ├─UncertainVolOptimizer
    │          │      │  │  ├─bin
    │          │      │  │  │  ├─Debug
    │          │      │  │  │  └─Release
    │          │      │  │  ├─obj
    │          │      │  │  │  ├─Debug
    │          │      │  │  │  │  └─TempPE
    │          │      │  │  │  └─Release
    │          │      │  │  │      └─TempPE
    │          │      │  │  └─Properties
    │          │      │  ├─UnvertainVolatility
    │          │      │  │  ├─Debug
    │          │      │  │  └─Release
    │          │      │  └─_UpgradeReport_Files
    │          │      ├─Fixed Income Portfolio Optimization
    │          │      ├─HJM (MATLAB)
    │          │      ├─HJM Model
    │          │      └─HJMProjectImplementation
    │          ├─L2
    │          ├─L3
    │          ├─L4
    │          ├─L5
    │          ├─L6
    │          ├─L7
    │          ├─L8
    │          └─L9
    ├─CQF 交易策略Trading Strategies
    │  ├─A Market Impact Model that Works - Dan di Bartolomeo
    │  ├─A Response to Professor Paul A. Samuelson's Objections to Kelly Capital Growth - William Ziemba
    │  ├─Advanced Portfolio Management - Seb Lleo
    │  ├─Advanced Volatility Modeling - Riaz Ahmad
    │  ├─Alternative Data for Investors – Saeed Amen
    │  ├─Asset Liability Models That are Useful in Practice - William Ziemba
    │  ├─Average and Superior Hedge Fund Evaluation-Bill Ziemba
    │  ├─Cointegration and Statistical Arbitrage - Richard Diamond
    │  ├─Correlation Sensitivity and State Dependence - Paul Wilmott and SiYi Zhou
    │  ├─Covariance Complexity and Rates of Return on Assets – Leonard McClean
    │  ├─CQF Finance Primer - Capital Markets in Fundamentals
    │  ├─CQF Finance Primer - Introduction to Bonds
    │  ├─CQF Finance Primer - Introduction to Commodities
    │  ├─CQF Finance Primer - Introduction to Derivatives
    │  ├─CQF Finance Primer - Introduction to Equities
    │  ├─CQF Finance Primer - Introduction to FX
    │  ├─CQF Finance Primer - Introduction to Money Markets
    │  ├─CQF Finance Primer - Macro Economics
    │  ├─Discrete Hedging and Transaction Costs - Paul Wilmott
    │  ├─Equity Portfolio Risk Management - Jason MacQueen
    │  ├─Financial Modelling using Garch Processes - Kyriakos Chourdakis
    │  ├─Frankenstein's Model or the Perfect Union - Richard Young & Jason MacQueen
    │  ├─Fundamentals of Optimization and Application to Portfolio Selection - Seb Lleo
    │  ├─ICA and Hedge Fund Returns - Andrew Robinson
    │  ├─Investment Lessons from Gambling and Blackjack - Paul Wilmott
    │  ├─Life of a Trader - Ed Talisse
    │  ├─Navigating Stock Market Crashes – Bill Ziemba
    │  ├─Prediction of Stock Market Crashes, Entry Exits from Bubbles, Hedge Fund Disasters and their Prevention - Bill Ziemba
    │  ├─Quant Methods
    │  ├─Quantative Methods in the Financial Markets - Riaz Ahmad
    │  ├─Quantifying Fissures in the US High Yield Market - Hari P. Krishnan
    │  ├─Risk Management in Energy Derivatives (Hedging) - Iris Mack
    │  ├─Speculation Using Energy Derivatives (Trading) - Iris Mack
    │  ├─Symmetric Downside Sharpe Ratio - William Ziemba
    │  ├─The Impact of Carry and Roll-Down on Macro Returns - Hari Krishnan
    │  ├─The Kelly Strategy for Investing - Risk and Reward – Leonard MacLean
    │  ├─The Market Price of Risk - Fear and greed in the fixed-income markets - Paul Wilmott
    │  ├─The Second Leg Down - Strategies for Surviving a Market Sell Off - Hari Krishnan
    │  ├─The Trade Lifecycle
    │  ├─Update on Financial Markets and Strategies - William Ziemba
    │  ├─Valuation framework for interest rate derivatives in today's Libor world - Wojciech Slusarski
    │  ├─Volatility Arbitrage and How to Hedge - Paul Wilmott
    │  └─Volatility Models The ARCH Framework - Stephen Taylor
    ├─CQF 高级进阶课 Advanced Course
    │  ├─Advanced Volatility Modelling
    │  ├─Asian Options
    │  ├─Barrier Options
    │  ├─Behavioural Models and Sentiment Analysis Applied to Finance
    │  ├─Capital Structure
    │  ├─Equity Portfolio Risk Management
    │  ├─Finite Difference Model
    │  ├─Intraday High Frequency Trading
    │  ├─Lookback Options
    │  ├─Market Microstructure Liquidity and Trading
    │  ├─Mult-asset Options
    │  ├─Strongly Path Dependent Options
    │  └─Volatility Options
    ├─前导课
    │  ├─Finance Primer
    │  ├─labs
    │  ├─Math Primer
    │  ├─Python Primer
    │  ├─Python代码
    │  ├─数学前导讲义
    │  └─金融前导课讲义
    ├─课本
    └─高级选修课
        ├─CQF 2021 高级选修课 Advanced Electives Algorithm and High Frequency Trading En Ch EV Ecn
        │  ├─CQF_Alumni_Forecasting_by_Using_Option_Prices_Additional_Notes
        │  ├─CQF_Alumni_NAG_and_Excel_for_Math_Finance
        │  ├─CQF_Alumni_R_for_Finance_Patrick_Burns
        │  └─CQF_January_2012_Cointegration_Modelling_Long_Term_Relationships_Excel
        ├─CQF 2021 高级选修课 Advanced Electives Trading Strategie and Portfolio Management En Ch EV Ecn
        └─高级选修课 Advanced Electives Updates En Ch EV Ecn

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
吾爱破解欢迎你!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|小黑屋|吾爱破解软件站

GMT+8, 2025-10-21 16:38 , Processed in 0.036410 second(s), 14 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表