evaluate_model Interface

interface
public subroutine evaluate_model(this, xdata, xc, y)

Arguments

Type IntentOptional 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.

Description

Evaluates the model at the supplied values.