Statistics::Basic::Vector.3pm

Langue: en

Autres versions - même langue

Version: 2009-05-02 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Statistics::Basic::Vector - a class for handling arrays of numbers

SYNOPSIS

Invoke it this way:
     my $vector      = vector(1,2,3);
     my $same_vector = vector($vector);
     my $different   = $vector->copy;
 
 

This module tracks which of the other Statistics::Basic modules use it. That's it's primary purpose. It does have interpolation though...

     print "$vector\n"; # pretty printed
 
 

The full details are probably in the base module. If you have questions, just let me know.

AUTHOR

Paul Miller "<jettero@cpan.org>" Copyright 2009 Paul Miller --- Licensed under the LGPL

SEE ALSO

perl(1), Statistics::Basic