Carlos Ramos Carreño

Results 89 comments of Carlos Ramos Carreño

Yes, `coefficients` is always a 2D matrix. The rows are the functional observations and the columns are the elements of the basis (which for cases where `Tensor` or `VectorValued` is...

Sounds like a great idea! I wanted to organize the examples/tutorials from a long time ago, but I usually priorize adding features and cleaning the code. I think it would...

Thank you! I have investigated this bug, and found that the behaviour comes from scikit-learn's `MinCovDet`. I have opened issue https://github.com/scikit-learn/scikit-learn/issues/21818 in order for it to be fixed.

Thank you for your feedback! We are aware of that missing functionality and it is definitely in our plans to implement it.

Unfortunately, I do not know any alternatives for multivariate functions (as I said, I think this is not as explored as univariate functions, not only in scikit-fda, but in FDA...

First, I will explain things as they are in the current development branch, as we will release it as a new version in a few days. Remember that with pip...

Please provide a proper description of the functionality.

This warning is caused by Numba, and tracked in https://github.com/numba/numba/issues/5275.

The citation for Github repositories is shown in the sidebar when available: ![imagen](https://user-images.githubusercontent.com/2364173/187061725-ab0447f2-f5ac-4a09-8702-9568ab66f3ee.png) Maybe you are right in that I should add a explicit section in the README and/or documentation.

In general, there is a mix of several styles in the nomenclature. Mathematical terms, such as `domain` and `codomain` are commonly used, but sometimes `arguments` is used for the coordinates...