dfull {Rosenbrock}R Documentation

Density Function "Full Rosenbrock Function"

Description

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

Usage

dfull(x,a,b,mu)

Arguments

x

Input vector.

mu

Density shift.

a

First parameters.

b

Second parameters.

Value

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

Examples

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

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

[Package Rosenbrock version 0.1.0 Index]