genophenoenvo / terraref-datasets

Repository for code and small datasets derived from the TERRA REF program
MIT License
0 stars 3 forks source link

Refactor canopy_height vs. gdd model to be functional modeling #112

Closed rbartelme closed 3 years ago

rbartelme commented 3 years ago

Current model just estimates complex non-linear regression between canopy_height & gdd

Need to refactor to find growth curve parameters from the equation canopy_height = c/[1+a*e^-(b*gdd)]

rbartelme commented 3 years ago

This is a WIP, but the preliminary stages are done. Some progress was lost when gpu06 went down.