Solving exponential utility function with risk taking attitude
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
It would be really helpful if someone can respond on how to solve the Exponential utility function equation in matlab. Here CE can vary from High to Low.
U(x) = A – B*EXP(–x/RT).
where,
A = EXP (–Low/RT) / [EXP (–Low/RT) – EXP (–High/RT)]
B = 1 / [EXP (–Low/RT) – EXP (–High/RT)]
and CE = –RT*LN[(A–EU)/B],
3 件のコメント
Torsten
2022 年 9 月 9 日
So you have a vector of values for x and U(x) and you try to determine A, B and RT such that norm(U(x)-(A-B*exp(-x/RT))) is minimized for a given value of CE ?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Parallel Computing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!