Learn R Programming

PortfolioAnalytics (version 2.0.0)

centroid.sign: Positive and Negative View Centroid

Description

Compute the centroid for expressing a view on assets with positive or negative expected returns

Usage

centroid.sign(positive, negative, simulations = 1000)

Value

the centroid vector

Arguments

positive

a vector of the index of assets with positive expected return in ascending order

negative

a vector of the index of assets with negative expected return in ascending order.

simulations

number of simulations

Author

Ross Bennett

Examples

Run this code
# Express a view that 
# R_1 < R_2 < 0 < R_3 < R_4
centroid.sign(c(1, 2), c(4, 3))

Run the code above in your browser using DataLab