Categories
-
Recent Posts
Recent Comments
Tags
- a-ha moment
- algorithms
- anagrams
- binary trees
- birthday pairings
- Dynamic Programming
- finance
- geometric progressions
- graphs
- interview questions
- linked lists
- logarithms
- mathematics
- monte carlo
- numpy
- permutations
- prime numbers
- probability
- programming
- puzzle
- puzzles
- python
- quants
- recursion
- shortest path
- simulations
- stirling's approximation
- yield curves
- zero curves
November 2024 M T W T F S S « Mar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Archives
Meta
Tag Archives: logarithms
Birthday pairings
Here’s two classic birthday puzzles: How many people do you need in a room to have a better than 50% chance of finding at least one shared birthday among them? How many people do you need in a room with … Continue reading
Posted in puzzles
Tagged birthday pairings, logarithms, probability, stirling's approximation
1 Comment
The “Mathematical Constant” and Continuously Compouding Interest
One of the (many) aspects of the “Mathematical Constant” is that: This property makes very useful for working on compounding interest problems. How so? Let’s start with the basic time value of money formula giving the relationship between the PV … Continue reading