2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Fixed last TODO, and updated PDF.

[SVN r39582]
This commit is contained in:
John Maddock
2007-09-27 18:02:18 +00:00
parent 65fc593bc4
commit 74157405ff
2 changed files with 6 additions and 4 deletions

View File

@@ -165,13 +165,15 @@ MathWorld uses the word 'defined' for this range.
Non-mathematicians might say it means the 'interesting' smallest range
of random variate x that has the cdf going from zero to unity.
Outside are uninteresting zones where the pdf is zero, and the cdf zero or unity.
TODO: fix this sentence: Mathematically, the functions may make sense with an (+ or -) infinite value,
but this implementation limits random variates to finite values from the `max` to `min` for the `RealType`.
Mathematically, the functions may make sense with an (+ or -) infinite value,
but except for a few special cases (in the Normal and Cauchy distributions)
this implementation limits random variates to finite values from the `max`
to `min` for the `RealType`.
(See [link math_toolkit.backgrounders.implementation.handling_of_floating_point_infinity
Handling of Floating-Point Infinity] for rationale).
The range of random variate values that is permitted and supported can be tested by using two functions
`range` and `support`.
The range of random variate values that is permitted and supported can be
tested by using two functions `range` and `support`.
[note

Binary file not shown.