R/mewAvg.R

#' @title A fixed memory moving expanding window average
#'
#' @description This package provides the tools to calculate an
#' average in a moving expanding window (MEW) using a fixed amount of
#' memory.
#'
#' @details See the examples for the functions \code{mewMean} and
#' \code{mewAvg} for the details of use.
#'
#' @references
#' Levine, Z. H., & Pintar, A. L. (2015). A fixed-memory moving,
#' expanding window for obtaining scatter corrections in x-ray CT and other
#' stochastic averages. Computer Physics Communications, 196, 455-459.
#'
#' @name mewAvg-package
NULL

Try the mewAvg package in your browser

Any scripts or data that you put into this service are public.

mewAvg documentation built on April 25, 2022, 5:07 p.m.