Samplinglib
Lean gate passed 2026-08-19T06:04:36.257124+00:00 · 77184245109a
production module

AutoSamplingTheory.SDE

4 named declarations scanned from AutoSamplingTheory/SDE.lean.

Imports
Imported by
Placeholder scan
0 declaration(s) flagged
Gate status
Compiled

Declarations

structure AutoSamplingTheory.ItoDiffusionContract Compiled Not mapped

No declaration docstring.

structure ItoDiffusionContract where
  id : String
  forwardSde : String
  marginalPath : String
  reversePath : String
  velocityFormula : String
  source : SourceAnchor
  status : ProofStatus := ProofStatus.contractOnly
deriving Repr, DecidableEq
structure AutoSamplingTheory.FokkerPlanckContract Compiled Not mapped

No declaration docstring.

structure FokkerPlanckContract where
  id : String
  lawName : String
  equation : String
  source : SourceAnchor
  status : ProofStatus := ProofStatus.obligation
deriving Repr, DecidableEq
structure AutoSamplingTheory.EulerMaruyamaContract Compiled Not mapped

No declaration docstring.

structure EulerMaruyamaContract where
  id : String
  updateFormula : String
  interpolationFormula : String
  source : SourceAnchor
  status : ProofStatus := ProofStatus.contractOnly
deriving Repr, DecidableEq
structure AutoSamplingTheory.DiscretizationErrorContract Compiled Not mapped

No declaration docstring.

structure DiscretizationErrorContract where
  id : String
  localDefect : String
  boundShape : String
  source : SourceAnchor
  status : ProofStatus := ProofStatus.obligation
deriving Repr, DecidableEq

end AutoSamplingTheory