Home: dennou ruby home page
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.2.4
[16 Dec 2011 Updated]
gem
narray_miss on rubygesm
# gem install narray_miss
source file
narray_miss-1.2.4.tar.gz
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.