NAME
Data::Ovulation::Result - Result class for Data::Ovulation
VERSION
Version 0.01
SYNOPSIS
See Data::Ovulation.
DESCRIPTION
See Data::Ovulation.
SUBROUTINES/METHODS
day_rise()
Returns the first day on which the temperature rises. This indicates an ovulation.
ovulation_days()
Returns an arrayref of days on which an ovulation is likely to have occured.
fertile_days()
Returns an arrayref of days with high fertility.
cover_temperature()
Returns the "cover" temperature. This is the highest one of the six temperature values prior to the ovulation day.
impregnation()
Returns true if an impregnation is likely to have occured.
min()
Returns the lowest temperature value.
max()
Returns the highest temperature value.
AUTHOR
Tobias Kremer, <cpan at funkreich.de>
COPYRIGHT & LICENSE
Copyright 2007 Tobias Kremer, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.