TF_piston {TestFunctions}R Documentation

TF_piston: Piston simulation function for evaluating a single point.

Description

TF_piston: Piston simulation function for evaluating a single point.

Usage

TF_piston(x)

Arguments

x

Input vector at which to evaluate.

Value

Function output evaluated at x.

Examples

TF_piston(c(30,.005,.002,1e3,9e4,290,340)) # minimum of zero, hard to solve

[Package TestFunctions version 0.2.1 Index]