Simulate n
standard Wiener processes on [0, 1], possibly
sparsifying the results.
Wiener(n = 1, pts = seq(0, 1, length = 50), sparsify = NULL, K = 50)
If sparsify
is not specified, a matrix with n
rows corresponding to the samples are returned. Otherwise the sparsified sample is returned.
Sample size.
A vector of points in [0, 1] specifying the support of the processes.
A vector of integers. The number of observations per curve will be uniform distribution on sparsify.
The number of components.
The algorithm is based on the Karhunen-Loève expansion of the Wiener process
Sparsify