-
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: add Optimal Persistence Analysis (OPA)
- Loading branch information
Showing
7 changed files
with
738 additions
and
0 deletions.
There are no files selected for viewing
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,34 @@ | ||
xeofs.models.OPA | ||
================ | ||
|
||
.. currentmodule:: xeofs.models | ||
|
||
.. autoclass:: OPA | ||
:members: | ||
:show-inheritance: | ||
:inherited-members: | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~OPA.__init__ | ||
~OPA.components | ||
~OPA.compute | ||
~OPA.decorrelation_time | ||
~OPA.filter_patterns | ||
~OPA.fit | ||
~OPA.get_params | ||
~OPA.inverse_transform | ||
~OPA.scores | ||
~OPA.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ Core methods | |
:recursive: | ||
|
||
xeofs.models.EOF | ||
xeofs.models.OPA | ||
xeofs.models.MCA |
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.