Skip to content

Commit

Permalink
Improve documentation of weights argument for estimate_risk_roll()
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanuelSommer committed Jan 24, 2023
1 parent a4d19cd commit 04e448e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: portvine
Title: Vine Based (Un)Conditional Portfolio Risk Measure Estimation
Version: 1.0.3
Version: 1.0.2.9000
Authors@R:
person("Emanuel", "Sommer", , "emanuel_sommer@gmx.de", role = c("cre", "aut"))
Description: Following Sommer (2022) <https://mediatum.ub.tum.de/1658240>
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# portvine 1.0.3
# portvine 1.0.2.9000

Current Development Version

- Clarify what is meant as equally weighted portfolio in the documenation of the function `estimate_risk_roll`

# portvine 1.0.2

- Bugfix: Set the `shape` parameter for the inverse PIT transformation of the copula scale residuals and do not use the default.
Expand Down
2 changes: 1 addition & 1 deletion R/estimate_risk_roll.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
#' Moreover missing values must be imputed beforehand.
#' @param weights Corresponding named non-negative weights of the assets
#' (conditioning variables must have weight 0). Default `NULL` gives equal
#' weight to each non conditional asset. Alternatively one can use a matrix
#' weight of 1 to each non conditional asset. Alternatively one can use a matrix
#' with as many rows as vine windows for changing weights. The matrix must have
#' column names corresponding to the assets and conditional assets have to have
#' weight 0.
Expand Down
2 changes: 1 addition & 1 deletion man/estimate_risk_roll.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04e448e

Please sign in to comment.