keff: 3d test function computing a k-effective in nuclear safety

Description Usage Arguments Details Value Author(s) Examples

View source: R/keff.R

Description

3d test function computing a k-effective in nuclear safety

Usage

1
keff(x)

Arguments

x

Array of size 3 or matrix with 3 columns. All input variables are in the interval [0,1].

Details

This function is important in robust inversion since the first parameter of the function is considered as a nuisance parameter while the second and third parameters are controlled.

Value

If x is a matrix with n rows and 3 columns, the function is evaluated on each row and returns an array of size n. If x is an array, the function returns a scalar (the k-effective).

Author(s)

Gregory Caplin gregory.caplin@irsn.fr

Examples

1
keff(runif(3))

IRSN/RobustInv documentation built on Nov. 20, 2019, 10:46 p.m.