R/fpopw.R

#' fpopw: A package to solve the optimal partionning and segment neighborhood problems using
#' a weighted L2-loss.
#'
#' The fpopw package provides wrapper to four functionnal pruning functions to
#' to solve the optimal partionning and segment neighborhood problems with the L2-loss:
#' Fpop, Fpop_w, Fpsn, Fpsn_w
#' 
#' 
#' @section fpopw functions:
#' fpopw functions are Fpop, Fpop_w, Fpsn, Fpsn_w, Fpsn_w_nomemory
#'
#' @docType package
#' @name fpopw
#' @useDynLib fpopw, .registration = TRUE
#' @importFrom stats mad
#' @importFrom stats weighted.mean
NULL

Try the fpopw package in your browser

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

fpopw documentation built on June 7, 2022, 1:09 a.m.