Skip to content

Commit

Permalink
Merge pull request #39 from bsvars/remerge
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
adamwang15 authored Jul 17, 2024
2 parents bf28527 + 9ee6c1f commit 2a9f14b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/bsvars_sign.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ using namespace arma;
Rcpp::List bsvar_sign_cpp(
const int& S, // number of draws from the posterior
const int& p, // number of lags
const arma::mat& Y, // NxT dependent variables
const arma::mat& X, // KxT dependent variables
const arma::mat& Y, // TxN dependent variables
const arma::mat& X, // TxK dependent variables
const arma::field<arma::mat>& VB, // N-list
const arma::cube& sign_irf, // NxNxh cube of signs for impulse response function
const arma::mat& sign_narrative, // Mx6 matrix of signs for historical decomposition
const arma::mat& sign_B, // Mx6 matrix of signs for B
const arma::mat& sign_narrative, // ANYx6 matrix of signs for historical decomposition
const arma::mat& sign_B, // NxN matrix of signs for B
const arma::field<arma::mat>& Z, // a list of zero restrictions
const Rcpp::List& prior, // a list of priors
const Rcpp::List& starting_values, // a list of starting values
Expand Down

0 comments on commit 2a9f14b

Please sign in to comment.