home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / o / ozgis88.zip / OZGIS18.TUT < prev    next >
Text File  |  1992-01-04  |  40KB  |  494 lines

  1.                         GLOSSARY OF TERMS                                 
  2.                        =================
  3.  
  4. The purpose of this tutorial is to provide definitions for a number of          
  5. terms used within this Guide.  Most of these terms are commonly used words      
  6. or phrases which have taken on a more precise technical meaning in one of       
  7. the areas spanned by the OzGIS system.  Technical terms have been           
  8. borrowed from the jargon of statistics, data processing, computer software      
  9. and hardware, cartography, and graphic arts.  Because of the diversity of       
  10. these disciplines, it is unlikely that a potential OzGIS user will have     
  11. developed a level of expertise in each.  This glossary should provide most      
  12. of the information necessary for communicating the basic concepts of            
  13. OzGIS.                                                                      
  14.                                                                                 
  15. The glossary is available on-line, and is accessed by typing 'G' to a menu      
  16. selection request.                                                              
  17.                                                                                 
  18. Area - 1) A measurement of the size of a geographical region whose shape is     
  19.    displayed on the OzGIS monitor.  2) An arbitrary portion of the face     
  20.    of the monitor.                                                              
  21.                                                                                 
  22. Attribute - A general term for the variable associated with a set of            
  23.    geographic zones, lines or sites to be processed by OzGIS.               
  24.    Attributes may be variates, statistics or simply data collected for each     
  25.    item.  Note that the modes of display for an attribute are usually           
  26.    referred to as "single variate" or "bi-variate".  See also Variate and       
  27.    Statistic.                                                                   
  28.                                                                                 
  29. Background - The informationless area displayed on the monitor around a map     
  30.    and its associated components.  Usually given a user selected, neutral       
  31.    colour such as black or white.                                               
  32.                                                                                 
  33. Bit - A unit of information representing the value (either 1 or 0) of a         
  34.    single binary digit.                                                         
  35.                                                                                 
  36. Bivariate - A display of the relative distribution of two different sets        
  37.    of statistics on the same map.  It must be noted that no relationship        
  38.    between the two statistics is implied by the display.  For example, if       
  39.    the distribution of little old ladies is displayed simultaneously with       
  40.    the distribution of cricket players, the result is not a display of the      
  41.    distribution of little old ladies who play cricket.  See also Variate.       
  42.                                                                                 
  43. Boundary - A set of lines displayed on the monitor to represent the edges       
  44.    of polygons defined to the system.  Often the same as zone edges.            
  45.                                                                                 
  46. Byte - A group of eight bits.  See also Bit.                                    
  47.                                                                                 
  48. Catchment - The region of influence around a site e.g. suburbs around a         
  49.    shopping centre where most of the customers live.                            
  50.                                                                                 
  51.                                                                                 
  52. Character - A single symbolic pattern which may be displayed on either the      
  53.    monitor or terminal.  It may be alphabetic, numeric, or punctuational,       
  54.    as the normal symbols encountered on a typical typewriter keyboard, or a     
  55.    special symbol generated for display as an entity, such as a square root     
  56.    symbol.                                                                      
  57.                                                                                 
  58. Choropleth Map - A map portraying the values of an attribute averaged over      
  59.    data collection units (or zones) and represented by a symbol covering        
  60.    the entire unit.  A map displayed by OzGIS represents the zones by a         
  61.    uniform colour.                                                              
  62.                                                                                 
  63. Class - A convenient subdivision of the total range of values of a              
  64.    particular statistical variate.  Classes are usually chosen to make          
  65.    computations or analyses less labourious, or to make the results of such     
  66.    analyses more obvious or meaningful.  For example, the range of a set of     
  67.    values might be divided into ten equal classes in order to highlight         
  68.    items in the top ten percent.  See also Variate, Class Boundary, Class       
  69.    Interval and Class Number.                                                   
  70.                                                                                 
  71. Class Boundary - The special values of variates which determine the upper       
  72.    and lower limits of the range of a class.  See also Class.                   
  73.                                                                                 
  74. Class Interval - The range of variate values between the upper and lower        
  75.    limits of the class.  See also Class.                                        
  76.                                                                                 
  77. Class Number - A cardinal number assigned to each class into which a            
  78.    particular statistical range has been divided.  Conventionally, the          
  79.    class whose members have the lowest magnitude is assigned number 1, with     
  80.    class numbers increasing uniformly as the magnitude of class values          
  81.    increases.  See also Class.                                                  
  82.                                                                                 
  83. Colour - One of the combinations of blue, green, and red which may be           
  84.    specified for display on the monitor.  The total number of colours           
  85.    available depends on the display system.                                     
  86.                                                                                 
  87. Colour Space - The range of colours which may be specified for display on       
  88.    the colour monitor.  Since the colours are specified as values of blue,      
  89.    green, and red, it is convenient to think of the colour space as a cube      
  90.    located on a standard three dimensional coordinate system.  Black is         
  91.    placed at the origin, with each of the x, y and z axes representing          
  92.    blue, green, and red, respectively.  The range of possible values is 0.0     
  93.    to 1.0 on each axis of the cube.                                             
  94.                                                                                 
  95. Continuous Colour - A method of representating statistical values               
  96.    associated with map zones by graduating zone colours to correspond with      
  97.    changes in statistical value.  From a user defined, or default, sequence     
  98.    of colours, OzGIS generates the intermediate colours to provide a            
  99.    12 colour graduated path through the colour space.  The statistic to be      
  100.    represented is quantized into 12 equal value classes, and the classes        
  101.    are assigned colours from the generated colour sequence.  This allows        
  102.    small changes in statistical value to be represented by subtle changes       
  103.    in colour, while large changes in value may be visually observed as          
  104.    significant colour differences.                                              
  105.                                                                                 
  106.                                                                                 
  107. Controller - A general term applied to a piece of intermediate equipment in     
  108.    the data path between the electrical signals of a processor and their        
  109.    physical realization in a peripheral device.  Within OzGIS, the term     
  110.    will most often be used for the Color Display Controller.                    
  111.    It will be used to a lesser extent to describe interface controllers for     
  112.    the various disc and tape drives.                                            
  113.                                                                                 
  114. Coordinate - One of a pair of numbers which designates the location of a        
  115.    geographic point with respect to another known point.  Geographic files      
  116.    for entry into the system under OzGIS must have their points                 
  117.    specified in appropriately scaled and formatted coordinates.  The            
  118.    coordinates specified by the user are converted by OzGIS for display         
  119.    on the monitor.  On the monitor screen, the origin is in the lower left      
  120.    hand corner of the viewing area.  The coordinates of a point on the          
  121.    monitor screen are specified by their distance right and up from the         
  122.    origin                                                                       
  123.                                                                                 
  124. Crosshair Cursor - A pair of lines at right angles to each other which is       
  125.    displayed on the monitor to designate the location of a certain point of     
  126.    interest.  Under most circumstances, the location of the crosshair           
  127.    cursor may be controlled by movements of the mouse.  See also Box            
  128.    Cursor, and Joystick.                                                        
  129.                                                                                 
  130. Data - Numerical values associated with certain physical phenomena, such as     
  131.    128 cm long, 14 years old, or 43 kangaroos.  As a generality,                
  132.    OzGIS was not designed to handle data, but rather the statistics         
  133.    derived from data, such as average length, medium age, or number of          
  134.    kangaroos per hectare.  See also Statistics.                                 
  135.                                                                                 
  136. Decile - One of the nine data values which divide the range of a variate        
  137.    into ten equal sized classes.  See also Quantile and Percentile.             
  138.                                                                                 
  139. Default - A set of parameters automatically selected by OzGIS in the            
  140.    absence of any stated preference by the user.  The actual default            
  141.    parameters may be defined by the user in the users default file.  For        
  142.    example, OzGIS may initially display a map by arbitrarily selecting          
  143.    zone colours from a palette of possible shades which the user selected       
  144.    previously.  After this default colouring, the user may wish to change       
  145.    some particular zone colour to improve the appearance of the display.        
  146.                                                                                 
  147. Disc - An electronic device for storing digital data on a rotating plate        
  148.    coated with magnetic material.  See also Controller.                         
  149.                                                                                 
  150. Display - As a verb, the act of presenting information on the monitor or        
  151.    terminal for the purpose of visually communicating that information to       
  152.    the user.  This includes all the procedures necessary to correctly           
  153.    present the information in a format suitable for both the equipment and      
  154.    the viewer.  Example:  "A map is displayed on the monitor, while a menu      
  155.    is displayed on the terminal".                                               
  156.                                                                                 
  157.                                                                                 
  158.    As a noun, the presentation which is visually perceived when a user          
  159.    looks at the screen of the monitor or terminal;  the total information       
  160.    content on the screen.  Examples:  "The terminal display indicates the       
  161.    options possible now";  "This map display is too red".  See also Monitor     
  162.    and Terminal.                                                                
  163.                                                                                 
  164. Display Elements - The components or items of a display on the OzGIS        
  165.    monitor;  for example, legend, title, image map, boundaries, image           
  166.    symbols, histograms.                                                         
  167.                                                                                 
  168. Distribution - The manner in which a number of samples of data are spread       
  169.    across the range of possible values.  May be a subjective statement,         
  170.    such as:  "These data appear to have an even distribution".  More often,     
  171.    some quantifiable measure will be given such as:  "These data have a         
  172.    normal distribution with a mean of 40 and standard deviation of 3".          
  173.    Sometimes, distribution information will be presented in graphical form,     
  174.    such as a histogram or scatter diagram.                                      
  175.                                                                                 
  176. Equal Value Quantization - A method of dividing the range of values of a        
  177.    statistical variate into a number of classes where the magnitude of the      
  178.    range of each class is the same.  See also Class.                            
  179.                                                                                 
  180. Excluded Zone - A zone displayed on the map and coloured with a special         
  181.    shade indicating that it has not been used for quantization or has been      
  182.    omitted from the area of interest.                                           
  183.                                                                                 
  184. File - A number of data items grouped together and considered as a unit for     
  185.    convenience of storage and retrieval by a computer.  Within OzGIS,       
  186.    such files are stored as distinct entities on disk.  Files are               
  187.    identified by media designation, name, and type.  The OzGIS user             
  188.    normally supplies only the file name, but the storage media may also be      
  189.    specified.  The file type is supplied by the system.  The same name may      
  190.    be used for files of different types, but within a particular type, no       
  191.    two files may have the same name.                                            
  192.                                                                                 
  193. Frequency - A statistical term referring to the number of members of a          
  194.    population falling into a specified class.  See also Class.                  
  195.                                                                                 
  196. Geographic Data - Digitized map data which are referenced to a geographic       
  197.    (or spatial) coordinate system, usually a map projection.                    
  198.                                                                                 
  199. Graphics - Data which can be displayed on the monitor in terms of lines         
  200.    points and text, as opposed to colouring and filling regions of the          
  201.    screen.  Used to refer to geographic and symbol data.                        
  202.                                                                                 
  203. Histogram - A type of bar graph in which vertical rectangles are erected on     
  204.    the horizontal axis with the height of each bar representing the             
  205.    frequency, and the width representing the corresponding class interval,      
  206.    for each of the classes of a particular variate.  OzGIS can display          
  207.    such statistical information on the monitor.  See also Scatter Diagram,      
  208.    and Class.                                                                   
  209.                                                                                 
  210.                                                                                 
  211. Information - The subjective knowledge which may be associated with an          
  212.    objective set of data.  The ages and locations of children are data;         
  213.    the distribution of school age children is statistic;  where the schools     
  214.    should be built is information.  See also Data and Statistics.               
  215.                                                                                 
  216. Interval - The numerical distance between the upper and lower limits of a       
  217.    class.                                                                       
  218.                                                                                 
  219. Joystick - An electro-mechanical device which converts the positions of a       
  220.    small lever into electrical voltages.  The voltages are further              
  221.    converted into digital signals which are used by the PDP11 to                
  222.    position various cursor patterns on the monitor screen.  See also Box        
  223.    Cursor, and Crosshair Cursor.                                                
  224.                                                                                 
  225. Legend - A display on the monitor which indicates the correspondence            
  226.    between the statistical values and their associated colours or symbols       
  227.    as defined for a particular map.  The legend usually occupies                
  228.    approximately the rightmost one fifth of the viewing area of the monitor     
  229.    and has two general forms, single variate and bivariate.  One type of        
  230.    single variate legend consists of a column of coloured rectangles beside     
  231.    which are numbers indicating the corresponding class boundaries for          
  232.    those colours.  The other is a rectangular column with colours gradually     
  233.    changing from top to bottom, and an upper and lower number indicating        
  234.    the range across which the "Continous Colour" varies.  The bivariate         
  235.    legend consists of a 45 degree parallelogram divided left to right and       
  236.    up and down into coloured smaller parallelograms.  A set of numbers          
  237.    along the left side indicates the class boundaries of the primary            
  238.    variate, while similar numbers across the upper side indicate the            
  239.    secondary variate class boundaries.                                          
  240.                                                                                 
  241. Line - This term has three special meanings within OzGIS in addition to         
  242.    its normal English usage.  (1) Any set of contiguous segments comprising     
  243.    the section of a zone boundary which has one zone on its right and a         
  244.    second zone on its left as part of a map.  (2) Any contiguous set of         
  245.    segments as part of a graphics display.  (3) A set of alpha-numeric          
  246.    characters meant to be displayed as one row on either the monitor or the     
  247.    terminal.                                                                    
  248.                                                                                 
  249. Location - The position of a datum point, or pixel, on the monitor screen.      
  250.    This is given by its x and y coordinates, with the origin in the lower       
  251.    left hand corner.  The range of values depends on the display system.        
  252.                                                                                 
  253. Lookup Table (LUT) - A table in the display system which can modify the         
  254.    value in memory for display purposes.                                        
  255.                                                                                 
  256. Map - Geographic data which can be displayed on the monitor by colouring        
  257.    and filling regions of the screen or as lines or symbols.                    
  258.                                                                                 
  259. Map Projection - Refers to the coordinate system used for processing the        
  260.    display of a map.                                                            
  261.                                                                                 
  262.                                                                                 
  263. Markers - Special characters or symbols which may be displayed on the           
  264.    monitor to identify locations of points.  For example, aircraft              
  265.    symbols to indicate the location of airports.  Different sized markers       
  266.    are used to show the classification of site attribute data.                  
  267.                                                                                 
  268. Mean - The arithmetic average of a set of data values.                          
  269.                                                                                 
  270. Memory - A portion of the OzGIS hardware used for the storage of data       
  271.    by the altering of the electrical state of the appropriate circuitry.        
  272.                                                                                 
  273. Menu - An itemized list of alternative actions which might be selected          
  274.    within OzGIS.  Menus are displayed on the terminal.  The terminal        
  275.    keyboard is used to enter selections from the options listed on the          
  276.    menu.  The sequence of menu items which is selected controls the "flow"      
  277.    of the OzGIS program through its various tasks.                              
  278.                                                                                 
  279. Monitor - The electronic equipment, resembling a colour television              
  280.    receiver, on which maps and graphics are displayed.                          
  281.                                                                                 
  282. Nested Means - A quantization method in which classes are generated by          
  283.    dividing each variate range into two classes about the mean for that         
  284.    range.  For example, the central class limit is set at the overall mean,     
  285.    then the upper and lower classes are each divided at the means of the        
  286.    two parts, giving four classes.  This process may be repeated, giving        
  287.    eight classes.                                                               
  288.                                                                                 
  289. Operating System - Computer software provided to facilitate usage of the        
  290.    various computer resources available within the OzGIS system.            
  291.                                                                                 
  292. Overlay - As a noun, overlay refers to graphic data written on top of the       
  293.    existing display.  This is displayed on the monitor as though placed         
  294.    between the previous display and the viewer.  Overlays generally are         
  295.    entered in the refresh memory in single bit planes.                          
  296.    As a verb, overlay refers to the act of adding graphics data to a            
  297.    display by putting it "on top of" the previous display.                      
  298.                                                                                 
  299. Palette - An array of coloured rectangles which is displayed on the monitor     
  300.    at certain stages of OzGIS.  The palette shows a range of colours            
  301.    which are available for selection by the user.  Palettes are held as         
  302.    files within OzGIS.  Several palette files are provided as part of           
  303.    the software package.                                                        
  304.                                                                                 
  305. Parameter - A general term referring to a physical characteristic which may     
  306.    be measured or quantified in some way, even though the precise value of      
  307.    that measurement may be unknown in specific instances.  For example, age     
  308.    is a parameter of human beings.                                              
  309.                                                                                 
  310. Percentile - One of the set of 99 values which divide the range of a            
  311.    statistic into 100 equal sized classes.                                      
  312.                                                                                 
  313. Peripherals - Items of auxillary equipment added to a computer to enhance       
  314.    its performance.  These include such items as disc drives, tape drives,      
  315.    and printers.                                                                
  316.                                                                                 
  317.                                                                                 
  318. Pixel - The smallest, individually controllable, element (or cell)              
  319.    displayed as dots of colour on the monitor's screen.  The monitor area       
  320.    is made up of lines of pixels.  For each pixel, there is a corresponding     
  321.    location in the refresh memory for storing the data value associated         
  322.    with that pixel.  This location is the smallest datum area which can be      
  323.    individually controlled by the software.  See also Image and Location.       
  324.                                                                                 
  325. Point - A geographic feature which, for display purposes, may be described      
  326.    by only indicating its location as an x and y coordinate.                    
  327.                                                                                 
  328. Polygon - A geographic area described by the line segments forming its          
  329.    boundary and the zone name which forms its surface.  One or more             
  330.    polygons may be combined to form a zone.                                     
  331.                                                                                 
  332. Presentation Maps - A set of maps prepared for rapid display on the             
  333.    monitor.                                                                     
  334.                                                                                 
  335. Primary Variate - The set of statistical values characterized by a common       
  336.    name which is displayed on any given single variate map.  Two such sets      
  337.    of values are displayed on a bivariate map.  The primary variate is          
  338.    named at the top of the title, and its colour values are indicated in        
  339.    the rows of the legend.  See also Variate.                                   
  340.                                                                                 
  341. Processor - The hardware which executes the procedural and computational        
  342.    tasks specified by OzGIS.  The standard OzGIS processor is a             
  343.    Digital Equipment Corporation minicomputer, the VAX.                         
  344.                                                                                 
  345.  Projection - The representation of a physical shape on the screen of the       
  346.    monitor according to a fixed mathematical coordinate system.  Normally,      
  347.    a projection in OzGIS terms will refer to a method for presenting        
  348.    maps of geographic areas.  See also Map Projection.                          
  349.                                                                                 
  350. Quantile - Any of the specific values which divide the range of a statistic     
  351.    into equal sized classes.  Some values have other special terms, i.e.,       
  352.    if the range is divided into four classes, the boundary values are           
  353.    called quartiles.  See also Percentile.                                      
  354.                                                                                 
  355. Quantify - To assign a number or quantity to an otherwise unnumbered            
  356.    entity.  In particular, to assign a class number to a statistical value      
  357.    or zone name.                                                                
  358.                                                                                 
  359. Quantization - The process of assigning class numbers to zones according to     
  360.    the value of the statistic for that zone.  Viewed the other way,             
  361.    quantization is the process of putting zones into classes.                   
  362.                                                                                 
  363. Quartile - One of the three data values which divide the range of a variate     
  364.    into four equal sized classes.  See also Quantile and Percentile.            
  365.                                                                                 
  366. Raster - a term applied to image data.  In particular data handled on a         
  367.    line basis.                                                                  
  368.                                                                                 
  369.                                                                                 
  370. Refresh Memory - The portion of the hardware (within the display                
  371.    controller) which holds the digital data necessary to continuously           
  372.    regenerate the colour monitor display.  The cathode ray tube (CRT) of        
  373.    the monitor produces its display by electrically stimulating various         
  374.    phosphorus based compounds deposited on its face.  The colours thus          
  375.    produced fade rapidly with time and must be continually "refreshed".         
  376.    The data necessary to perform this refresh correctly is stored in the        
  377.    refresh memory.                                                              
  378.                                                                                 
  379. Region - A designated portion of a map displayed on the monitor.  A region      
  380.    consists of one or more zones or parts of zones defined in some way          
  381.    (e.g. a circular region centered at a point on the map).  The concept of     
  382.    a region is important when the displayed map consists of several             
  383.    geographic areas.  In this context, a region consists of a window            
  384.    (geographic area) and its displayed viewport on the screen (screen           
  385.    area).  See also Area.                                                       
  386.                                                                                 
  387. Save - To store on disc (or magnetic tape) all the pertinent data regarding     
  388.    a map displayed on the monitor.  The maps which are "saved" can later be     
  389.    fully regenerated with all details preserved.                                
  390.                                                                                 
  391. Scatter Diagram - A two dimensional plot of points whose x and y                
  392.    coordinates are the values of the individual variates associated with        
  393.    those points.  Scatter diagrams are displayed on the monitor in              
  394.    conjunction with bivariate maps.  In this instance, each map zone is         
  395.    assigned a point on the diagram.  The y-coordinate of the point              
  396.    corresponds to the value of the primary variate for that zone as             
  397.    displayed on the map.  The x-coordinate of the point has a similar           
  398.    relationship to the secondary variate.  In addition, the point will be       
  399.    coloured the same as its associated map zone.  Scatter diagrams provide      
  400.    a visual method of assessing the correlation between the two variates        
  401.    displayed on the map.                                                        
  402.                                                                                 
  403. Secondary Variate - The second set of statistical values which are              
  404.    displayed (along with a primary variate) on the map.  The                    
  405.    secondary variate is named at the bottom of the title.  See also Primary     
  406.    Variate.                                                                     
  407.                                                                                 
  408. Segment - A set of connected straight lines defined to OzGIS by                 
  409.    specifying the coordinates of their starting, intermediate, and end          
  410.    points, along with the names of the two zones on either side of the          
  411.    lines.  Consequently, segments must represent a portion, or all, of the      
  412.    boundary between two zones.  See also Line and Boundary.                     
  413.                                                                                 
  414. Site - A geographic location that has associated attribute data.  A site is     
  415.    defined by a name and fixed location e.g. a site could be a city or a        
  416.    retail store.                                                                
  417.                                                                                 
  418. Standard Deviation - A statistical measure of the dispersion amongst a set      
  419.    of measured values.  The standard deviation is mathematically equivalent     
  420.    to the positive square root of the variance of the sample on which the       
  421.    statistic is based.                                                          
  422.                                                                                 
  423.                                                                                 
  424. Statistics - A general term referring to:  1) The branch of mathematics         
  425.    involved with performing certain analytical calculations regarding           
  426.    various relationships among sets of numerical data, and 2) The numerical     
  427.    results of such calculations.  The height of an individual is data;  the     
  428.    average height of a group is a statistic.                                    
  429.                                                                                 
  430. Status - The present condition of the software and hardware system,             
  431.    especially as to its progress toward the completion of the tasks at          
  432.    hand.  The status messages are displayed as a response to                    
  433.    typing interpretation of various abbreviated messages displayed on the       
  434.    terminal.  The status messages are displayed as a response to typing an      
  435.    "S" command.                                                                 
  436.                                                                                 
  437. Terminal - An item of hardware comprising a keyboard for entering commands      
  438.    to the processor, and some means for the processor to return                 
  439.    alpha-numeric messages to the user.  The standard OzGIS terminal is      
  440.    the Digital Equipment Corporation VT100.  This contains the necessary        
  441.    keyboard, and a cathode ray tube for displaying processor generated          
  442.    messages.  Some OzGIS installations may also have a printer terminal     
  443.    for providing a permanent copy of the messages on paper.                     
  444.                                                                                 
  445. Territory - a zone which has been formed by amalgamating bas zones e.g. sales   
  446.    territories formed from postcodes.                                           
  447.                                                                                 
  448. Text - Combinations of characters which may be specified by typing at the       
  449.    terminal.  Lines of text may be displayed on either the terminal or the      
  450.    monitor in various fonts.  See also Character, and Line.                     
  451.                                                                                 
  452. Time Lapse Maps - A formatted set of maps concerning a geographic area and      
  453.    certain statistics associated with it as they have been collected over       
  454.    time.  Time lapse files are used to display the time related changes in      
  455.    the statistical data by rapid and periodic changes in map colours            
  456.    corresponding to the statistics.  For example, variations in population      
  457.    density, as recorded by the 1971, 1976, and 1981 census data, could be       
  458.    shown by changing the colours of the displayed map at one second             
  459.    intervals corresponding to the 3 sets of data.                               
  460.                                                                                 
  461. User - The person who is interactively controlling the OzGIS system at      
  462.    the terminal.                                                                
  463.                                                                                 
  464. Value - The number associated with a particular statistical item, as            
  465.    opposed to the colour associated with that item.  For example, the zone      
  466.    might be coloured red to indicate four to ten beer drinkers per pub in       
  467.    that zone.  The actual value of the statistic might be 9.4 beer drinkers     
  468.    per pub.                                                                     
  469.                                                                                 
  470. Variate - A measurable quantity which may take on any of the values within      
  471.    a given range, and which has associated with it a specified probability      
  472.    function describing the manner in which the permissible values are           
  473.    likely to occur.  See also Bivariate, Primary Variate, and Secondary         
  474.    Variate.                                                                     
  475.                                                                                 
  476. Viewport - The rectangular area of the colour monitor face selected for         
  477.    displaying a specified item.                                                 
  478.                                                                                 
  479. Window - The rectangular portion of a geographic map which is selected for      
  480.    display on the colour monitor.                                               
  481.                                                                                 
  482.                                                                                 
  483. Zone - A geographic area which is to be considered as a spatial unit.  A        
  484.    zone is defined in terms of one or more polygons which form it.              
  485.    Statistically, a zone is defined in terms of a single value for each         
  486.    variate in question.  This relationship of one variate value per defined     
  487.    geographic zone allows zones to be completely and uniformly coloured in      
  488.    a map display.  See also Polygon and Variate.                                
  489.                                                                                 
  490. Zone Name - An alphanumeric designation attached to the various                 
  491.    computerized data associated with a zone.  The zone name facilitates for     
  492.    the processor the task of relating various data items to the proper          
  493.    zones.                                                                       
  494.