Description Usage Arguments Value Examples
Density function for the hybrid rosenbrock function, with two list of vectors parameters b and input x/ xprime.
1 | dhybrid(xprime,x,a,b,mu)
|
xprime |
Central input. |
x |
List of input vector blocks. |
mu |
Density shift. |
a |
Parameters for xprime. |
b |
List of parameters corresponding to input blocks. |
Returns the density value of the "hybrid" Rosenbrock distribution at point x
/xprime
for parameters mu,a
and b
.
1 2 3 4 5 6 7 8 9 10 11 |
[1] 2.260329e-06
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.