dpen_dh: Derivative of $$-log(h) - (log(h) - \mu_h)^2 / (2\sigma_h^2)$$ with respect
to \(h\).
Description
Derivative of $$-log(h) - (log(h) - \mu_h)^2 / (2\sigma_h^2)$$ with respect
to \(h\).
Usage
dpen_dh(h, mu_h, sigma2_h)
Arguments
h
The current bias parameter.
mu_h
The mean of the log-bias.
sigma2_h
The variance of the log-bias.
See Also
pen_bias
which this is a derivative for.