dfull: Density Function "Full 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
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

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

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

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

Related to dfull in Rosenbrock...