Skip to content

Commit 1efca7d

Browse files
authored
add pvalue() (#22)
1 parent 14e0ba7 commit 1efca7d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StatsAPI"
22
uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
33
authors = ["Milan Bouchet-Valat <[email protected]"]
4-
version = "1.5.0"
4+
version = "1.6.0"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

src/StatsAPI.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,11 @@ function pairwise end
3232
# of the default definition.
3333
function pairwise! end
3434

35+
"""
36+
pvalue(test)
37+
38+
Compute the p-value for a given significance test.
39+
"""
40+
function pvalue end
41+
3542
end # module

0 commit comments

Comments
 (0)