numberiterations: stop criterion

Description Usage Arguments Value Author(s)

View source: R/numberiterations.R

Description

computes if the fluctuation of the mean of cfus calculated in the previous iterations is bigger than a ratio of the mean determined by the relative error bound

Usage

1
numberiterations(iterations, errorb, cfu_average)

Arguments

iterations

number of iterations

errorb

error bound for stop criterion

cfu_average

vector with mean of cfus calculated in the first j iterations, as jth component

Value

TRUE (continue) FALSE (stop)

Author(s)

Nadine Schoene


NPMPM documentation built on May 29, 2017, 11:48 a.m.