NAME
Math::Function::Interpolator::Quadratic
SYNOPSIS
use Math::Function::Interpolator::Quadratic;
my $interpolator = Math::Function::Interpolator::Quadratic->new(
points => {1=>2,2=>3,3=>4,4=>5,5=>6}
);
$interpolator->quadratic(2.5);
DESCRIPTION
Math::Function::Interpolator::Quadratic helps you to do the interpolation calculation with quadratic method. It solves the interpolated_y given point_x and a minimum of 3 data points.
FIELDS
points (REQUIRED)
HashRef of points for interpolations
METHODS
quadratic
quadratic
AUTHOR
Binary.com, <perl at binary.com>
BUGS
Please report any bugs or feature requests to bug-math-function-interpolator at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Math-Function-Interpolator. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Math::Function::Interpolator
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Math-Function-Interpolator
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN