项目作者: modal-inria

项目描述 :
Categorical Functional Data Analysis
高级语言: R
项目地址: git://github.com/modal-inria/cfda.git
创建时间: 2019-10-17T15:05:06Z
项目社区:https://github.com/modal-inria/cfda

开源协议:

下载


cfda: Categorical Functional Data Analysis

R-CMD-check codecov

CRAN status Total Downloads Downloads

cfda provides functions for the analysis of categorical functional data.

The main contribution is the computation of an optimal encoding (real functional variable) of each state of the categorical functional data.

Installation

From CRAN:

  1. install.packages("cfda")

From github:

  1. library(remotes)
  2. install_github("modal-inria/cfda", build_vignettes = TRUE)

Vignette

Once the package is installed, a vignette describing the mathematical background and showing an example is available using the R command:

  1. RShowDoc("cfda", package = "cfda")

Credits

cfda is developed by Cristian Preda (Inria Lille, Université de Lille), Quentin Grimonprez (Inria Lille) and Vincent Vandewalle (Inria Lille, Université de Lille).

Copyright Inria - Université de Lille

Citation

Preda C, Grimonprez Q, Vandewalle V. Categorical Functional Data Analysis. The cfda R Package. Mathematics. 2021; 9(23):3074. https://doi.org/10.3390/math9233074

  1. @Article{,
  2. title = {Categorical Functional Data Analysis. The cfda R Package},
  3. author = {Cristian Preda and Quentin Grimonprez and Vincent Vandewalle},
  4. journal = {Mathematics},
  5. year = {2021},
  6. volume = {9},
  7. number = {23},
  8. url = {https://www.mdpi.com/2227-7390/9/23/3074},
  9. doi = {10.3390/math9233074},
  10. }

Licence

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.