SPDEs
GaussianMarkovRandomFields.SPDE Type
julia
SPDE
An abstract type for a stochastic partial differential equation (SPDE).
sourceGaussianMarkovRandomFields.MaternSPDE Type
julia
MaternSPDE{D}(κ::Real, ν::Union{Integer, Rational}) where D
The Whittle-Matérn SPDE is given by
where Δ is the Laplacian operator,
The stationary solutions to this SPDE are Matérn processes.
sourceGaussianMarkovRandomFields.AdvectionDiffusionSPDE Type
julia
AdvectionDiffusionSPDE{D}(κ::Real, α::Rational, H::AbstractMatrix,
γ::AbstractVector, c::Real, τ::Real) where {D}
Spatiotemporal advection-diffusion SPDE as proposed in [2]:
where Z(t, s) is spatiotemporal noise which may be colored.
source