Skip to content

Commit

Permalink
It's the mode not the mean that is adapted by
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes committed Jul 13, 2023
1 parent 3de776a commit 6436c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/check_pca-aghq/functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ compare_nodes_and_weights <- function(quad1, quad2) {

#' Create a PCA-AGHQ grid
#'
#' @param m Mean vector
#' @param m Mode vector
#' @param C Covariance matrix
#' @param s Small grid dimension
#' @param k Number of points per small grid dimension
Expand Down
2 changes: 1 addition & 1 deletion src/dev_scale-grid/functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ sd_levels_ghe_grid <- function(dim, level, cut_off, sd) {

#' Create a PCA-AGHQ grid
#'
#' @param m Mean vector
#' @param m Mode vector
#' @param C Covariance matrix
#' @param s Small grid dimension
#' @param k Number of points per small grid dimension
Expand Down

0 comments on commit 6436c61

Please sign in to comment.