We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e0ba7 commit 1efca7dCopy full SHA for 1efca7d
Project.toml
@@ -1,7 +1,7 @@
1
name = "StatsAPI"
2
uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
3
authors = ["Milan Bouchet-Valat <[email protected]"]
4
-version = "1.5.0"
+version = "1.6.0"
5
6
[deps]
7
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
src/StatsAPI.jl
@@ -32,4 +32,11 @@ function pairwise end
32
# of the default definition.
33
function pairwise! end
34
35
+"""
36
+ pvalue(test)
37
+
38
+Compute the p-value for a given significance test.
39
40
+function pvalue end
41
42
end # module
0 commit comments