Niclas Rieger
Niclas Rieger
**What happened**: **Complex** singular values and vectors of `svd_compressed()` are different from standard `np.linalg.svd`. **What you expected to happen**: Complex singular values and vectors of `svd_compressed()` are similar (within some...
## Details * Read the Docs project URL: https://readthedocs.org/projects/xeofs/ * Build URL (if applicable): https://readthedocs.org/projects/xeofs/builds/17851802/ * Read the Docs username (if applicable): https://readthedocs.org/profiles/nrieger/ ## Expected Result Building package documentation. ##...
Adding Varimax-rotated PCA functionality to the EOF `standard` interface as requested in #95
Version `2.10.1` now seamlessly integrates with my internal dark color scheme, offering a visually pleasing experience. However, there are a few instances where hardcoded (?) colors clash with the overall...
Perhaps I'm wrong but shouldn't a distance matrix used for clustering have small values if the samples are close and large values when they are very different? With the current...
> As an aside it would be nice to have an option like `n_modes="all"`, which figures out the rank of the data early on and sets `n_modes = rank`. When...
**Describe the bug** Trying to fit a model to DataArray without coordiantes fails. **Reproducible Minimal Working Example** ```py import numpy as np import xarray as xr X = np.random.normal(100, 10)...
Combining `xr.Dataset` as input with both multi-dimensional `sample` and `feature` dimensions will broadcast dimensions thus yielding `components` with inflated dimensions. The broadcasted dimensions are filled with `NaN` and results seem...
increase flexibility by allowing different labels for 'longitude' and 'latitude'