Skip to content

Commit

Permalink
add documentation for kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
oameye committed Jul 17, 2024
1 parent 5f4b97c commit 3989cf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ NoiseProcess(t0, W0, Z0, dist, bridge;
- `dist` the distribution of the steps over time.
- `bridge` the bridging distribution. Optional, but required for adaptivity and interpolating
at new values.
- `covariance` is the covariance matrix of the noise process. If not provided, the noise
is assumed to be uncorrelated in each variable.
- `save_everystep` whether to save every step of the Brownian timeseries.
- `rng` the local RNG used for generating the random numbers.
- `reset` whether to reset the process with each solve.
Expand Down

0 comments on commit 3989cf1

Please sign in to comment.