Carlos Ramos Carreño

Results 86 issues of Carlos Ramos Carreño

**Is your feature request related to a problem? Please describe.** Often is useful to restrict the analysis of a function to a subset of its domain. A method or function...

enhancement

Surface plots are plotted one in top of another. Thus, they do not intersect where they should.

exploratory.visualization

The current smoothers only work for one-dimensional functions. It should be reasonably easy to extend them to several dimensions.

enhancement
preprocessing.smoothing

Currently, the Lp norm cannot deal with: - np.ndarrays (unless `p=2`) - FDataBasis (unless `p=2`) - FDataGrid with multidimensional domains (unless `p=math.inf`) We should extend the norm to cover also...

enhancement
misc.metrics

As the number of users of the package is growing, I think we need to consider how to notify the changes in each release in a more organized form. It...

enhancement

Currently all registration methods are transformers, except `landmark_shift` and `landmark_registration`. The problem with these two methods is that they need the location to the landmarks. Those locations are [sample properties](https://scikit-learn.org/stable/glossary.html#term-sample-property),...

enhancement

The gram matrix for an integral operator does not have an optimized implementation yet.

enhancement

## Bug report **What is the current behavior?** Syntax highlighting for argument color is applied inside curly braces, even if those curly braces are not a macro argument. **What is...

I was wondering if it was possible to redefine what a particular generic means for a particular type (and maybe its subclasses, superclasses depending on covariance/contravariance?). My use case comes...

topic: feature

The notation for the points (e.g. $t_1$) should keep a reference to the dimension.

bug
documentation