RvSpectML Modules
RV-Related Algorithms
RvSpectML.DCPCA — ModuleModule for performing a Doppler-constrained PCA analysis
For algorithm information, see:
- Jones, Stenning, Ford et al. https://arxiv.org/abs/1711.01318
- See also: Gilbertson, Ford, Jones & Stenning 2020 https://arxiv.org/abs/2009.01085
Author: Eric Ford Date: September 2020
Interpolation Algorithms
RvSpectML.LinearInterpolation — ModuleModule with wrappers for performing linear interpolation..
Author: Eric Ford
RvSpectML.SincInterpolation — ModuleModule for performing Sinc interpolation From https://github.com/christiangil/GP-Research/blob/master/julia/src/interpolationfunctions.jl https://github.com/christiangil/GP-Research/blob/master/julia/src/generalfunctions.jl
Authors: Joe Ninan (original) Christian Gilbertson (Converted to Julia and optimized) Eric Ford (Further adapted/optimizations)
RvSpectML.TemporalGPInterpolation — ModuleModule for interpolating via Gaussian Process Regression based on Stheno and TemporalGPs packages.