openmc.stats
– Statistics¶
Univariate Probability Distributions¶
Probability distribution of a single random variable. |
|
Distribution characterized by a probability mass function. |
|
Distribution with constant probability over a finite interval [a,b] |
|
Distribution with power law probability over a finite interval [a,b] |
|
Maxwellian distribution in energy. |
|
Watt fission energy spectrum. |
|
Piecewise continuous probability distribution. |
|
Probability density given by a Legendre polynomial expansion \(\sum\limits_{\ell=0}^N \frac{2\ell + 1}{2} a_\ell P_\ell(\mu)\). |
|
Probability distribution characterized by a mixture of random variables. |
|
Normally distributed sampling. |
Return a discrete distribution with a single point. |
|
Generate a Muir energy spectrum |
Angular Distributions¶
Distribution of points on the unit sphere. |
|
Angular distribution represented by polar and azimuthal angles |
|
Isotropic angular distribution. |
|
Monodirectional angular distribution. |
Spatial Distributions¶
Distribution of locations in three-dimensional Euclidean space. |
|
Spatial distribution with independent x, y, and z distributions. |
|
Spatial distribution represented in cylindrical coordinates. |
|
Spatial distribution represented in spherical coordinates. |
|
Uniform distribution of coordinates in a rectangular cuboid. |
|
Delta function in three dimensions. |
|
Spatial distribution for a mesh. |
|
Spatial distribution from a point cloud. |
Return a uniform spatial distribution over a spherical shell. |