TF_steelcolumnstress {TestFunctions}R Documentation

TF_steelcolumnstress: steelcolumnstress function for evaluating a single point.

Description

TF_steelcolumnstress: steelcolumnstress function for evaluating a single point.

Usage

TF_steelcolumnstress(x)

Arguments

x

Input vector at which to evaluate.

Value

Function output evaluated at x.

References

Kuschel, Norbert, and Rudiger Rackwitz. "Two basic problems in reliability-based structural optimization." Mathematical Methods of Operations Research 46, no. 3 (1997): 309-333.

Prikhodko, Pavel, and Nikita Kotlyarov. "Calibration of Sobol indices estimates in case of noisy output." arXiv preprint arXiv:1804.00766 (2018).

Examples

TF_steelcolumnstress(rep(0,8))
TF_steelcolumnstress(rep(1,8))

[Package TestFunctions version 0.2.1 Index]