Main Content
estimatePortVaR
Estimate value-at-risk for PortfolioCVaR object
Description
estimates value-at-risk for a pvar
= estimatePortVaR(obj
,pwgt
)PortfolioCVaR
object where the
probability level used is from the PortfolioCVaR
property
ProbabilityLevel
. For details on the workflow, see PortfolioCVaR Object Workflow.
Examples
Input Arguments
Output Arguments
Tips
You can also use dot notation to estimate the value-at-risk of PortfolioCVaR object.
pvar = obj.estimatePortVaR(pwgt);
Version History
Introduced in R2012b