Description Usage Arguments Details Value References Examples
indexUpdate
derives the next values of an Index from the given price, weights and its divisor. This function is meant for continuous updating and display of an index on a website. For the derivation of an index for analysis purposes, please refer to the function "indexComp"
.
1 | indexUpdate(price, index.weights, divisor)
|
price |
An xts object with the price data. An entry is always required. |
index.weights |
A vector with the absolute weights expressed as number of shares of each asset. The weights are provided by |
divisor |
The divisor required for the index derivation. The divisor is provided by |
For more details, please see the methodology section of the paper Trimborn and Haerdle (2018).
The next value(s) of the Index.
Trimborn, S. and Haerdle, W.K. (2018). CRIX an Index for cryptocurrencies, Journal of Empirical Finance 49, pp. 107-122. https://doi.org/10.1016/j.jempfin.2018.08.004
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.