compute_d_step_sgpsd {BayesGP} | R Documentation |
Compute the SD correction factor for sgp
Description
Compute the SD correction factor for sgp
Usage
compute_d_step_sgpsd(d, a)
Arguments
d |
A numeric value for the prediction step. |
a |
The frequency parameter of the sgp. |
Value
The correction factor c that should be used to compute the d-step PSD as c*SD.
[Package BayesGP version 0.1.3 Index]