Software


speccy

R package for modern spectral analysis. The plan is for this to be a one stop shop for spectral analysis in R. Still in development.

bayeslinear

R package for Bayes linear analysis. This package includes all the old school Bayes linear mathematics, as well as the recent ‘generalised’ developments.

dwelch

R package to accompany the paper ‘Debiasing Welch’s Method for Spectral Density Estimation’. This code will eventually be subsummed in speccy.

gptide

A lightweight module for Gaussian process regression toolkit in python. There are many other Gaussian Process packages -- this package is yet another one. The selling point of this package is that the object is fairly straightforward and the kernel building is all done with functions, not abstract classes.