-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
988 additions
and
10 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 |
---|---|---|
|
@@ -11,3 +11,4 @@ dist | |
coverage* | ||
*.html | ||
.ipynb_checkpoints | ||
.jupyter |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
.. module:: glass.core.algorithm | ||
|
||
:mod:`glass.core.algorithm` --- General purpose algorithms | ||
========================================================== | ||
|
||
.. currentmodule:: glass.core.algorithm | ||
|
||
This module contains general implementations of algorithms which are used by | ||
GLASS, but are otherwise unrelated to GLASS functionality. | ||
|
||
This module must be imported manually:: | ||
|
||
import glass.core.algorithm as algo | ||
|
||
|
||
Non-negative least squares | ||
-------------------------- | ||
|
||
.. autofunction:: nnls | ||
|
||
|
||
Covariance matrix regularisation | ||
-------------------------------- | ||
|
||
.. autofunction:: cov_clip | ||
.. autofunction:: cov_nearest |
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 |
---|---|---|
|
@@ -5,4 +5,5 @@ Modules | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
algorithm | ||
grf |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Bibliography | ||
============ | ||
|
||
.. [Bro97] Bro, R. and De Jong, S. (1997), A fast non-negativity-constrained | ||
least squares algorithm. J. Chemometrics, 11, 393-401. | ||
.. [Higham02] Higham N. J., 2002, IMA J. Numer. Anal., 22, 329. | ||
.. [Lawson95] Lawson, C. L. and Hanson, R. J. (1995), Solving Least Squares | ||
Problems. doi: 10.1137/1.9781611971217 | ||
.. [Xavier16] Xavier H. S., et al., 2016, MNRAS, 459, 3693. | ||
`doi:10.1093/mnras/stw874 <https://dx.doi.org/10.1093/mnras/stw874>`_ |
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 |
---|---|---|
|
@@ -7,4 +7,5 @@ User guide | |
|
||
how-glass-works | ||
publications | ||
bibliography | ||
definitions |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.