Skip to content

Commit

Permalink
ccc pvalue: update notebook documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
miltondp committed Sep 11, 2023
1 parent 47e0059 commit 3a82a64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions nbs/25_pvalue/05-ccc_pvalue_dist-plot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tags": []
},
"source": [
"Tests whether the distribution of pvalues generated by CCC is the expected one (uniform)."
"Generates plots of the CCC pvalues from the null distribution."
]
},
{
Expand Down Expand Up @@ -1095,7 +1095,12 @@
"metadata": {
"jupytext": {
"cell_metadata_filter": "all,-execution,-papermill,-trusted",
"notebook_metadata_filter": "-jupytext.text_representation.jupytext_version"
"notebook_metadata_filter": "-jupytext.text_representation.jupytext_version",
"text_representation": {
"extension": ".py",
"format_name": "percent",
"format_version": "1.3"
}
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
Expand Down
2 changes: 1 addition & 1 deletion nbs/25_pvalue/py/05-ccc_pvalue_dist-plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# # Description

# %% [markdown] tags=[]
# Tests whether the distribution of pvalues generated by CCC is the expected one (uniform).
# Generates plots of the CCC pvalues from the null distribution.

# %% [markdown] tags=[]
# # Modules loading
Expand Down

0 comments on commit 3a82a64

Please sign in to comment.