Description Usage Arguments Details Value
A Monte-Carlo implementation of the expected log growth for a continuous return RV.
1 | entropy_monte_carlo(x, rate, distr, n = 50000, ...)
|
x |
the fraction input |
rate |
the discounting rate |
distr |
string for distirbution name of "r, p, d" family for simulating, CDFs, and PDFs |
n |
the number of samples to use in the Monte-Carlo approximation |
... |
parameters of distribution, specifically the rdistr(n, params...) form |
Using LLN we approximate the expected log growth numerically via sample means
numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.