H
Hannes
Here is my problem:
I would like to calculate a value X which gets in effect at a specific date
T with a probability P. From chosen date D, the probability P increases 0.05
per month till the date when P=1. From that date on the output is X (because
P=1). This should be realized so that a user inputs the value, the start date
and the increase rate of the probability.
Example:
Input: value=50, start date=jan09, probability rate=0.05
Result:
Jan-09: x=2.5; Feb-09: x=5; .....; Jul-10: x=47.5; Aug-10: x=50; Sep-10:
x=50; Oct-10: x=50; .....; Dez-12: x=50;
The calculations should be based on the variable inputs.
I hope my description is clear enough! Thanks a lot!
I would like to calculate a value X which gets in effect at a specific date
T with a probability P. From chosen date D, the probability P increases 0.05
per month till the date when P=1. From that date on the output is X (because
P=1). This should be realized so that a user inputs the value, the start date
and the increase rate of the probability.
Example:
Input: value=50, start date=jan09, probability rate=0.05
Result:
Jan-09: x=2.5; Feb-09: x=5; .....; Jul-10: x=47.5; Aug-10: x=50; Sep-10:
x=50; Oct-10: x=50; .....; Dez-12: x=50;
The calculations should be based on the variable inputs.
I hope my description is clear enough! Thanks a lot!