Skip to content

Commit 1ae79c9

Browse files
committed
Remove VMA() 'w' arg from documentation
The VMA() function was removed because it was never correct. It was the only function that had a 'w' parameter.
1 parent 50b2133 commit 1ae79c9

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

R/MovingAverages.R

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
#' @param n Number of periods to average over. Must be between 1 and
5959
#' \code{nrow(x)}, inclusive.
6060
#' @param v The 'volume factor' (a number in [0,1]). See Notes.
61-
#' @param w Vector of weights (in [0,1]) the same length as \code{x}.
6261
#' @param wts Vector of weights. Length of \code{wts} vector must equal the
6362
#' length of \code{x}, or \code{n} (the default).
6463
#' @param wilder logical; if \code{TRUE}, a Welles Wilder type EMA will be

man/MovingAverages.Rd

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)