___________________________________________________________________
| |
| NMPR16 |
|_________________________________________________________________|
MEANING: NONMEM-PRED common
CONTEXT: PRED routine
USAGE:
COMMON /NMPR16/ THSIMP(LTH),OMSIMP(LVR,LVR),SGSIMP(LVR,LVR)
(If double precision is to be used):
DOUBLE PRECISION THSIMP,OMSIMP,SGSIMP
(If single precision is to be used):
REAL THSIMP,OMSIMP,SGSIMP
The values of LTH and LVR must be the same as those found in file
SIZES (See sizes).
DISCUSSION:
Values of THETA, OMEGA and SIGMA that are produced during a Simulation
Step using the user-supplied routine PRIOR must be stored in this com-
mon. If one of the NONMEM utility routines NWPRI or TNPRI is used by
PRIOR to produce THETA, OMEGA, and SIGMA values, these values will
automatically be stored in NMPR16. The entire THETA, OMEGA and SIGMA
arrays are stored by NPWRI and TNPRI, not just the the inital sub-
vectors (prior-affected parts). (See nwpri, tnpri).
These variables may be used as right-hand quantities in $PK, $ERROR,
$INFN and $PRED blocks. After being set during the Simulation Step,
they remain available during problem finalization (i.e., ICALL=3).
REFERENCES: None.
Go to main index.
Created by nmhelp2html v. 1.0 written by Niclas Jonsson (Modified by AJB 5/2006,11/2007)