Learn R Programming

Rosenbrock (version 0.1.0)

dfull: 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

Run this code
# NOT RUN {
x = rep(1,4)
a = b = rep(2,3)
mu = 1

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

Run the code above in your browser using DataLab