portstats
Portfolio expected return and risk
Syntax
Description
[
computes the expected rate of return and risk for a portfolio of assets.PortRisk
,PortReturn
] = portstats(ExpReturn
,ExpCovariance
)
Note
An alternative for portfolio optimization is to use the Portfolio
object for
mean-variance portfolio optimization. This object supports gross or net
portfolio returns as the return proxy, the variance of portfolio returns
as the risk proxy, and a portfolio set that is any combination of the
specified constraints to form a portfolio set. For information on the
workflow when using Portfolio
objects, see Portfolio Object Workflow.
[
specifies options using one or more optional arguments in addition to the input
arguments in the previous syntax. PortRisk
,PortReturn
] = portstats(___,Wts
)
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a