List::Vectorize

Functions to make vectorized calculation easy
Download

List::Vectorize Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Zuguang Gu
  • Publisher web site:
  • http://search.cpan.org/~jokergoo/

List::Vectorize Tags


List::Vectorize Description

List::Vectorize is a Perl module that implements some functions in R style. The motivation is to help perl programming vectorized. And the module also provides a lot of functions to do basic statistic work.SYNOPSIS use List::Vectorize; # export all functions use List::Vectorize qw(:apply); # export apply family functions use List::Vectorize qw(:list); # export functions that manuplate lists/vectors use List::Vectorize qw(:set); # export functions that manuplate sets use List::Vectorize qw(:stat); # export functions that do statistical things use List::Vectorize qw(:io); # export functions that print or read dataProduct's homepage


List::Vectorize Related Software