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>
SEE ALSO
perl(1), Statistics::Basic