Mike Lotinga
Mike Lotinga
The use of the bilinear transform to derive filter coefficients (such as in `signal.weigh`) distorts the output frequency response from the desired analog response. This effect is negligible at lower...
Great library! In `signal.weigh` there is the zero-phase option that uses `scipy.signal.filtfilt`. To inspect the frequency response of the zero-phase (forwards-backwards operation) filter _Hzp_, it is necessary to calculate the...
Two feature enhancements: - slopegraph jittering optional arguments, to allow clearer visualisations of paired ordinal response data (https://github.com/ACCLAB/DABEST-python/issues/181) - bias adjustment to compensate permutation p-values, according to approximate integral method...
Permutation p-values sometimes result in 0, due to the finite number of permutations. This should not be the case, according to a detailed account of the problem as detailed by...
For discrete data, the data plots generally overlay points or lines over each other, obscuring information. A facility to add jitter to the data visualisation, without affecting the effect size...
## Feature It would great if the current support for Generalized Estimating Equations solving for GLMs via engine 'gee' could be migrated to the much richer modelling available in the...
Super package. It would be great to see support extended to the glmtoolbox glmgee S3 object models for Generalized Estimating Equations (GEE) solution to GLMs. https://cran.r-project.org/web/packages/glmtoolbox/index.html https://journal.r-project.org/articles/RJ-2023-056
Minor bug addressed in Roughness_ECMA418_2: kLocs indexing in line 405 needed additional mlabIdx to ensure correct indexing and avoid potential logical masking error. Negligible impact on calculations. Updated help in...