-5

I'm wondering what reshigh and reslow mean in the portfolio.optim function in the package tseries.

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

1 Answers1

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