4.8

4.8 | 20 ratings Rate this file 286 downloads (last 30 days) File Size: 6.62 MB File ID: #9061

Risk and Asset Allocation

by Attilio Meucci

 

16 Nov 2005 (Updated 10 Apr 2009)

Code covered by the BSD License  

Software for quantitative portfolio and risk management

Download Now | Watch this File

File Information
Description

These routines support the book "Risk and Asset Allocation" Springer Finance, by A. Meucci, see http://www.symmys.com

The routines include many new features:
- more uni-, multi- and matrix-variate distributions
- more copulas
- more graphical representations
- more analyses in terms of the location-dispersion ellipsoid.
- best replication / best factor selection
- FFT-based projection of a distribution to the investment horizon
- caveats about delta/gamma pricing
- step-by-step evaluation of a generic estimator
- non-parametric estimators
- multivariate elliptical maximum-likelihood estimators
- shrinkage estimators: Stein and Ledoit-Wolf, Bayesian classical equivalent
- robust estimators: Hubert M, high-breakdown minimum volume ellipsoid
- missing-data techniques: EM algorithm, uneven-series conditional estimation
- stochastic dominance
- extreme value theory for VaR
- Cornish-Fisher approximation for VaR
- kernel-based contribution to VaR and expected shortfall from different risk-factors
- mean-variance analysis and pitfalls (different horizons, compounded vs. linear returns, etc...)
- Bayesian estimation (multivariate analytical, Monte Carlo Markov Chains, priors for correlation matrices)
- estimation risk evaluation: opportunity cost of estimation-based allocations
- Black Litterman allocation
- robust optimization (calls SeDuMi to perform cone programming)
- robust Bayesian allocation
- more...
In addition to these MATLAB routines, at www.symmys.com the reader can find other freely downloadable complementary materials:
- the "Technical Appendices", a booklet with the proofs of the results presented in the books and used in the routines
- the "Slides", a set of presentations that walk the reader through the whole book
- the "Errata", a few typos in the first two reprints of the book
- the "Sample", an excerpt of the book.
Any feedback on the above materials is highly appreciated: please refer to www.symmys.com to contact the author.

Required Products Optimization Toolbox
Statistics Toolbox
MATLAB release MATLAB 6.0 (R12)
Zip File Content  
Other Files
AMeucciRiskandAssetAllocationRoutines/Ch1_UniVariateDistributions/S_Gamma.m,
AMeucciRiskandAssetAllocationRoutines/Ch1_UniVariateDistributions/S_GammaCdf.m,
AMeucciRiskandAssetAllocationRoutines/Ch1_UniVariateDistributions/S_Lognormal.m,
AMeucciRiskandAssetAllocationRoutines/Ch1_UniVariateDistributions/S_Normal.m,
AMeucciRiskandAssetAllocationRoutines/Ch1_UniVariateDistributions/S_QuantileNormalMixture.m,
AMeucciRiskandAssetAllocationRoutines/Ch1_UniVariateDistributions/S_Regularization.m,
AMeucciRiskandAssetAllocationRoutines/Ch1_UniVariateDistributions/S_SimulationsVsAnalytical.m,
AMeucciRiskandAssetAllocationRoutines/Ch1_UniVariateDistributions/S_StudentT.m,
AMeucciRiskandAssetAllocationRoutines/Ch1_UniVariateDistributions/S_Uniform.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Cdf/BivStandardTPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Cdf/S_NormalCDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Cdf/S_TCDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Pdf/LognormalPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Pdf/LogTPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Pdf/NormalPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Pdf/S_DisplayLognormalPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Pdf/S_DisplayLogTPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Pdf/S_DisplayNormalPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Pdf/S_DisplayTPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Pdf/S_DisplayUniformPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Pdf/S_DisplayWishartPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Pdf/S_OrderStatisticsPDFCentralGamma.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Pdf/S_OrderStatisticsPDFLogn.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Pdf/S_OrderStatisticsPDFStudentT.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Pdf/StudentTPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Pdf/UniformEllipticalPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Pdf/WishartPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Simulations/Elliptical/S_Elliptical2Dim.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Simulations/Elliptical/S_Elliptical3Dim.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Simulations/Elliptical/S_EllipticalNDim.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Simulations/Elliptical/S_SphericallySymmetric.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Simulations/Elliptical/S_UniformEllipsoid.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Simulations/Elliptical/S_UniformEllipsoid2.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Simulations/S_LogNormal.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Simulations/S_LogT.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Simulations/S_Normal.asv,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Simulations/S_Normal.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Simulations/S_NormalMatrix.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Simulations/S_OrderStatistics.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Simulations/S_StudentT.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Simulations/S_Uniform.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/A_Distributions/Simulations/S_Wishart.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/A_pdf/LognormalCopulaPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/A_pdf/LogTCopulaPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/A_pdf/NormalCopulaPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/A_pdf/S_DisplayCopulaPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/A_pdf/TCopulaPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/B_cdf/NormalCopulaCDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/B_cdf/S_DisplayCopulaCDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/B_cdf/TCopulaCDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/C_Simulations/S_GenericCopula.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/C_Simulations/S_LognormalCopulaSimul.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/C_Simulations/S_LogTCopulaSimul.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/C_Simulations/S_NormalCopulaSimul.asv,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/C_Simulations/S_NormalCopulaSimul.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/C_Simulations/S_TCopulaSimul.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/C_Simulations/S_WishartCopulaSimul.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/D_DependenceStatistics/NormalCopulaCDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/D_DependenceStatistics/S_KendallTau.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/D_DependenceStatistics/S_SpearmanRho.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/S_CopulaMarginalDecomposition.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/B_Copulas/S_Grades.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/C_LocationDispersion/LogNormalParam2Statistics.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/C_LocationDispersion/S_AnalyzeLognormalCorrelation.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/C_LocationDispersion/S_AnalyzeNormalCorrelation.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/C_LocationDispersion/S_EllipsoidGeometryVsStatistics.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/C_LocationDispersion/S_EllipsoidLogNormal.asv,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/C_LocationDispersion/S_EllipsoidLogNormal.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/C_LocationDispersion/S_EllipsoidNormal.asv,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/C_LocationDispersion/S_EllipsoidNormal.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/C_LocationDispersion/S_EquivarianceLogNormal.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/C_LocationDispersion/S_EquivarianceNormal.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/C_LocationDispersion/S_NoEquivarianceMedian.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/C_LocationDispersion/TwoDimEllipsoid.m,
AMeucciRiskandAssetAllocationRoutines/Ch2_MultiVariateDistributions/S_SimulationsVsAnalytical.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/A_InvarianceQuest/DB_Equities.mat,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/A_InvarianceQuest/DB_FixedIncome.mat,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/A_InvarianceQuest/DB_Swaptions.mat,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/A_InvarianceQuest/DB_VIX.mat,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/A_InvarianceQuest/IIDAnalysis.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/A_InvarianceQuest/ProcessDB.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/A_InvarianceQuest/S_BondPrices.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/A_InvarianceQuest/S_EquitiesInvariants.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/A_InvarianceQuest/S_FixedIncomeInvariants.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/A_InvarianceQuest/S_OptionsInvariants.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/A_InvarianceQuest/S_SwaptionsInvariants.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/A_InvarianceQuest/TwoDimEllipsoid.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/B_HorizonProjection/S_Projection_Beta.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/B_HorizonProjection/S_Projection_Gamma.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/B_HorizonProjection/S_Projection_Lognormal.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/B_HorizonProjection/S_Projection_NonParam.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/B_HorizonProjection/S_Projection_T.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/C_DimensionReduction/DatabaseStocks.mat,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/C_DimensionReduction/R2.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/C_DimensionReduction/S_PCA2Dim.asv,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/C_DimensionReduction/S_PCA2Dim.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/C_DimensionReduction/S_PCA3Dim.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/C_DimensionReduction/S_PCAvsRegression.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/C_DimensionReduction/S_Regression2Dim.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/C_DimensionReduction/S_Regression3Dim.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/C_DimensionReduction/S_SelectFactors.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/C_DimensionReduction/TwoDimEllipsoid.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/D_Pricing/S_PricingAnyOrder.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/D_Pricing/S_PricingCallOption.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/E_CaseStudySwap/DB_SwapCurve.mat,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/E_CaseStudySwap/FitError.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/E_CaseStudySwap/S_CaseStudyPCAEmprical.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/E_CaseStudySwap/S_CaseStudyPCALimitContinuum.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/E_CaseStudySwap/S_CaseStudySwapDistribution.m,
AMeucciRiskandAssetAllocationRoutines/Ch3_ModellingMarket/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/A_Introduction/G_Hat_1.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/A_Introduction/G_Hat_2.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/A_Introduction/S_EstimateExpectedValueEvaluation.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/A_Introduction/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/B_NonParametric/S_KernelQuantile.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/B_NonParametric/S_OLS.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/B_NonParametric/S_SampleMeanCov.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/B_NonParametric/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/B_NonParametric/TwoDimEllipsoid.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/C_MaximumLikelihood/A_UnivariateNormal/PlotEstimatorStressTest.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/C_MaximumLikelihood/A_UnivariateNormal/S_StressNormalMu.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/C_MaximumLikelihood/A_UnivariateNormal/S_StressNormalSigma.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/C_MaximumLikelihood/B_UnivariateLognormal/PlotEstimatorStressTest.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/C_MaximumLikelihood/B_UnivariateLognormal/S_StressLognormalMu.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/C_MaximumLikelihood/B_UnivariateLognormal/S_StressLognormalSigma.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/C_MaximumLikelihood/C_MultivariateNormal/NormalMLE.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/C_MaximumLikelihood/C_MultivariateNormal/PlotEstimatorStressTest.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/C_MaximumLikelihood/C_MultivariateNormal/S_StressCorrelation.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/C_MaximumLikelihood/D_MultivariateT/LogLik.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/C_MaximumLikelihood/D_MultivariateT/MleRecursionForT.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/C_MaximumLikelihood/D_MultivariateT/PlotEstimatorStressTest.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/C_MaximumLikelihood/D_MultivariateT/S_DisplayMleRecursionForT.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/C_MaximumLikelihood/D_MultivariateT/S_StressCorrelation.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/C_MaximumLikelihood/D_MultivariateT/StudentMLE.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/C_MaximumLikelihood/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/D_Shrinkage/PlotEstimatorStressTest.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/D_Shrinkage/S_EigenvalueDispersion.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/D_Shrinkage/S_ShrinkageEstimators.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/D_Shrinkage/S_StressCorrelation.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/D_Shrinkage/ShrinkLocationDispersion.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/D_Shrinkage/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/E_Robust/A_Intro/S_DisplayRobustness.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/E_Robust/A_Intro/TwoDimEllipsoid.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/E_Robust/B_HubertM/HubertM.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/E_Robust/B_HubertM/OutlierCutoff.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/E_Robust/B_HubertM/PlotEstimatorStressTest.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/E_Robust/B_HubertM/S_DisplayRobustness.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/E_Robust/B_HubertM/S_StressCorrelation.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/E_Robust/B_HubertM/TempDB_StressCorrelation.mat,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/E_Robust/B_HubertM/TwoDimEllipsoid.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/E_Robust/C_HighBreakDown/ComputeMVE.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/E_Robust/C_HighBreakDown/RejectOutlier.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/E_Robust/C_HighBreakDown/S_HighBreakdownMVE.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/E_Robust/C_HighBreakDown/TwoDimEllipsoid.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/F_MissingData/EM.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/F_MissingData/S_MissingValuesEM.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/F_MissingData/S_UnevenSeries.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/F_MissingData/UnevenSeriesEstimator.m,
AMeucciRiskandAssetAllocationRoutines/Ch4_EstimatingInvariants/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch5_EvaluatingAllocations/A_StochasticDominance/S_StochasticDominanceNormNorm.m,
AMeucciRiskandAssetAllocationRoutines/Ch5_EvaluatingAllocations/A_StochasticDominance/S_StochasticDominanceNormT.m,
AMeucciRiskandAssetAllocationRoutines/Ch5_EvaluatingAllocations/A_StochasticDominance/S_StochasticDominanceUniBiModal.m,
AMeucciRiskandAssetAllocationRoutines/Ch5_EvaluatingAllocations/B_ExpectedUtility/S_ExponentialUtil_is_TranslInvariant.m,
AMeucciRiskandAssetAllocationRoutines/Ch5_EvaluatingAllocations/B_ExpectedUtility/S_PowerUtil_ContributionsToSatisfaction.m,
AMeucciRiskandAssetAllocationRoutines/Ch5_EvaluatingAllocations/B_ExpectedUtility/S_PowerUtil_is_Homogeneous.m,
AMeucciRiskandAssetAllocationRoutines/Ch5_EvaluatingAllocations/B_ExpectedUtility/S_ProspectTheory_isnot_Concave.m,
AMeucciRiskandAssetAllocationRoutines/Ch5_EvaluatingAllocations/C_ValueAtRisk/S_CornishFisher.m,
AMeucciRiskandAssetAllocationRoutines/Ch5_EvaluatingAllocations/C_ValueAtRisk/S_EVT.m,
AMeucciRiskandAssetAllocationRoutines/Ch5_EvaluatingAllocations/C_ValueAtRisk/S_VaR_is_HomogNotConcave.m,
AMeucciRiskandAssetAllocationRoutines/Ch5_EvaluatingAllocations/C_ValueAtRisk/S_VaRContributions.m,
AMeucciRiskandAssetAllocationRoutines/Ch5_EvaluatingAllocations/C_ValueAtRisk/S_VaRContributions_TdistrMarket.m,
AMeucciRiskandAssetAllocationRoutines/Ch5_EvaluatingAllocations/D_ExpectedShortfall/S_ES_Contributions.m,
AMeucciRiskandAssetAllocationRoutines/Ch5_EvaluatingAllocations/D_ExpectedShortfall/S_ES_is_HomogConcave.m,
AMeucciRiskandAssetAllocationRoutines/Ch5_EvaluatingAllocations/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/A_AnalyticalExample/ChoiceOptimal.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/A_AnalyticalExample/ChoiceSubOptimal.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/A_AnalyticalExample/ComputeFrontier.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/A_AnalyticalExample/S_LeadingExample.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/A_AnalyticalExample/S_SatisfactionVsCorrelation.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/A_AnalyticalExample/Satisfaction.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/A_AnalyticalExample/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/B_MeanVarianceFramework/Analytitcal/ComputeFrontier.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/B_MeanVarianceFramework/Analytitcal/EfficientFrontier.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/B_MeanVarianceFramework/Analytitcal/S_AffineConstraint.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/B_MeanVarianceFramework/Analytitcal/S_DiversificationCorrelation.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/B_MeanVarianceFramework/Analytitcal/S_DiversificationNumAssets.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/B_MeanVarianceFramework/Analytitcal/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/B_MeanVarianceFramework/Generic/EfficientFrontier.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/B_MeanVarianceFramework/Generic/Log2Lin.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/B_MeanVarianceFramework/Generic/S_DifferentHorizons.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/B_MeanVarianceFramework/Generic/S_PricesVsReturns.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/B_MeanVarianceFramework/Generic/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/B_MeanVarianceFramework/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/C_TotalReturnVsBenchmark/EfficientFrontierNoConstr.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/C_TotalReturnVsBenchmark/PlotTotalRetsVsRelativeRets.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/C_TotalReturnVsBenchmark/S_TotalRetsVsRelativeRets.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/C_TotalReturnVsBenchmark/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/D_CaseStudy/EfficientFrontier.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/D_CaseStudy/MktProjection.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/D_CaseStudy/S_CaseStudy.m,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/D_CaseStudy/Series_DB.mat,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/D_CaseStudy/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch6_OptimizingAllocations/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch7_BayesianEstimation/Lklhd.m,
AMeucciRiskandAssetAllocationRoutines/Ch7_BayesianEstimation/PlotNIWMarginals.m,
AMeucciRiskandAssetAllocationRoutines/Ch7_BayesianEstimation/PriorPDF.m,
AMeucciRiskandAssetAllocationRoutines/Ch7_BayesianEstimation/randNIW.m,
AMeucciRiskandAssetAllocationRoutines/Ch7_BayesianEstimation/S_AnalyzeNIWPriorPosterior.m,
AMeucciRiskandAssetAllocationRoutines/Ch7_BayesianEstimation/S_MCMC.m,
AMeucciRiskandAssetAllocationRoutines/Ch7_BayesianEstimation/S_PriorCorrelationParametric.m,
AMeucciRiskandAssetAllocationRoutines/Ch7_BayesianEstimation/S_PriorCorrelationUniform.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/A_EvaluationGeneric/ChoiceOptimal.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/A_EvaluationGeneric/Cost.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/A_EvaluationGeneric/DecisionBestPerformer.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/A_EvaluationGeneric/PlotEvaluationGeneric.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/A_EvaluationGeneric/S_EvaluationGeneric.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/A_EvaluationGeneric/Satisfaction.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/A_EvaluationGeneric/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/B_PriorAllocation/ChoiceOptimal.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/B_PriorAllocation/Cost.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/B_PriorAllocation/DecisionPrior.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/B_PriorAllocation/PlotEvaluationPrior.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/B_PriorAllocation/S_EvaluationPrior.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/B_PriorAllocation/Satisfaction.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/B_PriorAllocation/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/C_SampleBasedAllocation/ChoiceOptimal.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/C_SampleBasedAllocation/ChoiceSubOptimal.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/C_SampleBasedAllocation/ComputeFrontier.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/C_SampleBasedAllocation/Cost.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/C_SampleBasedAllocation/DecisionSample.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/C_SampleBasedAllocation/PlotDeceptionInMV.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/C_SampleBasedAllocation/PlotEvaluationSample.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/C_SampleBasedAllocation/PlotSampleInMV.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/C_SampleBasedAllocation/S_DeceptionInMV.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/C_SampleBasedAllocation/S_EvaluationSample.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/C_SampleBasedAllocation/S_SampleMVCoordinates.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/C_SampleBasedAllocation/Satisfaction.m,
AMeucciRiskandAssetAllocationRoutines/Ch8_EvalEstimationRisk/C_SampleBasedAllocation/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/A_BayesAllocation/ChoiceOptimal.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/A_BayesAllocation/Cost.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/A_BayesAllocation/DecisionBayesParameters.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/A_BayesAllocation/InvWishCorr.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/A_BayesAllocation/PlotEvaluationBayesian.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/A_BayesAllocation/S_EvaluationBayesian.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/A_BayesAllocation/Satisfaction.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/B_BlackLittAllocation/CovNRets.mat,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/B_BlackLittAllocation/dbMainBlackLittAllocation.mat,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/B_BlackLittAllocation/EfficientFrontier.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/B_BlackLittAllocation/Log2Lin.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/B_BlackLittAllocation/PlotBlackLittAllocation.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/B_BlackLittAllocation/PlotFrontier.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/B_BlackLittAllocation/S_AssessNModifyViews.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/B_BlackLittAllocation/S_BlackLitterman.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/B_BlackLittAllocation/S_BlackLittermanVsBruteForce.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/B_BlackLittAllocation/S_MotivationsBL.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/B_BlackLittAllocation/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/ReadMe.txt,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/RobSocpMVPortf.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/S_RobustMV.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi-Remarks.pdf,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/ada_pcg.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/adendotd.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/adendotd.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/adendotd.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/adenscale.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/adenscale.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/Amul.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/asmDxq.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/auxfwdpr1.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/auxgivens.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/blkaux.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/blkchol.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/blkchol.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/blkchol.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/blkchol2.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/blkmul.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/blksdp.h,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/bwblkslv.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/bwblkslv.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/bwblkslv.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/bwblkslv2.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/bwdpr1.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/bwdpr1.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/bwdpr1.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/cellK.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/Changelog.asv,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/Changelog.txt,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/checkpars.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/cholsplit.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/cholsplit.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/choltmpsiz.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/choltmpsiz.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/Contents.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/ddot.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/ddot.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/ddot.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/deninfac.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/dpr1fact.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/dpr1fact.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/dpr1fact.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/eigK.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/eigK.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/eigK.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/extractA.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/extractA.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/extractA.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/eyeK.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/eyeK.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/eyeK.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/factorK.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/factorK.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/findblks.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/findblks.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/findblks.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/finsymbden.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/finsymbden.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/finsymbden.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/frameit.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/fwblkslv.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/fwblkslv.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/fwblkslv.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/fwdpr1.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/fwdpr1.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/fwdpr1.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/getada1.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/getada1.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/getada1.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/getada2.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/getada2.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/getada2.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/getada3.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/getada3.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/getada3.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/getDAt.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/getDAtm.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/getdense.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/getsymbada.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/givens.h,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/givensrot.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/givensrot.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/givensrot.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/incorder.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/incorder.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/incorder.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/Install.txt,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/install_sedumi.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/invcholfac.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/invcholfac.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/invcholfac.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/iswnbr.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/iswnbr.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/iswnbr.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/loopPcg.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/makereal.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/makereal.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/makereal.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/mat.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/maxstep.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/mJdetd.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/my_fprintf.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/optstep.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/ordmmd.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/ordmmdmex.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/ordmmdmex.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/ordmmdmex.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/partitA.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/partitA.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/partitA.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/PopK.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/postprocessSDP.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/posttransfo.asv,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/posttransfo.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/preprocessSDP.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/pretransfo.asv,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/pretransfo.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdeig.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdeig.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdeig.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdfactor.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdfactor.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdfactor.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdframeit.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdframeit.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdinvjmul.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdinvjmul.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdinvjmul.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdinvscale.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdinvscale.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdjmul.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdjmul.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdjmul.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdscale.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdscale.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/psdscale.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qblkmul.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qblkmul.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qblkmul.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qframeit.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qframev.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qframev.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qinvjmul.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qinvsqrt.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qinvsqrt.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qjmul.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qreshape.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qreshape.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qreshape.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qrK.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qrK.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qscaleK.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/qscaleK.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/quadadd.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/quadadd.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/quadadd.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/Readme.txt,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/reflect.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/reflect.h,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/rotlorentz.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sddir.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sdfactor.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sdinit.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sdmauxCmp.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sdmauxCone.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sdmauxFill.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sdmauxRdot.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sdmauxScalarmul.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sdmauxTriu.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sdmauxTriudot.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sedumi.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sortnnz.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sortnnz.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sortnnz.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sparbwslv.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sparfwslv.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/spars.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/spscale.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sqrtinv.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sqrtinv.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/sqrtinv.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/statsK.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/statsK.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/statsK.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/stepdif.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/symbbwblk.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/symbbwblk.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/symbchol.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/symbchol.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/symbcholden.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/symbfwblk.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/symbfwblk.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/symfct.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/symfctmex.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/symfctmex.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/symfctmex.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/tdet.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/triuaux.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/triuaux.h,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/triumtriu.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/triumtriu.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/triumtriu.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/trydif.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/updtransfo.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/urotorder.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/urotorder.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/urotorder.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/vec.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/veccomplex.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/vecsym.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/vecsym.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/vecsym.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/vectril.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/vectril.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/vectril.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/Version.txt,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/whichcpx.c,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/whichcpx.dll,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/whichcpx.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/widelen.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/wrapPcg.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_1_1/wregion.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_Guide_105R5.pdf,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/C_RobustAllocation/SeDuMi_Guide_11.pdf,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/D_RobustBayesAllocation/Constraints.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/D_RobustBayesAllocation/EfficientFrontier.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/D_RobustBayesAllocation/EfficientFrontier2.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/D_RobustBayesAllocation/ProcessNPlotFrontier.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/D_RobustBayesAllocation/S_RobustBayesMV.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/D_RobustBayesAllocation/S_RobustBayesMVSimulations.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/D_RobustBayesAllocation/S_RobustBayesSnP.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/D_RobustBayesAllocation/SectorsSnP500.mat,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/D_RobustBayesAllocation/Thumbs.db,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/EfficientFrontier.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/PlotFrontier.m,
AMeucciRiskandAssetAllocationRoutines/Ch9_OptimEstimationRisk/S_Motivation.m,
AMeucciRiskandAssetAllocationRoutines/Extras/COP/dbPricingFeatures.mat,
AMeucciRiskandAssetAllocationRoutines/Extras/COP/dbPriorMC.mat,
AMeucciRiskandAssetAllocationRoutines/Extras/COP/dbTreasuryCurve.mat,
AMeucciRiskandAssetAllocationRoutines/Extras/COP/EMforT.m,
AMeucciRiskandAssetAllocationRoutines/Extras/COP/EstimateNGeneratePrior.m,
AMeucciRiskandAssetAllocationRoutines/Extras/COP/FitT.m,
AMeucciRiskandAssetAllocationRoutines/Extras/COP/LogLik.m,
AMeucciRiskandAssetAllocationRoutines/Extras/COP/ReadMe.txt,
AMeucciRiskandAssetAllocationRoutines/Extras/COP/S_COP.m,
AMeucciRiskandAssetAllocationRoutines/Extras/IntroMATLAB/Addition.m,
AMeucciRiskandAssetAllocationRoutines/Extras/IntroMATLAB/S_Introduction.m,
AMeucciRiskandAssetAllocationRoutines/ReadMe.txt,
AMeucciRiskandAssetAllocationRoutines/Thumbs.db
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (20)
17 Jun 2006 anonymus anonymus

Excelent source of free knowlegde!

12 Oct 2006 Mukhtar Ahmad

greatly helpful

11 Jan 2007 Dimitri Shvorob

An amazing book, and extremely useful and user-friendly code. Thank you.

07 Mar 2007 dong song  
19 Mar 2007 Bhaskar Sinha

one of the few COMPLETE book in asset allocation, exaustive and stimulating. a dream for a researcher !!! you NEED this if you really serious.

04 Apr 2007 Alina Iorgulescu  
16 Apr 2007 Janson Chen

 Excellent

07 Jun 2007 Enrique M. Quilis

Very useful and complete.

11 Jun 2007 Alexandros Benos  
21 Jun 2007 Matteo Candolfini

An excellent piece of work!
Highly recommended.
It gives us the BIG PICTURE (and much of the details) of asset allocation and statistics.

30 Jul 2007 Atilla Cifter

Very useful

30 Jul 2007 Eugene Babaitsev

Very nice for illustrative purposes.

03 Aug 2007 Rodrigo Dupleich

very good Book and code is illustrative!! thanks.

19 Oct 2007 udo Zong  
28 Jan 2008 leo SONG  
17 Feb 2008 Roman Litvinov

very useful. thanks

26 Feb 2008 Chris Qiang  
19 Mar 2008 David Marczis  
02 Jul 2008 Hany Boutros

Thanks

07 Aug 2008 Haida YANG

many thanks~~~

Please login to add a comment or rating.
Updates
21 Jun 2007

fixed bug

10 Apr 2009

updated documentation link

Tag Activity for this File
Tag Applied By Date/Time
finance Attilio Meucci 22 Oct 2008 08:06:38
modeling Attilio Meucci 22 Oct 2008 08:06:38
analysis Attilio Meucci 22 Oct 2008 08:06:38
multivariate distributions Attilio Meucci 22 Oct 2008 08:06:38
coherent ri Attilio Meucci 22 Oct 2008 08:06:38
shrinkage Attilio Meucci 22 Oct 2008 08:06:38
maximum likelihood Attilio Meucci 22 Oct 2008 08:06:38
modeling Mikhail 11 Dec 2009 13:48:47
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com