Skip to content

Commit

Permalink
fix autocorrelation() not printing
Browse files Browse the repository at this point in the history
closes #375
  • Loading branch information
jgabry committed Sep 27, 2024
1 parent 20b6d3a commit b7bdbb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/convergence.R
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@ autocovariance <- function(x) {
autocorrelation <- function(x) {
ac <- autocovariance(x)
ac <- ac / ac[1]
ac
}

#' Rank normalization
Expand Down

0 comments on commit b7bdbb2

Please sign in to comment.