Skip to content

export base #137

Open
Open
@ArnoStrouwen

Description

@ArnoStrouwen
using DiffEqNoiseProcess
#using DifferentialEquations
u0 = rand(2)
tgrid = 0.0:0.1:10.0
brownian_noise = randn(length(u0)*(length(tgrid)-1))
brownian_noise = reshape(brownian_noise,length(u0),length(tgrid)-1)
brownian_noise = vcat([zeros(length(u0))], [c for c in eachcol(brownian_noise)])
W = NoiseGrid(tgrid,brownian_noise)
prob = NoiseProblem(W, (tgrid[begin], tgrid[end]))

ERROR: UndefVarError: NoiseProblem not defined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions