make_gaussian_process#

skfda.datasets.make_gaussian_process(n_samples=100, n_features=100, *, start=0, stop=1, mean=0, cov=None, noise=0, random_state=None)[source]#

Generate Gaussian process trajectories.

Parameters:
Returns:

FDataGrid object comprising all the trajectories.

Return type:

FDataGrid

See also

make_gaussian(): More general function that allows to select the points of evaluation and to generate data in higer dimensions.

Examples using skfda.datasets.make_gaussian_process#

Magnitude-Shape Plot synthetic example

Magnitude-Shape Plot synthetic example

One-way functional ANOVA with synthetic data

One-way functional ANOVA with synthetic data

Outlier detection with FPCA

Outlier detection with FPCA

Surface Boxplot

Surface Boxplot

Getting the data

Getting the data