{"id":15165901,"url":"https://github.com/modal-inria/cfda","last_synced_at":"2026-03-05T02:03:11.024Z","repository":{"id":37100660,"uuid":"215821107","full_name":"modal-inria/cfda","owner":"modal-inria","description":"Categorical Functional Data Analysis ","archived":false,"fork":false,"pushed_at":"2025-01-28T09:12:09.000Z","size":24354,"stargazers_count":4,"open_issues_count":6,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-09T07:28:37.937Z","etag":null,"topics":["categorical-data","functional-data-analysis","hacktoberfest","r"],"latest_commit_sha":null,"homepage":"https://modal-inria.github.io/cfda","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/modal-inria.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-10-17T15:05:06.000Z","updated_at":"2025-02-15T13:46:29.000Z","dependencies_parsed_at":"2025-04-14T12:00:17.894Z","dependency_job_id":null,"html_url":"https://github.com/modal-inria/cfda","commit_stats":{"total_commits":360,"total_committers":3,"mean_commits":120.0,"dds":"0.24444444444444446","last_synced_commit":"e02247af4d80c808e2ff755095ac43adf83392c9"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/modal-inria/cfda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modal-inria%2Fcfda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modal-inria%2Fcfda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modal-inria%2Fcfda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modal-inria%2Fcfda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modal-inria","download_url":"https://codeload.github.com/modal-inria/cfda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modal-inria%2Fcfda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30106154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["categorical-data","functional-data-analysis","hacktoberfest","r"],"created_at":"2024-09-27T04:05:59.045Z","updated_at":"2026-03-05T02:03:10.985Z","avatar_url":"https://github.com/modal-inria.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cfda: Categorical Functional Data Analysis\n\n[![R-CMD-check](https://github.com/modal-inria/cfda/actions/workflows/R-CMD-check.yaml/badge.svg?branch=master)](https://github.com/modal-inria/cfda/actions/workflows/R-CMD-check.yaml) [![codecov](https://codecov.io/gh/modal-inria/cfda/branch/master/graphs/badge.svg)](https://codecov.io/gh/modal-inria/cfda)\n\n[![CRAN status](https://www.r-pkg.org/badges/version/cfda)](https://CRAN.R-project.org/package=cfda) [![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/cfda?color=blue)](https://cranlogs.r-pkg.org/badges/grand-total/cfda) [![Downloads](https://cranlogs.r-pkg.org/badges/cfda)](https://cran.rstudio.com/web/packages/cfda/index.html)\n\n**cfda** provides functions for the analysis of categorical functional data.\n\nThe main contribution is the computation of an optimal encoding (real functional variable) of each state of the categorical functional data.\n\n## Installation\n\nFrom CRAN:\n\n``` r\ninstall.packages(\"cfda\")\n```\n\nFrom github:\n\n``` r\nlibrary(remotes)\ninstall_github(\"modal-inria/cfda\", build_vignettes = TRUE)\n```\n\n## Vignette\n\nOnce the package is installed, a vignette describing the mathematical background and showing an example is available using the R command:\n\n``` r\nRShowDoc(\"cfda\", package = \"cfda\")\n```\n\n## Credits\n\n**cfda** is developed by Cristian Preda (Inria Lille, Université de Lille), Quentin Grimonprez (Inria Lille) and Vincent Vandewalle (Inria Lille, Université de Lille).\n\nCopyright Inria - Université de Lille\n\n## Citation\n\nPreda C, Grimonprez Q, Vandewalle V. Categorical Functional Data Analysis. The cfda R Package. Mathematics. 2021; 9(23):3074. https://doi.org/10.3390/math9233074\n\n``` bibtex\n@Article{,\n  title = {Categorical Functional Data Analysis. The cfda R Package},\n  author = {Cristian Preda and Quentin Grimonprez and Vincent Vandewalle},\n  journal = {Mathematics},\n  year = {2021},\n  volume = {9},\n  number = {23},\n  url = {https://www.mdpi.com/2227-7390/9/23/3074},\n  doi = {10.3390/math9233074},\n}\n```\n\n## Licence\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as\npublished by the Free Software Foundation, either version 3 of the\nLicense, or (at your option) any later version.\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n[GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.en.html) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodal-inria%2Fcfda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodal-inria%2Fcfda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodal-inria%2Fcfda/lists"}