I am writing unit-tests for the in-development function apply_gam, based on function defined in modelling pipeline, which on its turn has been developed from a function of @ToonVanDaele.
@ToonVanDaele: could you please check basic GAM of this dummy data, please?
I would expect a negative first derivative when not emerging (green dots) and a negative lower CI value of it as well. @ToonVanDaele : what do you think about? Do you find it strange as well?
If yes, could you please check results using your code?
If no, could you explain me why is it not strange?
I am writing unit-tests for the in-development function
apply_gam
, based on function defined in modelling pipeline, which on its turn has been developed from a function of @ToonVanDaele.@ToonVanDaele: could you please check basic GAM of this dummy data, please?
I get these values for the minimal guaranteed growth, i.e.
model$family$linkinv(lower)
:which I find strange if we see the output graph:
I would expect a negative first derivative when not emerging (green dots) and a negative lower CI value of it as well. @ToonVanDaele : what do you think about? Do you find it strange as well? If yes, could you please check results using your code? If no, could you explain me why is it not strange?