StevenGolovkine / FDApy

Python Package for Functional Data Analysis
https://fdapy.readthedocs.io/en/latest/
MIT License
42 stars 15 forks source link

Smoothing #16

Open StevenGolovkine opened 6 months ago

StevenGolovkine commented 6 months ago

Motivation

LocalPolynomials and PSplines have different inputs/outputs.

Desired functionality

Make sure that all class related to smoothing use the same inputs/outputs and methods. To do so, create an abstract class Smoother and make LocalPolynomials and PSplines inherit from Smoother.

Alternatives

No response

Additional context

No response