Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix code comment (and kick off CI build)
  • Loading branch information
evanmiller committed Aug 31, 2020
commit c1565d1dcd64c4fc9ca91a9c9c2403d0863e0922
4 changes: 2 additions & 2 deletions include/boost/math/distributions/kolmogorov_smirnov.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
// kolmogorov_smirnov_dist<>(100, 4) // N=100, order=4, i.e. Pelz-Good formula
//
// The exact distribution could be added to the API with a special order
// parameter (e.g. 0 or INT_MAX), or a separate distribution type altogether
// (e.g. kolmogorov_smirnov_exact_dist).
// parameter (e.g. 0 or infinity), or a separate distribution type altogether
// (e.g. kolmogorov_smirnov_exact_distribution).
//
#ifndef BOOST_STATS_KOLMOGOROV_ASYMPTOTIC_HPP
#define BOOST_STATS_KOLMOGOROV_ASYMPTOTIC_HPP
Expand Down