Skip to content

SPDEs

GaussianMarkovRandomFields.SPDE Type
julia
SPDE

An abstract type for a stochastic partial differential equation (SPDE).

source
GaussianMarkovRandomFields.MaternSPDE Type
julia
MaternSPDE{D}::Real, ν::Union{Integer, Rational}) where D

The Whittle-Matérn SPDE is given by

(κ2Δ)α2u(x)=𝒲(x),(xRd,α=ν+d2),

where Δ is the Laplacian operator, κ>0, ν>0.

The stationary solutions to this SPDE are Matérn processes.

source
GaussianMarkovRandomFields.AdvectionDiffusionSPDE Type
julia
AdvectionDiffusionSPDE{D}::Real, α::Rational, H::AbstractMatrix,
γ::AbstractVector, c::Real, τ::Real) where {D}

Spatiotemporal advection-diffusion SPDE as proposed in [2]:

[t+1c(κ2H)α+1cγ]X(t,s)=τcZ(t,s),

where Z(t, s) is spatiotemporal noise which may be colored.

source