Skip to content

API reference

The reference below is generated directly from the in-code docstrings by mkdocstrings, so it always matches the source.

Page Contents
StreamingModel the driver: xi_s_smu, xi_s_2d, multipoles, wedges
Physics ABCs, xi(r) providers, moments, velocity PDFs, LOS projection, cosmology
Numerics interpolation routines, Hankel transforms
I/O table readers and writers

Public surface at a glance

from liulu import StreamingModel

from liulu.physics.real_space import TabulatedXi, LinearTheoryXi, HalofitXi
from liulu.physics.pairwise_velocity import TabulatedMoments
from liulu.physics.velocity_pdf import (
    GaussianPDF, SkewTPDF, NIGPDF,
    GeneralizedHyperbolicPDF, TabulatedGHPDF, scale_dependent_lambda,
)
from liulu.physics.los_projection import project_to_los
from liulu.physics.base import (
    RealSpaceCorrelation, PairwiseVelocityMoments, VelocityPDF,
)

from liulu.numerics.interpolation import (
    loglog_interp, log_linear_interp, log_spline_interp,
)
from liulu.numerics.hankel import pk_to_xi, xi_to_pk