TF_welch {TestFunctions}R Documentation

TF_welch: Welch function for evaluating a single point.

Description

TF_welch: Welch function for evaluating a single point.

Usage

TF_welch(x)

Arguments

x

Input vector at which to evaluate.

Value

Function output evaluated at x.

Examples

TF_welch(rep(0,20)) # minimum of zero, hard to solve

[Package TestFunctions version 0.2.1 Index]