Skip to content

Commit

Permalink
Update rstar.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Jan 14, 2023
1 parent 52e5a5a commit df4772b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rstar.jl
Expand Up @@ -113,7 +113,7 @@ julia> using MLJBase, MLJIteration, EvoTrees, Statistics
julia> samples = fill(4.0, 100, 3, 2);
```
One can compute the distribution of the ``R^*`` statistic (algorithm 2) with the
One can compute the distribution of the ``R^*`` statistic (algorithm 2) with a
probabilistic classifier.
```jldoctest rstar
Expand Down

0 comments on commit df4772b

Please sign in to comment.