Description Usage Arguments Value Examples
This function will calculate the single commodity hedge ratio by minimizing the variance of the returns.
1 | mvhr(x, WinLen)
|
x |
(n x 2) matrix of input that consists of spot price in the first column and futures prices in the second column. |
WinLen |
Length of window |
(list(HR = HR, HE = HE))
HR |
Length(nWin x 1) optimal hedge ratio matrix |
HE |
Length(nWin x 1) hedging effectiveness matrix |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.