Forum: open-discussion


RE: CalculatePSD and the version of lomb package. [ Reply ] By: Constantino Antonio on 2022-05-24 09:58 | [forum:49400] |
Dear Artem, Thank you for reporting this. We will update the default parameters for backwards compatibility ASAP. Regards |
CalculatePSD and the version of lomb package. [ Reply ] By: Artem Mishchenko on 2022-05-23 09:16 | [forum:49399] |
Depending on the version installed lomb package, the procedure CalculatePSD differently estimates PSD. For example, at the version <=1.2, TF indiex was estimated as 888.4 ms2 and as 0.2 ms2 at the version >=2.0. But if in last case CalculatePSD was called as follow CalculatePSD(method="lomb", doPlot = F, normalize='press') the results are identical (888.4 ms2). Starting with version 2.0 of lomb package, it function lomb::lsp has aditional argument normalize=c("standard","press") which determine normalization type which will be used. |