mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 03:55:38 -04:00
59 lines
951 B
ReStructuredText
59 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:
|