Skip to content

Add Matern12 covariance function to docs #6429

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 4, 2023
Merged

Add Matern12 covariance function to docs #6429

merged 2 commits into from
Jan 4, 2023

Conversation

fonnesbeck
Copy link
Member

What is this PR about?

This adds the Matern12 GP kernel to the docs by including it in the __all__ list, and also fixes the math.

Checklist

Bugfixes

Closes #6428

@codecov
Copy link

codecov bot commented Jan 4, 2023

Codecov Report

Merging #6429 (2aee578) into main (f6a502a) will increase coverage by 8.68%.
The diff coverage is n/a.

❗ Current head 2aee578 differs from pull request most recent head f01822d. Consider uploading reports for the commit f01822d to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #6429      +/-   ##
==========================================
+ Coverage   86.05%   94.74%   +8.68%     
==========================================
  Files         148      148              
  Lines       27646    27646              
==========================================
+ Hits        23792    26194    +2402     
+ Misses       3854     1452    -2402     
Impacted Files Coverage Δ
pymc/gp/cov.py 98.09% <ø> (ø)
pymc/sampling/parallel.py 88.42% <0.00%> (+1.05%) ⬆️
pymc/logprob/cumsum.py 100.00% <0.00%> (+3.12%) ⬆️
pymc/tests/logprob/utils.py 50.00% <0.00%> (+3.65%) ⬆️
pymc/logprob/rewriting.py 97.05% <0.00%> (+5.88%) ⬆️
pymc/logprob/abstract.py 97.56% <0.00%> (+6.09%) ⬆️
pymc/logprob/utils.py 100.00% <0.00%> (+13.79%) ⬆️
pymc/logprob/joint_logprob.py 97.01% <0.00%> (+19.40%) ⬆️
pymc/logprob/tensor.py 82.40% <0.00%> (+24.00%) ⬆️
pymc/logprob/transforms.py 96.42% <0.00%> (+28.63%) ⬆️
... and 16 more

@michaelosthege michaelosthege merged commit 42665eb into pymc-devs:main Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Add missing Matern12 gp cov
3 participants