frp user wrote:
I wanted to confirm with you that the value that is input for the expected return in your simulator is an annual arithmetic expected return (versus the geometric or compound annual expected return). As an example, an annual return of 8% with a standard deviation of 15% would have an expected compound rate of return equal to 8% - 1.125% = 6.875%. The 1.125% is the square of standard deviation divided by 2. Is this correct? I made this assumption based on the following description from your documentation:
Your assumption about the simulator using an arithmetic mean return is correct. Inside the simulation, a pseudo-random sequence of returns is generated that is normally distributed around the mean that you specify.
Quote:
I like your program. Is there a way to store my input values so that I don’t have to reenter them every time I visit the website?
Unfortunately, there isn't a simple way to store the program inputs. The security model for Java is very rigid and in order to protect you from malicious Java programs, the system prevents my Java code from accessing your hard drive and even your printer.
Jim
UPDATE: A downloadable version of the planner that offers a save/restore feature as well as several other features is coming soon. Please stay tuned.