home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / plotting / techplt1 / memory.hlp < prev    next >
Encoding:
Text File  |  1992-09-20  |  2.2 KB  |  78 lines

  1. ** File: Memory.hlp
  2. ** Index: 9
  3.  
  4. ** Missing Value and Memory Management ****
  5.  
  6.  
  7. █  Missing values
  8.  
  9.     In the TechPlot's data sheet, all cells
  10. take on numeric input.  They are in the
  11. double precision format.  Any non-numeric
  12. ASCII text, positive infinite, and negative
  13. infinite are considered as missing values.
  14.  
  15.  
  16. █  How missing values are handled by
  17.    functions and commands
  18.  
  19.   1.  In the mathematical calculation
  20.     (transformation) of data columns, rows
  21.     with missing values are ignored when
  22.     the operations are carried out.  Where
  23.     there are multiple columns that must be
  24.     operated on simultaneously (such as in
  25.     the interpolation, sorting and curve
  26.     fitting commands), rows are ignored if
  27.     any column has a missing value in that
  28.     row.
  29.  
  30.   2.  The descriptive statistics result
  31.     will show number of missing value in
  32.     one column.
  33.  
  34.   3.  Curve Fitting and Missing Data:  All
  35.     independent and dependent variable
  36.     values associated with missing values
  37.     are ignored.  Since a missing value
  38.     reduces all columns by one row,
  39.     TechPlot still requires the independent
  40.     and dependent variable column lengths
  41.     to be equal.
  42.  
  43. █  How missing values are handled
  44.    in graphs
  45.  
  46.     Missing values are always deleted from
  47. all columns before they are plotted.  If a
  48. group of columns is plotted together, the
  49. entire row is ignored if any of the column
  50. has a missing value in that row.
  51.  
  52.  
  53. █  Memory management
  54.  
  55.     TechPlot takes advantages of DOS
  56. extended and expanded memory for both data
  57. handling and plotting.  EMS is used for
  58. both code and data management; XMS is only
  59. used for data handling.  If you have a
  60. choice of both EMS and XMS, EMS is
  61. preferred.
  62.  
  63.  
  64. █  Making slides
  65.  
  66.     To make slides from your plots, you
  67. must first convert them to a file format
  68. that is compatible with your slide making
  69. equipment.  Several of the file formats
  70. available in TechPlot can be used to make
  71. slides: HPGL (Hewlett-Packard Graphics
  72. Language) and PIC (Lotus Picture). HPGL
  73. has much higher resolution than PIC.  If
  74. you are using a slide service bureau, find
  75. which file formats are compatible with
  76. their equipment.
  77.  
  78.