Financial Toolbox
  Go to function:
    Search    Help Desk 
portstats    Examples   See Also

Portfolio expected return and risk.

Syntax

Arguments

ExpReturn
1-by-number of assets (NASSETS) vector specifying the expected (mean) return of each asset.
ExpCovariance
NASSETS-by-NASSETS matrix specifying the covariance of the asset returns.
PortWts
Number of portfolios (NPORTS)-by-NASSETS matrix of weights allocated to each asset. Each row represents a different weighting combination. Default = 1/NASSETS.

Description

[PortRisk, PortReturn] = portstats(ExpReturn, ExpCovariance, PortWts) computes the expected rate of return and risk for a portfolio of assets.

PortRisk is an NPORTS-by-1 vector of the standard deviation of each portfolio.

PortReturn is an NPORTS-by-1 vector of the expected return of each portfolio.

Examples

See Also

frontcon



[ Previous | Help Desk | Next ]