x.in

This input file contains the input vector x, for which you can obtain a cross-section of the predicted conditional probability: P(y|x). If you want to use this option, set flag_end=2. By default, the target variable y is varied from -1 to +1 in increments of 0.01. If you want to change this range, you need to edit the following part of em.c:

ymin=-1.0; ymax=1.0; ystep=0.01;
Printout_condpro (ymin, ymax, ystep);

If you are going to change the range very often, you possibly want to change the function Printout_condpro so that ymin, ymax, ystep are read in from x.in. You can find this function in emfunc.c.


Last modified: 19 May 2000