Computes the PCA weights for a single country
Source:R/pca_weights_one_country.R
pca_weights_one_country.RdComputes the PCA weights for a single country
General Notation
Td: model time series dimensionJ: number of bond yields per country used in estimation
Examples
data(Yields)
Economy <- "Mexico"
pca_weights <- pca_weights_one_country(Yields, Economy)