2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-27 19:12:08 +00:00

Corrected graphs legend and title, and removed misleading accuracy info.

[SVN r50850]
This commit is contained in:
Paul A. Bristow
2009-01-28 16:17:52 +00:00
parent 42975be96b
commit a3169dfee1

View File

@@ -77,10 +77,11 @@ The supported domain of the random variable is \[scale, [infin]\].
[h4 Accuracy]
The pareto distribution is implemented in terms of the
The Pareto distribution is implemented in terms of the
standard library `exp` functions plus __expm1
and as such should have very low error rates
except when probability is very close to unity.
and so should have very small errors, usually only a few epsilon.
If probability is near to unity (or the complement of a probability near zero) see also __why_complements.
[h4 Implementation]