powered by
Density function for the full rosenbrock function, with two vector parameters a and b.
dfull(x,a,b,mu)
Input vector.
Density shift.
First parameters.
Second parameters.
Returns the density value of the "full" Rosenbrock distribution at point x for parameters mu,a and b.
x
mu,a
b
# 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