mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 22:45:33 -04:00
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com> Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
69 lines
1.4 KiB
ReStructuredText
69 lines
1.4 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.delta_function
|
|
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
|
|
openmc.stats.MeshSpatial
|
|
openmc.stats.PointCloud
|
|
|
|
.. autosummary::
|
|
:toctree: generated
|
|
:nosignatures:
|
|
:template: myfunction.rst
|
|
|
|
openmc.stats.spherical_uniform
|