-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support multidimensional HSGP (numpyro.contrib.hsgp) (#1803)
* wip(hsgp_nd): add eigen_index function, allow m to take Sequence[int] wip(hsgp_nd): test list input for m, make dim required arg wip(hsgp_nd): support batched eigenfunctions, swap dims for m and d * wip(hsgp_nd): support/test n-d approximations * doc(hsgp_nd): format ordered lists doc(hsgp_nd): polish contrib documentation rm TODO fix eigenindices docstring cleanup nb * fix(hsgp_nd): make python 3.9 happy * fix(hsgp_nd): make linter happy (space between license and imports) * fix(stochastic_volatility): legendHandles -> legend_handles looks like matplotlib snuck in a deprecation here * test(hsgp_nd): add tests for `_convert_ell` and `eigenindices` * test(hsgp_nd): specific test for eq 10
- Loading branch information
1 parent
f572f2b
commit e8216d7
Showing
9 changed files
with
839 additions
and
407 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
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
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
Oops, something went wrong.