___________________________________________________________________
| |
| ROCM44 |
|_________________________________________________________________|
MEANING: NONMEM read-only common
CONTEXT: User-supplied routines
USAGE:
COMMON /ROCM44/ PR_Y
(If double precision is to be used):
DOUBLE PRECISION PR_Y
(If single precision is to be used):
REAL PR
DISCUSSION:
When with a given data record, either of the limits YLO or YUP are set
(See nmpr12) - so that during the analysis an interval is defined in
which (or outside of which) an observation is conditioned to exist,
then during a copying pass (and during ICALL=5 and 6), PR_Y is the
estimated probability that an observation will fall within (or out-
side) the interval. (See copying_block, expectation, data average).
For the purpose of computing this probability, an actual observation
need not exist in the record. If the mean and variance of the intra-
individual model for a potential observation are specified, and if the
limits YLO or YUP are set, a value of PR_Y will be computed, whether
the record has MDV=0 or MDV=1. If neither YLO nor YUP are set, the
value PR_Y will be 1.
PR_Y may be used as a right-hand quantity in abbreviated code for
$PRED, $PK, $ERROR, and $INFN blocks.
REFERENCES: None.
Go to main index.
Created by nmhelp2html v. 1.0 written by Niclas Jonsson (Modified by AJB 5/2006,11/2007)