EI: A Program for Ecological Inference Gary King King@Harvard.Edu http://GKing.Harvard.Edu (c) Copyright 1995-2001, All rights Reserved. What's new? What's planned? How do I make suggestions? See below. For automatic notification via email of all program updates, see http://GKing.Harvard.Edu/netmind.shtml. *************************************** * What's Planned for Future Versions? * *************************************** -- Automating procedures to whittle down the number of problem cases of nonfitting -- An automatic procedure for RxC tables ***************************** * Any ideas or suggestions? * ***************************** Please email King@Harvard.Edu (for EI) or KBenoit@Harvard.Edu (for EzI) ************************************* * What's new in this version of EI? * ************************************* 6/28/01 fixed bug in bounds2 5/17/01 added bounds2, abounds2, double, _t, and _x to eiread 12/29/00 Fixed _Ebounds error 9/18/00 Added functions R, Ri, and loglikS to eiread. 4/13/99 switched to new gauss cdfni function, a bit faster and more accurate, added cdfbvng function and _Ecdfbvn=6 option which is much more accurate but slower. 12/28/98 Improved eigraph profile and profileR functions. Fixed rare problem with infinities showing up in likelihood function. 12/25/98 Added eiread 'checkr' option. The library command to intialize ei should now be "library ei;" rather than the old version, "library ei,cml,pgraph;". Added some programming efficiencies (switched to Gauss loess procedure). 12/15/98 Added eigraph options "profile" and "profileR" (and corresponding eigraph global _eigraph_pro). These are useful for exploring the likelihood function, or for checking for the effect of potential cdfbvn inaccuracies. 12/4/98 Fixed a bug with _Erho 10/24/98 Increased speed and numerical stability slightly by switching to new Gauss procs for lncdfn, lncdfn2, etc. Changed PhiSims option in eiread 10/12/98 increased the speed of the importance sampling 9/22/98 new global for _EcdfTol. This fixes most of the numerically induced discontinuities in the likelihood function, while keeping cdfbvn as precise as possible. 8/6/98 changed _EvTol's default to 1e-322 (previously it was 1e-15). This makes EI more accurate. 7/28/98 Added new EI global _EvTol, fixed several buglets. More problems fit well automatically. _EcdfTol now works for all values of _Ecdfbvn (although _Ecdfbvn should probably not be changed from the default any longer). 7/6/98 Added eiread option "ebounds" 6/16/98 Added new grid search option (see _Estval and the FAQ), which can be useful for problem cases (it is also nice if you don't like the uncertainty of how long the iterations may take; the grid search procedure tells you at the start). Added new EI global _EcdfTol, to tune the new lncdfbvn function. Added new eiread options: beta (combination of betaB and betaW), and GEbw, GEbwa, GEwb, GEwba (gives estimates if you know that betaB>betaW or betaB=2. See ei2() and new options, and newly modified options, under eiread and eigraph. These methods appear in versions of the manuscript only after 7/1/96. 7/9/96 changed the graphs included in tomogS 7/5/96 Added a more robust version of the proc called by _Ecdfbvn=2. _Ecdfbvn=1 will often be faster now, although often less accurate.