R/resample.R

##' Resample
##'
##' Systematic resampling.
##'
##' @return
##' A vector of integers containing the indices of the resample.
##'
##' @rdname resample
##' @name resample
##' @keywords internal
##'
NULL

##' @export
##' @name systematic_resample
##' @rdname resample
##'
systematic_resample <- function (weights)
  .Call(P_systematic_resampling,weights)
kidusasfaw/pomp documentation built on May 20, 2019, 2:59 p.m.