The Animal Metrics Library is a software library that provides a set of tools for calculating various growth metrics for animals. These metrics include growth rate, which can be calculated based on the feed nutrition values of the animal. The library is designed to be easy to use and can be integrated into any software application that requires animal growth metrics.
In this release, v0.0.1, the basic foundation has been implemented to calculate growth rates based on a variety of factors. As I continue to work on this project, the updates will bring with them, better error processing as well as performance enhancements and more complex formulas so that those who are using this library will continuously have the best results.
- Initial Weight (IW): The weight of the animal at the start of the period.
- Final Weight (FW): The weight of the animal at the end of the period.
- Duration (D): The time period over which growth is measured.
Formula Description | Formula |
---|---|
Basic Growth Rate (BGR) | |
Protein Content Adjustment Factor (PCAF) | |
Energy Content Adjustment Factor (ECAF) | |
Vitamin and Mineral Index Adjustment Factor (VMIAF) | |
Overall Nutrition Adjustment Factor (NAF) | |
Adjusted Growth Rate (AGR) |
This model represent an animal with the following properties:
- Initial Weight
- Final Weight
- Duration In Days