#
functional-data-analysis
Here are 44 public repositories matching this topic...
Functional Optimal Transport: Map Estimation and Domain Adaptation for Functional data
python
machine-learning
time-series
statistical-learning
transfer-learning
functional-data-analysis
gaussian-processes
optimal-transport
ot-mapping-estimation
wasserstein-distance
-
Updated
Jun 7, 2021 - Python
Goodness-of-fit tests for functional data analysis. Software companion for "A goodness-of-fit test for the functional linear model with functional response"
-
Updated
Oct 18, 2021 - R
Functional Latent datA Models for clusterING heterogeneOus curveS
data-science
statistical-learning
artificial-intelligence
statistical-analysis
statistical-inference
dynamic-programming
functional-data-analysis
unsupervised-learning
em-algorithm
hidden-markov-models
time-series-analysis
baum-welch-algorithm
piecewise-regression
mixture-models
functional-data-clustering
curve-clustering
hidden-process-regression
-
Updated
Jan 22, 2020 - R
Functional Data Analysis Group
scala
big-data
analytics
fda
functional-data-analysis
scalar-on-function-regression
scalation
regression-splines
smoothing-splines
fda-clustering
-
Updated
Jul 27, 2017 - Scala
Multi-dimensional Functional Principal Component Analysis
arrayfire
pca
functional-data-analysis
nonparametric-regression
local-polynomial-regression
cv-partition
-
Updated
Aug 28, 2017 - Jupyter Notebook
Software companion for "Goodness-of-fit tests for the functional linear model based on randomly projected empirical processes"
-
Updated
Oct 18, 2021 - R
R code and dataset for the paper on spatially functional data
zillow
prediction
dimensionality-reduction
functional-data-analysis
principal-component-analysis
spatial-statistics
covariance-estimation
-
Updated
Jun 14, 2020 - R
R package for Partially Separable Multivariate Functional Data and Functional Graphical Models
r
neuroscience
graphical-models
functional-data-analysis
gaussian-processes
neuroimaging-data
covariance-estimation
karhunen-loeve
-
Updated
Mar 15, 2021 - R
Personal website/blog. Mathematician, PhD Stats, Assistant Professor and scicomm. Matemático, doctor en estadística, investigador Ayudante Doctor y divulgador científico
-
Updated
May 18, 2022 - HTML
Clustering and segmentation of heteregeneous functional data (sequential data) by mixture of gaussian Hidden Markov Models (MixFHMMs) and the EM algorithm
data-science
clustering
statistical-learning
artificial-intelligence
functional-data-analysis
unsupervised-learning
em-algorithm
hidden-markov-models
time-series-clustering
generative-models
baum-welch-algorithm
statistical-data-analysis
mixture-models
time-series-segmentation
functional-data-clustering
curve-clustering
statistical-data-science
-
Updated
Jan 22, 2019 - MATLAB
Shiny App implementation. Forecasting Black Sea anomalies + Conformal Prediction bands.
-
Updated
Nov 11, 2021 - R
MATLAB implementation of Smooth Manifold FPCA (SM-FPCA)
-
Updated
Oct 23, 2020 - MATLAB
Companion Jupyter notebook of the paper "Nonparametric Estimation of Covariance and Autocovariance Operators on the Sphere".
jupyter-notebook
python3
functional-data-analysis
nonparametric-regression
tikhonov-regularization
covariance-kernel
-
Updated
Dec 23, 2021 - Jupyter Notebook
Bachelor's thesis
bachelor-thesis
functional-data-analysis
trabajo-fin-grado
universidad-autonoma-de-madrid
scikit-fda
-
Updated
Jul 15, 2019 - TeX
Categorical Functional Data Analysis
-
Updated
Jul 13, 2022 - R
Personal and cv website
-
Updated
Nov 1, 2021 - Ruby
SRSF framework for nucleosome positioning analysis
genomics
ngs
gene-expression
functional-data-analysis
functional-data-structure
ngs-analysis
nucleosomes
nucleosome-positioning
shape-analysis
ngs-pipeline
srsf
-
Updated
Feb 5, 2018 - PostScript
R package for the analysis of covariance operators of functional data
-
Updated
Feb 11, 2019 - R
Repository containing a gif of the evolution of a Functional Autoregressive Process of order one, namley a FAR(1) model.
-
Updated
Sep 8, 2021
Easy-to-use collection of statistical methods and techniques, all written in R 🗂
bootstrap
r
statistics
supervised-learning
pca
survival-analysis
splines
statistical-tests
functional-data-analysis
unsupervised-learning
anova
nonparametric-regression
linear-models
geostatistics
manova
gams
permutation-test
nonparametric-statistics
conformal-prediction
multivariate-gaussian
-
Updated
Jun 14, 2022 - HTML
Rcpp Package implements Hierarchical Functional Models
-
Updated
May 4, 2018 - C++
Maths for Big Data
-
Updated
Dec 21, 2020 - R
Functional Data Analysis: curve alignment through landmark registration.
fda
functional-data-analysis
time-series-analysis
curve-alignment
landmark-registration
curve-registration
feature-registration
-
Updated
Oct 20, 2020 - Jupyter Notebook
Bayesian nonparametric clustering of functional data.
clustering
functional-data-analysis
bayesian-statistics
gibbs-sampler
dirichlet-process-mixtures
bayesian-nonparametrics
functional-data-clustering
-
Updated
Oct 21, 2021 - R
This repo contains a proposal for functional time series outlier detection based on multivariate functional processes and functional depths.
-
Updated
Jun 20, 2022 - R
Model-based clustering algorithm for multivariate functional data
-
Updated
Dec 21, 2020 - C++
Localization processes for functional data analysis. Software companion for the paper “Localization processes for functional data analysis” by Elías, A., Jiménez, R., and Yukich, J. (2020)
-
Updated
Jan 4, 2021 - R
COMPLEMENTARY MATERIALS FOR: Arias-López, J. A., Cadarso-Suárez, C., & Aguiar-Fernández, P. (2021). Computational Issues in the Application of Functional Data Analysis to Imaging Data (pp. 630–638). https://doi.org/10.1007/978-3-030-86960-1_46
-
Updated
Dec 22, 2021 - R
Improve this page
Add a description, image, and links to the functional-data-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the functional-data-analysis topic, visit your repo's landing page and select "manage topics."
Describe the bug
The nearest neighbors examples passes the full dataset to GridSearchCV, instead of the train data. This is unrealistic and can cause confusion to users.