mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Apply suggestions from code review
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
3028193f58
commit
358f64c53a
4 changed files with 21 additions and 16 deletions
|
|
@ -641,7 +641,7 @@ variable and whose sub-elements/attributes are as follows:
|
|||
For a "rational" distribution, ``parameters`` should be given as three real
|
||||
numbers :math:`a` and :math:`b` that define the interval :math:`[a,b]` over
|
||||
which random variates are sampled and :math:`n` that defines the exponent of
|
||||
the probability distribution :math:`p(x)=x^n`
|
||||
the probability distribution :math:`p(x)=c x^n`
|
||||
|
||||
For a "discrete" or "tabular" distribution, ``parameters`` provides the
|
||||
:math:`(x,p)` pairs defining the discrete/tabular distribution. All :math:`x`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue