checkEWMAMeanCDargs: Check the arguments for 'EWMA' mean change detector

View source: R/errorMessage.R

checkEWMAMeanCDargsR Documentation

Check the arguments for 'EWMA' mean change detector

Description

A function which will do all the checks for AFF, check the parameters are in the proper ranges, etc. Does not return any values.

Usage

checkEWMAMeanCDargs(r, L, BL, functionName = "")

Arguments

r

One of the 'EWMA' control parameters. Must be finite, etc.

L

One of the 'EWMA' control parameters. Must be finite, etc.

BL

The value of the burn-in length. Must be finite, above 0, etc.

functionName

The name of the original function which is being called to check the parameters. Will help user with debugging. Default is "", in which case no function name will be displayed.


ffstream documentation built on May 31, 2023, 7:53 p.m.