Changelog
Source:NEWS.md
circhelp 1.3
-
remove_cardinal_biases(): replacedgamlssdependency with a native P-spline + REML/EM implementation. Results are numerically equivalent; runtime is approximately 2× faster. - Removed
gamlssfrom package imports.
circhelp 1.2
- Added
density_asymmetry_discrete(). - Added
smoothed_circ_sd(). - Improved
density_asymmetry()speed and options.
circhelp 1.1.3
- Added
smoothed_circ_sd(). - Improved speed of
density_asymmetry()by using matrix multiplication. - Added
"average"as a bandwidth option indensity_asymmetry(). - Updated imports (
ggplot2,stats) and documentation.
circhelp 1.1.2
- Added
density_asymmetry_discrete(). - Added
return_full_densityoption todensity_asymmetry(). - Updated vignettes and package documentation/site build.
circhelp 1.1.1
- Added
density_asymmetry()to analyze the asymmetry in response probabilities.