Skip to content

thermaltime

predict_thermaltime(X, t1=1, T=5, F=500)

Make prediction with the thermaltime model.

Parameters:

Name Type Description Default
X

array-like, shape (n_samples, n_features). Daily mean temperatures for each unique site/year (n_samples) and for each DOY (n_features). The first feature should correspond to the first DOY, and so forth up to (max) 366.

required
t1 int

The DOY at which forcing accumulating beings (should be within [-67,298])

1
T int

The threshold above which forcing accumulates (should be within [-25,25])

5
F int

The total forcing units required (should be within [0,1000])

500