costf.transposex: Cost Function Call

Description Usage Arguments Value Author(s) See Also

View source: R/costf.transposex.R

Description

Call the cost function after transposition of the value of the point estimate x, so that the input row vector, given by optimsimplex, is transposed into a column vector as required by the cost function.

Usage

1
  costf.transposex(x = NULL, this = NULL)

Arguments

x

The point estimate provide as a row matrix.

this

A neldermead object.

Value

Return the value of the cost function (called by neldermead.costf.)

Author(s)

Author of Scilab neldermead module: Michael Baudin (INRIA - Digiteo)

Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com)

See Also

neldermead.costf


sbihorel/neldermead documentation built on Feb. 7, 2022, 9:50 p.m.