mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
66 lines
1.3 KiB
ReStructuredText
66 lines
1.3 KiB
ReStructuredText
.. _pythonapi_stats:
|
|
|
|
---------------------------------
|
|
:mod:`openmc.stats` -- Statistics
|
|
---------------------------------
|
|
|
|
Univariate Probability Distributions
|
|
------------------------------------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: myclass.rst
|
|
|
|
openmc.stats.Univariate
|
|
openmc.stats.Discrete
|
|
openmc.stats.Uniform
|
|
openmc.stats.PowerLaw
|
|
openmc.stats.Maxwell
|
|
openmc.stats.Watt
|
|
openmc.stats.Tabular
|
|
openmc.stats.Legendre
|
|
openmc.stats.Mixture
|
|
openmc.stats.Normal
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: myfunction.rst
|
|
|
|
openmc.stats.muir
|
|
|
|
Angular Distributions
|
|
---------------------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: myclass.rst
|
|
|
|
openmc.stats.UnitSphere
|
|
openmc.stats.PolarAzimuthal
|
|
openmc.stats.Isotropic
|
|
openmc.stats.Monodirectional
|
|
|
|
Spatial Distributions
|
|
---------------------
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: myclass.rst
|
|
|
|
openmc.stats.Spatial
|
|
openmc.stats.CartesianIndependent
|
|
openmc.stats.CylindricalIndependent
|
|
openmc.stats.SphericalIndependent
|
|
openmc.stats.Box
|
|
openmc.stats.Point
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: myfunction.rst
|
|
|
|
openmc.stats.spherical_uniform
|