Package: ICSsmoothing
Type: Package
Title: Data Smoothing by Interpolating Cubic Splines
Version: 1.2.5
Authors@R: c(
    person("Juraj", "Hudak", role = c("aut")),
    person("Viliam", "Kacala", email = "viliam.kacala.ml@gmail.com", role = c("cre")),
    person("Csaba", "Torok", email = "csaba.torok@upjs.sk", role = c("ctb")))
Description: We construct the explicit form of clamped cubic interpolating spline (both uniform - knots are equidistant and non-uniform - knots are arbitrary). Using this form, we propose a linear regression model suitable for real data smoothing. This package is based on a diploma thesis Hudak (2017) <https://opac.crzp.sk/?fn=detailBiblioForm&sid=7FE4E0810F66E41DF9A9CA23557F&seo=CRZP-detail-kniha>.
Depends: R (>= 3.5.0), polynom, ggplot2
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-01-11 07:59:46 UTC; vildibald
Author: Juraj Hudak [aut],
  Viliam Kacala [cre],
  Csaba Torok [ctb]
Maintainer: Viliam Kacala <viliam.kacala.ml@gmail.com>
Repository: CRAN
Date/Publication: 2021-01-14 09:10:09 UTC
