___________________________________________________________________
 |                                                                 |
 |                          MIXNUM MIXEST MIXP                     |
 |_________________________________________________________________|

 MEANING: Variables used with mixture models
 CONTEXT: Abbreviated code and user-supplied subroutines

 USAGE:
 IF (MIXNUM.EQ.1) THEN
   ...
 ENDIF
 IF (MIXNUM.EQ.2) THEN
   ...
 ENDIF
 IF (MIXNUM.EQ.3) THEN
   ...
 ENDIF

 DISCUSSION:

 With mixture models, MIXNUM, MIXEST and MIXP are variables that may be
 used  as  right-hand quantities (or in logical conditions) in abbrevi-
 ated code or user-supplied routines.

 MIXNUM is the index of the subpopulation for which variables are to be
 computed.

 At ICALL=3, and at ICALL=2 when COMACT is not 0, MIXEST is  the  index
 of  the subpopulation estimated to be that from which the individual's
 data most probably arises.

 MIXP refers to the mixture probabilities computed by subroutine MIX.

 In abbreviated code, MIXP may be coded in either of three ways:

 MIXP(MIXNUM)
 MIXP
 MIXP(i)

 The first two ways are identical; i.e., when no  subscript  is  coded,
 NM-TRAN supplies the subscript MIXNUM.

 With the third, the index i must not exceed a value fixed at installa-
 tion time.

 (See rocm11, rocm25, mix, mixture model example).

REFERENCES: Guide IV Section III.B.4, III.B.6
REFERENCES: Guide IV Section IV.E.1, 4.E.2
REFERENCES: Guide VI Section III.L.2, Figure 6

  
Go to main index.
  
Created by nmhelp2html v. 1.0 written by Niclas Jonsson (Modified by AJB 5/2006,11/2007)