Expand description
Advanced statistical interpolation methods
This module implements sophisticated statistical interpolation techniques including:
- Variational Sparse Gaussian Processes
- Statistical Spline Inference with confidence bands
- Advanced Bootstrap methods (block, residual, wild)
- Model diagnostics and goodness-of-fit testing
- Multi-output Gaussian Processes
Structs§
- Advanced
Bootstrap - Advanced bootstrap methods for interpolation
- BcaBootstrap
- Bias-Corrected and Accelerated (BCa) Bootstrap
- Kernel
Parameters - Kernel parameters for Gaussian processes
- Savitzky
Golay Filter - Savitzky-Golay filter for statistical smoothing and interpolation
- Statistical
Spline - Statistical spline with confidence bands
- Variational
SparseGP - Variational Sparse Gaussian Process using inducing points
Enums§
- Bootstrap
Method - Types of bootstrap methods
- Kernel
Type - Types of kernels supported