From Jason Turner

[rand.dist.samp.pconst]

Diff to HTML by rtfpessoa

tmp/tmpii_z3dw0/{from.md → to.md} RENAMED
@@ -13,11 +13,11 @@ $$%
13
  The n+1 distribution parameters bᵢ, also known as this distribution’s
14
  *interval boundaries* , shall satisfy the relation bᵢ < bᵢ₊₁ for
15
  i = 0, …, n-1. Unless specified otherwise, the remaining n distribution
16
  parameters are calculated as: $$%
17
  \rho_k = \;
18
- {w_k \over {S \cdot (b_{k+1}-b_k)}}
19
  \; \mbox{ for } k = 0, \ldots, n\!-\!1,$$ in which the values wₖ,
20
  commonly known as the *weights* , shall be non-negative, non-NaN, and
21
  non-infinity. Moreover, the following relation shall hold:
22
  0 < S = w₀ + ⋯ + wₙ₋₁.
23
 
 
13
  The n+1 distribution parameters bᵢ, also known as this distribution’s
14
  *interval boundaries* , shall satisfy the relation bᵢ < bᵢ₊₁ for
15
  i = 0, …, n-1. Unless specified otherwise, the remaining n distribution
16
  parameters are calculated as: $$%
17
  \rho_k = \;
18
+ \frac{w_k}{S \cdot (b_{k+1}-b_k)}
19
  \; \mbox{ for } k = 0, \ldots, n\!-\!1,$$ in which the values wₖ,
20
  commonly known as the *weights* , shall be non-negative, non-NaN, and
21
  non-infinity. Moreover, the following relation shall hold:
22
  0 < S = w₀ + ⋯ + wₙ₋₁.
23