mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-22 06:55:35 -04:00
58 lines
951 B
ReStructuredText
58 lines
951 B
ReStructuredText
.. _pythonapi_stats:
|
|
|
|
=====================
|
|
Statistical Functions
|
|
=====================
|
|
|
|
----------------------------
|
|
Summary of Available Classes
|
|
----------------------------
|
|
|
|
Univariate Probability Distributions
|
|
------------------------------------
|
|
|
|
.. currentmodule:: openmc.stats.univariate
|
|
|
|
.. autosummary::
|
|
|
|
Univariate
|
|
Discrete
|
|
Uniform
|
|
Maxwell
|
|
Watt
|
|
Tabular
|
|
|
|
Angular Distributions
|
|
---------------------
|
|
|
|
.. currentmodule:: openmc.stats.multivariate
|
|
|
|
.. autosummary::
|
|
|
|
UnitSphere
|
|
PolarAzimuthal
|
|
Isotropic
|
|
Monodirectional
|
|
|
|
Spatial Distributions
|
|
---------------------
|
|
|
|
.. autosummary::
|
|
|
|
Spatial
|
|
CartesianIndependent
|
|
Box
|
|
Point
|
|
|
|
|
|
Univariate Probability Distributions
|
|
------------------------------------
|
|
|
|
.. automodule:: openmc.stats.univariate
|
|
:members:
|
|
|
|
Multivariate Probability Distributions
|
|
--------------------------------------
|
|
|
|
.. automodule:: openmc.stats.multivariate
|
|
:members:
|