Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n |
Number of observations. |
||
integer, | intent(in) | :: | m |
Number of columns of data in the independent variable. |
||
integer, | intent(in) | :: | np |
Number of function parameters. |
||
integer, | intent(in) | :: | nq |
Number of responses per observation. |
||
integer, | intent(in) | :: | ldn |
Leading dimension declarator equal or exceeding |
||
integer, | intent(in) | :: | ldm |
Leading dimension declarator equal or exceeding |
||
integer, | intent(in) | :: | ldnp |
Leading dimension declarator equal or exceeding |
||
real(kind=wp), | intent(in) | :: | beta(np) |
Current values of parameters. |
||
real(kind=wp), | intent(in) | :: | xplusd(ldn,m) |
Current value of explanatory variable, i.e., |
||
integer, | intent(in) | :: | ifixb(np) |
Indicators for "fixing" parameters ( |
||
integer, | intent(in) | :: | ifixx(ldifx,m) |
Indicators for "fixing" explanatory variable ( |
||
integer, | intent(in) | :: | ldifx |
Leading dimension of array |
||
integer, | intent(in) | :: | ideval |
Indicator for selecting computation to be performed. |
||
real(kind=wp), | intent(out) | :: | f(ldn,nq) |
Predicted function values. |
||
real(kind=wp), | intent(out) | :: | fjacb(ldn,ldnp,nq) |
Jacobian with respect to |
||
real(kind=wp), | intent(out) | :: | fjacd(ldn,ldm,nq) |
Jacobian with respect to errors |
||
integer, | intent(out) | :: | istop |
Stopping condition, with meaning as follows. 0 means current |
User-supplied subroutine for evaluating the model.