Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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)

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

Value

the centroid vector

Author(s)

Ross Bennett

Examples

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

PortfolioAnalytics

Portfolio Analysis, Including Numerical Methods for Optimization of Portfolios

v1.1.0
GPL-2 | GPL-3
Authors
Brian G. Peterson [cre, aut, cph], Peter Carl [aut, cph], Kris Boudt [ctb, cph], Ross Bennett [ctb, cph], Hezky Varon [ctb], Guy Yollin [ctb], R. Douglas Martin [ctb]
Initial release
2018-05-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.