equivalence: Equivalence theorem for discrimination design

Description Usage Arguments Value

View source: R/DiscrimOD.R

Description

Computes the values of directional derivative function on an user-defined grid and returns its maximal value.

Usage

1
2
3
4
5
equivalence(DESIGN = NULL, PSO_RESULT = NULL, ngrid = 100,
  IFPLOT = FALSE, MODEL_INFO, DISTANCE, dsLower, dsUpper,
  crit_type = "pair_fixed_true", MaxMinStdVals = NULL,
  PSO_INFO = NULL, LBFGS_INFO = NULL, ALPHA_PSO_INFO = NULL,
  environment, ...)

Arguments

PSO_RESULT

list.

ngrid

integer. The default is 100.

IFPLOT

logical.

MODEL_INFO

list of information of competing models. For details, run emptyModelList() and see the instruction below.

DISTANCE

function.

dsLower

vector. The finite lower bounds of the design space. Its length should be equal to the dimension of design space.

dsUpper

vector. The finite upper bounds of the design space. Its length should be equal to the dimension of design space.

crit_type

string. The name of the case of the discrimination design problem. The default is 'pair_fixed_true'.

MaxMinStdVals

vector. The values of demoninators in the design efficiency calculation for finding max-min discrimination design.

PSO_INFO

list. PSO and BFGS options.

DESIGN1

matrix.

Value

An List.


PingYangChen/DiscrimOD documentation built on Jan. 30, 2022, 5:25 p.m.