-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Support for Complex and Hilbert models (#202)
- Loading branch information
Showing
42 changed files
with
2,888 additions
and
1,514 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
docs/api_reference/_autosummary/xeofs.models.HilbertEOF.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
xeofs.models.HilbertEOF | ||
======================= | ||
|
||
.. currentmodule:: xeofs.models | ||
|
||
.. autoclass:: HilbertEOF | ||
:members: | ||
:show-inheritance: | ||
:inherited-members: | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~HilbertEOF.__init__ | ||
~HilbertEOF.components | ||
~HilbertEOF.components_amplitude | ||
~HilbertEOF.components_phase | ||
~HilbertEOF.compute | ||
~HilbertEOF.deserialize | ||
~HilbertEOF.explained_variance | ||
~HilbertEOF.explained_variance_ratio | ||
~HilbertEOF.fit | ||
~HilbertEOF.fit_transform | ||
~HilbertEOF.get_params | ||
~HilbertEOF.get_serialization_attrs | ||
~HilbertEOF.inverse_transform | ||
~HilbertEOF.load | ||
~HilbertEOF.save | ||
~HilbertEOF.scores | ||
~HilbertEOF.scores_amplitude | ||
~HilbertEOF.scores_phase | ||
~HilbertEOF.serialize | ||
~HilbertEOF.singular_values | ||
~HilbertEOF.transform | ||
|
||
|
||
|
||
|
||
|
||
|
45 changes: 45 additions & 0 deletions
45
docs/api_reference/_autosummary/xeofs.models.HilbertEOFRotator.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
xeofs.models.HilbertEOFRotator | ||
============================== | ||
|
||
.. currentmodule:: xeofs.models | ||
|
||
.. autoclass:: HilbertEOFRotator | ||
:members: | ||
:show-inheritance: | ||
:inherited-members: | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~HilbertEOFRotator.__init__ | ||
~HilbertEOFRotator.components | ||
~HilbertEOFRotator.components_amplitude | ||
~HilbertEOFRotator.components_phase | ||
~HilbertEOFRotator.compute | ||
~HilbertEOFRotator.deserialize | ||
~HilbertEOFRotator.explained_variance | ||
~HilbertEOFRotator.explained_variance_ratio | ||
~HilbertEOFRotator.fit | ||
~HilbertEOFRotator.fit_transform | ||
~HilbertEOFRotator.get_params | ||
~HilbertEOFRotator.get_serialization_attrs | ||
~HilbertEOFRotator.inverse_transform | ||
~HilbertEOFRotator.load | ||
~HilbertEOFRotator.save | ||
~HilbertEOFRotator.scores | ||
~HilbertEOFRotator.scores_amplitude | ||
~HilbertEOFRotator.scores_phase | ||
~HilbertEOFRotator.serialize | ||
~HilbertEOFRotator.singular_values | ||
~HilbertEOFRotator.transform | ||
|
||
|
||
|
||
|
||
|
||
|
48 changes: 48 additions & 0 deletions
48
docs/api_reference/_autosummary/xeofs.models.HilbertMCA.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
xeofs.models.HilbertMCA | ||
======================= | ||
|
||
.. currentmodule:: xeofs.models | ||
|
||
.. autoclass:: HilbertMCA | ||
:members: | ||
:show-inheritance: | ||
:inherited-members: | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~HilbertMCA.__init__ | ||
~HilbertMCA.components | ||
~HilbertMCA.components_amplitude | ||
~HilbertMCA.components_phase | ||
~HilbertMCA.compute | ||
~HilbertMCA.covariance_fraction | ||
~HilbertMCA.deserialize | ||
~HilbertMCA.fit | ||
~HilbertMCA.get_params | ||
~HilbertMCA.get_serialization_attrs | ||
~HilbertMCA.heterogeneous_patterns | ||
~HilbertMCA.homogeneous_patterns | ||
~HilbertMCA.inverse_transform | ||
~HilbertMCA.load | ||
~HilbertMCA.save | ||
~HilbertMCA.scores | ||
~HilbertMCA.scores_amplitude | ||
~HilbertMCA.scores_phase | ||
~HilbertMCA.serialize | ||
~HilbertMCA.singular_values | ||
~HilbertMCA.squared_covariance | ||
~HilbertMCA.squared_covariance_fraction | ||
~HilbertMCA.total_covariance | ||
~HilbertMCA.transform | ||
|
||
|
||
|
||
|
||
|
||
|
48 changes: 48 additions & 0 deletions
48
docs/api_reference/_autosummary/xeofs.models.HilbertMCARotator.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
xeofs.models.HilbertMCARotator | ||
============================== | ||
|
||
.. currentmodule:: xeofs.models | ||
|
||
.. autoclass:: HilbertMCARotator | ||
:members: | ||
:show-inheritance: | ||
:inherited-members: | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~HilbertMCARotator.__init__ | ||
~HilbertMCARotator.components | ||
~HilbertMCARotator.components_amplitude | ||
~HilbertMCARotator.components_phase | ||
~HilbertMCARotator.compute | ||
~HilbertMCARotator.covariance_fraction | ||
~HilbertMCARotator.deserialize | ||
~HilbertMCARotator.fit | ||
~HilbertMCARotator.get_params | ||
~HilbertMCARotator.get_serialization_attrs | ||
~HilbertMCARotator.heterogeneous_patterns | ||
~HilbertMCARotator.homogeneous_patterns | ||
~HilbertMCARotator.inverse_transform | ||
~HilbertMCARotator.load | ||
~HilbertMCARotator.save | ||
~HilbertMCARotator.scores | ||
~HilbertMCARotator.scores_amplitude | ||
~HilbertMCARotator.scores_phase | ||
~HilbertMCARotator.serialize | ||
~HilbertMCARotator.singular_values | ||
~HilbertMCARotator.squared_covariance | ||
~HilbertMCARotator.squared_covariance_fraction | ||
~HilbertMCARotator.total_covariance | ||
~HilbertMCARotator.transform | ||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+39.7 KB
(150%)
docs/auto_examples/1single/images/sphx_glr_plot_complex_eof_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-56.9 KB
(28%)
docs/auto_examples/1single/images/sphx_glr_plot_complex_eof_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-946 Bytes
(99%)
docs/auto_examples/1single/images/sphx_glr_plot_complex_eof_003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.6 KB
(100%)
docs/auto_examples/1single/images/sphx_glr_plot_complex_eof_004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+14.3 KB
(160%)
docs/auto_examples/1single/images/thumb/sphx_glr_plot_complex_eof_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+24.6 KB
docs/auto_examples/1single/images/thumb/sphx_glr_plot_hilbert_eof_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.