Learn R Programming

NPMPM (version 1.0)

numberiterations: stop criterion

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

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)