Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | beta(:) |
Current values of parameters. |
||
real(kind=wp), | intent(in) | :: | xplusd(:,:) |
Current value of explanatory variable, i.e., |
||
integer, | intent(in) | :: | ifixb(:) |
Indicators for "fixing" parameters ( |
||
integer, | intent(in) | :: | ifixx(:,:) |
Indicators for "fixing" explanatory variable ( |
||
integer, | intent(in) | :: | ideval |
Indicator for selecting computation to be performed. |
||
real(kind=wp), | intent(out) | :: | f(:,:) |
Predicted function values. Shape: |
||
real(kind=wp), | intent(out) | :: | fjacb(:,:,:) |
Jacobian with respect to |
||
real(kind=wp), | intent(out) | :: | fjacd(:,:,:) |
Jacobian with respect to errors |
||
integer, | intent(out) | :: | istop |
Stopping condition, with meaning as follows.
|
User-supplied subroutine for evaluating the model.