About Anaconda Help Download Anaconda

Python functions implementing numerical integration of functions in log-space.

copied from cf-staging / lintegrate

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v0.2.0
  • osx-arm64 v0.2.0
  • osx-64 v0.2.0
  • linux-ppc64le v0.2.0
  • linux-aarch64 v0.2.0
  • win-64 v0.2.0

conda install

To install this package run one of the following:
conda install conda-forge::lintegrate
conda install conda-forge/label/cf202003::lintegrate

Description

lintegrate provides Python functions for numerical integration of functions in log-space. This is useful for functions that have a very large dynamic range, or intrinsically would include very large or small numbers, and therefore it is more practical to work with the natural logarithm of the function. In these cases it is useful to also stay within log-space when integrating the function, which is what this package enables.

The functions provided by lintegrate are equivalent to, and based on, several numerical integration routines provided within the GNU Scientific Library (GSL).


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.1) Legal | Privacy Policy