Description Usage Arguments Value
Generate dynamic relative scores for input matrix
1 2 | GenRelScore(data, data.period, rolling.period, burn.in.period = NULL,
scoring.method, transfer.method = NULL, output.period = "monthly")
|
data |
xts object vectorized named rolling (vcov) dataframe |
data.period |
string 'monthly' or 'daily', should match the data |
rolling.period |
numeric number of data.period should be included in each calculation in the rolling window |
burn.in.period |
numeric number of period (specified in data.period) that's used to generate the first realized value, can be included in the rolling period. |
scoring.method |
function getting df and returning a vec |
transfer.method |
function used to transfer daily result to monthly when output.period != data.period, from a vec to a value |
output.period |
string 'monthly' or 'daily', frequency of return xts object, default: 'monthly' |
xts object with monthly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.