Description Usage Arguments Details Value References See Also Examples
The function ParetoCapDist
is used to generate a capital-distribution object which follows a Pareto distribution with user-defined slope parameter.
1 | ParetoCapDist(n, index = 1)
|
n |
the number of assets. |
index |
a positive number. The slope of the capital distribution curve (i.e., the log-log curve of market weights against ranks) is |
A capital distribution is said to follow a Pareto distribution if the log-log curve of market weights against ranks is linear. This function creates a hypothetitical market distribution given the slope of the curve.
a capdist
object.
Fernholz, E. R. (2002) Stochastic portfolio theory. Springer.
1 2 3 | x <- ParetoCapDist(n = 100, index = 1.1)
plot(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.