Skip to main content
Ctrl+K
⚠️ Early Development — Latents is not yet stable. The API is subject to frequent change.
latents 0.0.5 documentation - Home latents 0.0.5 documentation - Home
  • Getting started
  • User guide
  • API reference
  • Development
  • Examples gallery
  • Benchmarks
  • GitHub
  • PyPI
  • Getting started
  • User guide
  • API reference
  • Development
  • Examples gallery
  • Benchmarks
  • GitHub
  • PyPI

Section Navigation

  • Models
    • Group factor analysis (GFA)
      • gfa.model
      • gfa.config
      • gfa.inference
      • gfa.simulation
      • gfa.analysis
      • gfa.tracking
  • latents.data
  • latents.observation
    • observation.priors
    • observation.posteriors
    • observation.realizations
  • latents.state
    • state.priors
    • state.posteriors
    • state.realizations
  • latents.plotting
    • plotting.hinton
    • plotting.observation
  • latents.callbacks
  • latents.tracking
  • latents.base
  • API reference
  • Models
  • Group factor analysis (GFA)

Group factor analysis (GFA)#

  • gfa.model
    • GFAModel
  • gfa.config
    • GFAFitConfig
    • GFASimConfig
  • gfa.inference
    • fit()
    • init_posteriors()
    • infer_latents()
    • infer_loadings()
    • infer_ard()
    • infer_obs_mean()
    • infer_obs_prec()
    • compute_lower_bound()
    • compute_lower_bound_constants()
  • gfa.simulation
    • GFASimulationResult
    • simulate()
    • sample_observations()
    • save_simulation()
    • save_simulation_recipe()
    • load_simulation()
    • load_simulation_recipe()
  • gfa.analysis
    • predictive_performance()
  • gfa.tracking
    • GFAFitTracker
    • GFAFitFlags
    • GFAFitContext

previous

Models

next

gfa.model

© Copyright 2026, Evren Gokcen.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.