deven: Density Function "Even Rosenbrock Function"

Description Usage Arguments Value Examples

View source: R/main.R

Description

Density function for the full rosenbrock function, with two vector parameters a and b.

Usage

1
deven(x,a,b,mu)

Arguments

x

Input vector.

mu

Density shift.

a

Parameters for odd index input.

b

Parameters for even index input.

Value

Returns the density value of the "even" Rosenbrock distribution at point x for parameters mu,a and b.

Examples

1
2
3
4
5
x = rep(1,4)
a = b = rep(2,2)
mu = rep(1,2)

deven(x = x,a = a,b = b,mu = mu)

Rosenbrock documentation built on March 15, 2020, 5:06 p.m.

Related to deven in Rosenbrock...