I'm wondering what reshigh
and reslow
mean in the portfolio.optim
function in the package tseries.
Asked
Active
Viewed 146 times
-5

Joshua Ulrich
- 173,410
- 32
- 338
- 418

Ravi Unhelkar
- 1
- 1
-
1Please try adding some relevant tags and references – Noy Feb 17 '16 at 14:26
-
Try `?portofolio.optim`: `a vector specifying the (optional) lower/upper bound on allowed portfolio weights.` – slamballais Feb 17 '16 at 14:26
1 Answers
2
According to the documentation :
reslow
a vector specifying the (optional) lower bound on allowed portfolio weights.
reshigh
a vector specifying the (optional) upper bound on allowed portfolio weights.

TomNash
- 3,147
- 2
- 21
- 57