SPCModelNonpar {spcadjust}R Documentation

Generic Model for Nonparametric Resampling

Description

Generic model that allows nonparametric resampling (with replacement) of the data. The transformation of data into updates needs to be defined via the arguments.

Usage

SPCModelNonpar(updates, xiofP)

Arguments

updates

function that computes updates.

xiofP

function that computes xi given P.

Details

The parameters to the functions being returned have the following meaning.

The main operations are defined as follows:

Value

An object of class SPCDataModel.


[Package spcadjust version 1.1 Index]