LogBessel¶
Import in python using from mcutils.utils.noise import LogBessel
Documentation
-
class
mcutils.utils.noise.
LogBessel
[source]¶ Pre-compute the log-bessel function
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
approximate
(nu, value)eval
(nu, value[, method])Evaluates the log of the modified Bessel function of the first kind using chosen method
interpolate
(nu, value)Attributes
pre_computed
precise_log_bessel
-