Feeds
질문
How can I treat a aleatory variable in Matlab?
I have the following basic optimal reinsurance model min(x+ P(min(max(L-x,0),VaR-x)) subject to 0<=x<=VaR where P(.) is...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to use fminbnd correctly when a function has a function "inside"
I am trying to find the minimum of the following function: @(x) (x+(1+omega)*mean(min(max(L-x,0),VaR-x)) subject to 0<=x<=...
8년 초과 전 | 답변 수: 1 | 0