	Ruby/NArrayMiss  ver 1.0.1 (2003-10-05)	by Seiya Nishizawa

* What's NArrayMiss

  This is a additional class of ruby with conduct processing of missing value
  to NArray which is a numeric multi-dimensional array class.

* Installation

  1. You need to have installed ruby and NArray must have been installed.

  + ruby  http://www.ruby-lang.org/

  + NArray  http://www.ruby-lang.org/en/raa-list.rhtml?name=NArray

  2. Unpack the source
  % gzip -dc narray_miss-1.0.1.tar.gz | tar xvf -

  3. Copy narray_miss.rb to your library path for ruby.
  % cd narray_miss-1.0.1
  % su
  % install narray_miss.rb your_library_path
  e.g.
    % install narray_miss.rb `ruby -r rbconfig -e 'p Config::CONFIG["sitelibdir"]'`

* How to use

  add to your ruby script ''require "narray_miss"''
