StevenGolovkine / FDApy

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

Simulation #15

Open StevenGolovkine opened 6 months ago

StevenGolovkine commented 6 months ago

Motivation

Simulate data from Gaussian processes.

Desired functionality

Create different covariance functions (exponential, Matern, periodic, ...). Simulations can then be based as realisations of Gaussian processes with given covariance.

Alternatives

No response

Additional context

No response