Niclas Rieger
Niclas Rieger
Right now, setting `compute=True` triggers a sequential computation of the following steps: 1. the preprocessor scaler 2. optional NaN checks 3. SVD 4. scores and components I’m starting to doubt...
I've quickly scrolled through the open and closed issues but didn't see such a request (my apologies if I overlooked it). Would it be feasible to add functionality to the...
**Is your feature request related to a problem? Please describe.** Missing spectral decomposition methods. **Describe the solution you'd like** Add the rotated spectral PCA method from [this paper](https://journals.ametsoc.org/view/journals/clim/34/2/JCLI-D-20-0266.1.xml). They use...
**Is your feature request related to a problem? Please describe.** Spectral decomposition is currently limited to linear Hilbert based approaches which sometimes miss key features when dealing with more complex...
**Describe the bug** Model saving and loading no longer work after the release of [Zarr version 3](https://github.com/zarr-developers/zarr-python/releases). **Reproducible Minimal Working Example** ```python import xarray as xr from xeofs.single import EOF...