Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(mcmc_target), | intent(in) | :: | this |
The mcmc_target object. |
||
real(kind=real64), | intent(in), | dimension(:) | :: | xdata |
An M-element array containing the values at which to evaluate the model. |
|
real(kind=real64), | intent(in), | dimension(:) | :: | xc |
An N-element array containing the model parameters. |
|
real(kind=real64), | intent(out), | dimension(:) | :: | y |
An M-element array where the resulting model values wil be written. |
Evaluates the model at the supplied values.