Skip to content

Add Brownian motion based primitive kernels #45

Description

@SamuelBrand1

Hi there,

I think one gap in AutoGP is that it doesn't offer non-stationary kernel primitives, e.g. Brownian motion or integrated brownian motion (IBM).

In particular, cubic spline regression for 1d data (i.e. time series) can be recovered by the kernel compostion: CONST + LINEAR + IBM. I think thats quite powerful to expose as something that can be learnt using involutive MCMC moves on the structure.

I do note however, that adding a new kernel primitive would require replumbing the GPConfig struct, so its a bit of a lift.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions