SciML / SciML/DiffEqNoiseProcess.jl

Implement correlated Wiener bridge

Open
#85 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
62
Forks
32
Avg merge
8h 38m
Merged PRs (30d)
16

Description

One can use t ↦ B(t) = (T-t)/(T-S)⋅a + σ⋅(W(t-S)) + t/(T-S)⋅(b-σ⋅W(T-S)) for a bridge from a at time S to b at time T, as in the uncorrelated case where σ = I.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the existing uncorrelated Wiener bridge implementation and its tests, then compare their entry points with the correlated bridge formula in this issue. Done means the correlated bridge is implemented for the stated endpoints and its behavior is covered by tests consistent with the existing bridge.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.