GFD Dennou Club / Dennou Ruby / Products

NArrayMiss

- Additional class with processing of missing value to NArray -



What's NArrayMiss

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

Requires

Install / Download

The latest version is 1.4.0 [30 Aug 2016 Updated]

gem (download from rubygems.org)

download gem file from narray_miss on rubygesm.
# gem install narray_miss

source file

narray_miss-1.4.0.tar.gz

install with gem

generate gem file locally and install it.
% tar zxvf narray_miss-{version}.tar.gz
% cd narray_miss-{version}
% sudo rake install

install without gem

copy files to the ruby sitelib dir.
% tar zxvf narray_miss-{version}.tar.gz
% cd narray_miss-{version}
% sudo rake nongeminstall

repository

You can also get from the git repository

% git clone http://ruby.gfd-dennou.org/products/narray_miss/narray_miss.git
or the repository snapshot, narray_miss-snapshot.tar.gz.

Documents

Document for methods is here.
This document can be get by rdtool form narray_miss.rb.
% rd2 narray_miss.rb > narray_miss.html
Documents for NArray is also usefu l, because almost all methods do same as that of NArray without processing of missing value.