findOptPlan: Determine the optimal variables sampling plan of given type

Description Usage Arguments Value Author(s) References

View source: R/ExLiebeRes.R

Description

For a given type of plan the optimal variable sampling plan is determined.

Usage

1
findOptPlan(p1, p2, alpha, beta, type = "LR", use.quickApproxPlan = TRUE, given.plan = NULL, verbosity.level = 0, show.plots = FALSE)

Arguments

p1

AQL

p2

RQL

alpha

error of first kind

beta

error of second kind

type

type must be either \"LR\" or \"BSK\"

use.quickApproxPlan

if TRUE a quickApproxPlan is used to shorten search time. Always faster. FALSE only possible for research.

given.plan

a plan structure may be inserted in findOptPlan to evaluate it or to use is a start plan for further optimisation.

verbosity.level

level verboseness: 0 no output only a plan structure returned, 1 generetad plan gets printed, 2 detailed information about the search process

show.plots

if TRUE the OC is plotted for intermediate steps.

Value

a plan structure

Author(s)

Detlef Steuer, steuer@hsu-hh.de, http://fawn.hsu-hh.de/~steuer

References

upcoming paper


ExLiebeRes documentation built on May 2, 2019, 5:22 p.m.