ICSM / pgmuvi

Python gaussian processes for inference on multi-wavelength light curves
https://pgmuvi.readthedocs.io
GNU General Public License v3.0
12 stars 6 forks source link

[Feature Request] Simpler kernels for multiwavelength data #32

Open pscicluna opened 11 months ago

pscicluna commented 11 months ago

The spectral mixture kernel can be difficult to train with multiple components, because there is a degeneracy between the different peaks, which is exacerbated by having multiple wavelengths. We can make this easier for some cases by just using a SMK along the time axis and using an RBF or Matern kernel along the wavelength axis instead for simpler inference.