powered by
Density function for the full rosenbrock function, with two vector parameters a and b.
deven(x,a,b,mu)
Input vector.
Density shift.
Parameters for odd index input.
Parameters for even index input.
Returns the density value of the "even" 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,2) mu = rep(1,2) deven(x = x,a = a,b = b,mu = mu) # }
Run the code above in your browser using DataLab