Skip to content

Instantly share code, notes, and snippets.

@mschauer
Last active August 22, 2017 18:56
Show Gist options
  • Select an option

  • Save mschauer/fafa7aaee082acd87cda447ce7812326 to your computer and use it in GitHub Desktop.

Select an option

Save mschauer/fafa7aaee082acd87cda447ce7812326 to your computer and use it in GitHub Desktop.
Wiener
using Bridge, StaticArrays
Ps = [Wiener{Float64}(), Wiener{Complex{Float64}}(), Wiener{SVector{2,Float64}}()]
Xs = [sample([0.0, 0.5, 1.0], P) for P in Ps]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment