Message Boards Message Boards

0
|
7888 Views
|
3 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Anyone know how to do equivalent n period discount rate on wolfram

Posted 10 years ago

(1+0.22)1/4-1

POSTED BY: azad ahmed
3 Replies
Posted 10 years ago

Using the Mathematica Time Value function:

FindRoot[TimeValue[100, x, 4] == 122, {x, 1}]

Which is the same calculation.

POSTED BY: Priyan Fernando
Posted 10 years ago

Perhaps your problem is this: I made 22% on an investment over 4 years. What is the equivalent annual rate? If so, your expression in Wolfram Language is:

In[1]:= (1 + 0.22)^0.25 - 1

Out[1]= 0.0509691
POSTED BY: David Keith
Posted 10 years ago

I don't understand the example/calculation. However there are examples here for discount rate solving: http://reference.wolfram.com/language/ref/TimeValue.html

POSTED BY: Priyan Fernando
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract