Type: Package
Package: sshist
Title: Optimal Histogram Binning Using Shimazaki-Shinomoto Method
Version: 0.1.1
Authors@R: 
    person("Daniil", "Popov", , "popov.daniil@gmail.com", role = c("aut", "cre"))
Description: Implements the Shimazaki-Shinomoto method (2007)
    <doi:10.1162/neco.2007.19.6.1503> for optimizing the bin width of a
    histogram. This method minimizes the mean integrated squared error
    (MISE) and features a C++ backend for high performance and
    shift-averaging to remove edge-position bias. Ideally suits for
    time-dependent rate estimation and identifying intrinsic data
    structures. Supports both 1D and 2D data distributions.
License: GPL (>= 3)
URL: https://github.com/celebithil/sshist,
        https://www.neuralengine.org/res/histogram.html
BugReports: https://github.com/celebithil/sshist/issues
Imports: graphics, grDevices, Rcpp, stats
Suggests: ggplot2, knitr, rmarkdown
LinkingTo: Rcpp
VignetteBuilder: knitr, rmarkdown
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.3
NeedsCompilation: yes
Packaged: 2026-02-10 08:12:34 UTC; celebithil
Author: Daniil Popov [aut, cre]
Maintainer: Daniil Popov <popov.daniil@gmail.com>
Repository: CRAN
Date/Publication: 2026-02-12 08:20:08 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2026-02-13 00:53:04 UTC; windows
Archs: x64
