Smoke render: optimisation and MCMC are shrunk for CI speed, so figures and diagnostics are not publication-fidelity. The production docs are built with full-length inference.

GPJax
  • PyPI
/

Getting started

  • Installation
  • Design Principles
  • The sharp bits
  • New to Gaussian Processes?
  • Introduction to Kernels
  • Regression
  • Classification
  • Count data regression
  • Natural Gradients

Accelerating Gaussian processes

  • Sparse Gaussian Process Regression
  • Sparse Stochastic Variational Inference
  • Natural Gradients in Practice
  • Dual Parameterisation of Sparse GPs (t-SVGP)
  • State-Space (Markovian) Gaussian Processes
  • Scalable Multi-Output GPs with OILMM

Applied modelling

  • Gaussian Processes Barycentres
  • Graph Kernels
  • Heteroscedastic Inference
  • Multi-Output Gaussian Processes
  • Orthogonal Additive Kernels
  • Gaussian Processes for Vector Fields and Ocean Current Modelling
  • Spatial Modelling with Composable Gaussian Processes
  • UCI Data Benchmarking

Guides for customisation

  • Kernel Guide
  • Likelihood guide
  • Deep Kernel Learning
  • Joint Inference with Numpyro
  • Backend Module Design

Reference

  • API Reference
    • Dataset
    • Distributions
    • Gaussian Processes
    • Kernels
    • Likelihoods
    • Mean Functions
    • Parameters
    • Objectives
    • Fitting
    • Variational Families
    • Models
    • State-Space GPs
    • Linear Algebra
    • Integrators
    • Scan
    • Summary
    • Typing
    • Citation
  • Glossary

Migrations

  • Migrations

Project

  • Contributing
  • GPJax Governance Document
  • Code of Conduct
  • References

On this page

  • BookCitation
  1. GPJax /
  2. API Reference /
  3. Citation /
  4. BookCitation
View as Markdown Open in ChatGPT Open in Claude

BookCitation#

class gpjax.citation.BookCitation(citation_key: str | None = None, authors: str | None = None, title: str | None = None, year: str | None = None, publisher: str | None = None, volume: str | None = None, citation_type: NoneType | str | dict[str, str] = 'book')[source]#

Bases: AbstractCitation

Parameters:
  • citation_key (str | None)

  • authors (str | None)

  • title (str | None)

  • year (str | None)

  • publisher (str | None)

  • volume (str | None)

  • citation_type (None | str | dict[str, str])

Previous
AbstractCitation
Next
CitationType

2022-2026, The GPJax Contributors

Made with Sphinx and Shibuya theme.