Skip to content

Commit 200bdda

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 0d1b047 + 83500e9 commit 200bdda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/srtools.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ $(SIGNATURES)
9191
* `data`: iterable over data values
9292
9393
## Optional arguments
94-
* `prob::Float64=0.89`: percentile interval to calculate
94+
* `perc_prob::Float64=0.89`: percentile interval to calculate
9595
9696
## Examples
9797
```jldoctest
@@ -102,7 +102,7 @@ julia> PI(1:10)
102102
1.495
103103
9.505
104104
105-
julia> PI(1:10; prob=0.1)
105+
julia> PI(1:10; perc_prob=0.1)
106106
2-element Vector{Float64}:
107107
5.05
108108
5.95

0 commit comments

Comments
 (0)