Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to maximize one value (expected rate of return) and minimize another
value (variance) at the same time. Is there a way to find an optimum value rather than just finding either the maximum value of expected return, or finding the minimum value of variance. Is it possible to generate a table for a range of values ? Is it possible to generate a graph of expected return vs variance. Thanks, Prabhat |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Consider combining the variables:
If the expected rate of return in is B9 and the variance is in B10 then in another cell enter: =B9/(1+B10) and use Solver to maximize this cell. -- Gary''s Student - gsnu200810 "prabhat" wrote: I want to maximize one value (expected rate of return) and minimize another value (variance) at the same time. Is there a way to find an optimum value rather than just finding either the maximum value of expected return, or finding the minimum value of variance. Is it possible to generate a table for a range of values ? Is it possible to generate a graph of expected return vs variance. Thanks, Prabhat |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Why is B9/(1 + B10) .. and not B9/B10 .. also, is there a way to plot a graph
of expected value vs variance. "Gary''s Student" wrote: Consider combining the variables: If the expected rate of return in is B9 and the variance is in B10 then in another cell enter: =B9/(1+B10) and use Solver to maximize this cell. -- Gary''s Student - gsnu200810 "prabhat" wrote: I want to maximize one value (expected rate of return) and minimize another value (variance) at the same time. Is there a way to find an optimum value rather than just finding either the maximum value of expected return, or finding the minimum value of variance. Is it possible to generate a table for a range of values ? Is it possible to generate a graph of expected return vs variance. Thanks, Prabhat |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I picked (1+B9) to avoid he denominator coming close to zero if the variance
gets close to zero. -- Gary''s Student - gsnu200810 "prabhat" wrote: Why is B9/(1 + B10) .. and not B9/B10 .. also, is there a way to plot a graph of expected value vs variance. "Gary''s Student" wrote: Consider combining the variables: If the expected rate of return in is B9 and the variance is in B10 then in another cell enter: =B9/(1+B10) and use Solver to maximize this cell. -- Gary''s Student - gsnu200810 "prabhat" wrote: I want to maximize one value (expected rate of return) and minimize another value (variance) at the same time. Is there a way to find an optimum value rather than just finding either the maximum value of expected return, or finding the minimum value of variance. Is it possible to generate a table for a range of values ? Is it possible to generate a graph of expected return vs variance. Thanks, Prabhat |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Regarding the graphing - if you are doing this for only one value than it wouldn't be a very exciting chart. If you're doing it for a bunch of values, then put the values in one column and the variances in another. Use an XY Scatter chart. -- Thanks, Shane Devenshire "prabhat" wrote: Why is B9/(1 + B10) .. and not B9/B10 .. also, is there a way to plot a graph of expected value vs variance. "Gary''s Student" wrote: Consider combining the variables: If the expected rate of return in is B9 and the variance is in B10 then in another cell enter: =B9/(1+B10) and use Solver to maximize this cell. -- Gary''s Student - gsnu200810 "prabhat" wrote: I want to maximize one value (expected rate of return) and minimize another value (variance) at the same time. Is there a way to find an optimum value rather than just finding either the maximum value of expected return, or finding the minimum value of variance. Is it possible to generate a table for a range of values ? Is it possible to generate a graph of expected return vs variance. Thanks, Prabhat |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I want to do it for a bunch of values. However, I am not sure how can I generate these values automatically. I have an equation which gives two outputs - variance and expected return. I can maximize/minimize/set to a particular value these two outputs, but how to I generate a set of these two outputs .. The only option I can think of right now is manually. For example, I set the solver to solve return = 5%, and get corresponding value of variance. Then I set return = 6%, and find corresponding value of variance. Is there a way I can do this automatically for me and generate a bunch of values ? Thanks, Prabhat "ShaneDevenshire" wrote: Hi, Regarding the graphing - if you are doing this for only one value than it wouldn't be a very exciting chart. If you're doing it for a bunch of values, then put the values in one column and the variances in another. Use an XY Scatter chart. -- Thanks, Shane Devenshire "prabhat" wrote: Why is B9/(1 + B10) .. and not B9/B10 .. also, is there a way to plot a graph of expected value vs variance. "Gary''s Student" wrote: Consider combining the variables: If the expected rate of return in is B9 and the variance is in B10 then in another cell enter: =B9/(1+B10) and use Solver to maximize this cell. -- Gary''s Student - gsnu200810 "prabhat" wrote: I want to maximize one value (expected rate of return) and minimize another value (variance) at the same time. Is there a way to find an optimum value rather than just finding either the maximum value of expected return, or finding the minimum value of variance. Is it possible to generate a table for a range of values ? Is it possible to generate a graph of expected return vs variance. Thanks, Prabhat |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Prabhat -
If you want the efficient frontier, maybe you could use the VBA solution at http://www.solver.com/invefficientfrontier.htm or perhaps you could adapt it for your specific model and situation. - Mike Middleton http://www.DecisionToolworks.com Decision Analysis Add-ins for Excel "prabhat" wrote in message ... I want to maximize one value (expected rate of return) and minimize another value (variance) at the same time. Is there a way to find an optimum value rather than just finding either the maximum value of expected return, or finding the minimum value of variance. Is it possible to generate a table for a range of values ? Is it possible to generate a graph of expected return vs variance. Thanks, Prabhat |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
problem with solver | Excel Discussion (Misc queries) | |||
Interesting Solver problem (Solver encounters an error) | Excel Discussion (Misc queries) | |||
solver problem | Excel Worksheet Functions | |||
IF problem using Solver | Excel Worksheet Functions | |||
Solver problem | Excel Discussion (Misc queries) |