Description Usage Arguments Details Value References See Also Examples
The function capdist
is used to create capital-distribution objects.
1 | capdist(x)
|
x |
a numeric vector storing the market weights of assets. |
The function capdist
is used to create capital-distribution objects. These are vectors with class "capdist
" which represents the distribution of capital in a market at a single moment.
When the function is called, it is checked whether the sum of weights is equal to 1 up to 0.1%. If not, a warning message will be displayed.
Capital distribution objects can be plotted. See plot.capdist
for details.
A capdist
object.
Fernholz, E. R. (2002) Stochastic portfolio theory. Springer.
1 2 3 4 5 |
Loading required package: zoo
Attaching package: 'zoo'
The following objects are masked from 'package:base':
as.Date, as.Date.numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.