Skip to content

feat: gp noise in discovery#144

Open
jeremy-baier wants to merge 81 commits intonanograv:mainfrom
jeremy-baier:feat/jgb-discovery
Open

feat: gp noise in discovery#144
jeremy-baier wants to merge 81 commits intonanograv:mainfrom
jeremy-baier:feat/jgb-discovery

Conversation

@jeremy-baier
Copy link
Copy Markdown
Collaborator

@jeremy-baier jeremy-baier commented Jan 26, 2026

Model Building

  • build discovery likelihood with different settings
  • includes the time domain SWGP using a custom segmentation ( from mercedes )
  • this requires an addition to discovery, coordinating with pat
  • set up dmgp, chromatic gp, ( dmx too )

Sampler set up

  • set up a basic numpyro nuts sampler with tunable nuts settings
  • pull in Dave + Pat’s code for optimization
  • we probably need check pointing for the NUTS, which i can steal from the old outliers PR.

Add noise to model

  • turn output of the NUTS into laforge core and/or even just a par.txt, chain.txt
  • add noise to pint models

—————————————————————

Interfacing model building with notebooks

noise_run:
  model:
      include_rn:
          basis: interpolation/fourier
          Nfreqs: 100
          dt: 3
          psd: powerlaw
          kernel: sq_exp
      include_rn:
          basis: interpolation/fourier
          Nfreqs: 100
          dt: 3
          psd: powerlaw
          kernel: sq_exp
      inc_chromgp: false
  inference:
     likelihood: discovery
     sampler: NUTS
     n_iter: 2000
     n_warmup: 500
     n_checkpoint: 10

jeremy-baier and others added 30 commits February 26, 2026 07:40
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant