home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / r / rxridg93.zip / TROUBLES.!!! < prev   
Text File  |  1991-10-01  |  6KB  |  110 lines

  1. ┌──────────────────────────────────────── Bob Obenchain, Ph.D.─────────┐
  2. │                  ╥───┐ ╖   ┌─ (tm)                                   │
  3. │                  ║   │ ╙╖┌─┘                                         │
  4. │ ╓─┐ ╓─┐ ╓── ─╥─  ╟─┬─┘  ╙┼╖    ╓─┐ ╖ ┌ ╓─┐ ╥─┐ ╥─┐ ╥ ┌ ┌ ╓─┐ ╥─┐ ╥─┐ │
  5. │ ╙─┐ ║ │ ╟─   ║   ║ └┐  ┌─┘╙╖   ╙─┐ ╟─┤ ╟─┤ ╟┬┘ ╟─  ║ │ │ ╟─┤ ╟┬┘ ╟─  │
  6. │ ╙─┘ ╙─┘ ╨    ╨   ╨  └ ─┘   ╙   ╙─┘ ╜ └ ╜ └ ╜└─ ╨─┘ ╙─┴─┘ ╜ └ ╜└─ ╨─┘ │
  7. └─ 5261 Woodfield Drive North, Carmel, IN 46033, (317) 580-0144 voice ─┘
  8.  
  9.  
  10.  
  11.              TROUBLES !!!     TROUBLES !!!    TROUBLES !!!
  12.  
  13.  
  14. Are you are having trouble getting RXridge.EXE to execute properly
  15. on your system?
  16.  
  17. Here are some common problems that users of RXridge have experienced
  18. as well as some suggestions for their SOLUTION !!!
  19.  
  20.  
  21. My screen goes BLACK !!!
  22. ========================
  23.  
  24.     At startup, RXridge asks the user to specify whether his/her
  25.     monitor supports color and/or graphics.  And the "default"
  26.     values one gets by simply pressing the ENTER key in response
  27.     to these first two prompts are "COLOR"=YES and "CGA or better
  28.     GRAPHICS"=YES.  A black screen can result from claiming to
  29.     have color support when, in reality, one's monitor is actually
  30.     monochrome (MGA or HGC.)  And RXridge's graphical trace displays
  31.     will be, at best, "unreadable" unless your system is at least
  32.     "emulating" CGA graphics before RXridge is invoked.  It is
  33.     essential to give CORRECT responses (for your current hardware
  34.     and software configuration) to RXridge's initial color/graphics
  35.     prompts!
  36.  
  37.     If your monitor provides only MGA or HGC services, see the file
  38.     named SRX_CGA.DOC in the softRX.EXE archive for information
  39.     about "emulating" CGA graphics using the SIMCGA40.EXE archive.
  40.  
  41.  
  42. My system HANGS...or RXridge HALTS with an OUT-OF-MEMORY message !!!
  43. ====================================================================
  44.  
  45.     On its startup screen, RXridge displays the approximate amount of
  46.     "memory" still available for dynamic allocation to matrices (after
  47.     RXridge is, itself, loaded into memory.)  If your system provides
  48.     the maximum MS-DOS size of 640 kBytes, there can be as much as
  49.     300 kBytes still available after RXridge is loaded.  If RXridge
  50.     reports that your system has much less than 200 or 300 kBytes of
  51.     memory still available after RXridge is loaded, you will NOT be able
  52.     to handle "large" regression models.  If you system typically has
  53.     memory resident software (like, say, SideKick) installed, you should
  54.     consider eliminating these systems from memory BEFORE invoking
  55.     RXridge.
  56.  
  57.     RXridge is like a puppy-dog who will literally "eat" memory until
  58.     he/she is about to explode.  In fact, with "unlucky" combinations
  59.     of memory needed/requested, RXridge WILL explode!  So, watch for
  60.     RXridge's reports of "available memory" as execution progresses.
  61.     Once memory availability becomes critically low for the regression
  62.     model you have specified, you can always terminate RXridge
  63.     yourself by choosing a "Q"uit or e"X"it menu option.  In these
  64.     cases, you will need to reformulate your model using fewer
  65.     regressor variables and/or fewer observations.
  66.  
  67.     On the other hand, you can ignore RXridge's warnings about memory
  68.     availability IF you are willing to risk the potential for a
  69.     mandatory soft/warm reboot via Ctrl/Alt/Del or [if you are really
  70.     unlucky] a hard/cold reboot by toggling the Big-Red-Switch !
  71.  
  72.  
  73. RXridge ABORTS with a stack-underflow or floating point exception !!!
  74. =====================================================================
  75.  
  76.     RXridge makes MAJOR demands on the data management and numerical
  77.     computation capability of your personal computer.  For example,
  78.     if your system has a numerical mathematics coprocessor (8087,
  79.     80287 or 80387) that runs at a slower clock speed than your main
  80.     processor (8088, 80286 or 80386), RXridge computations can get
  81.     sabotaged.  If the rather small numerical examples distributed
  82.     with RXridge do not execute fully on your system, some sort of
  83.     speed mismatching among system components could be the cause.
  84.  
  85.     RXridge is compiled with Microsoft C 6.00 default settings that
  86.     will either detect (and use) your system's numeric math
  87.     coprocessor or, when no coprocessor is present, simulate numeric
  88.     math with software.  You may force RXridge into this software-
  89.     math mode, even when your system has a numeric math coprocessor,
  90.     by defining an environmental string as follows BEFORE starting
  91.     RXridge:
  92.                              set no87=true
  93.  
  94.     If your system has a numeric math coprocessor that is "slow"
  95.     (relative to your main processor), turning off this coprocessor
  96.     is likely to make RXridge run even more slowly.  But RXridge is
  97.     also much less likely to ABORT with error messages in this case!
  98.  
  99.  
  100. RXridge HALTS with a notice on Numerical Inaccuracy !!!
  101. =======================================================
  102.  
  103.     RXridge uses some iterative algorithms (in particular, for
  104.     Singular Value Decomposition or SVD) that can fail to converge
  105.     when your data contains "too many" decimal places.  As an
  106.     overall "rule-of-thumb," it is probably best to include no more
  107.     than 6 significant digits when inputing data to RXridge.
  108.  
  109. GOOD LUCK !!! ........................................Bob Obenchain
  110.