gregorkastner / stochvol

Partial re-write of the R package stochvol to allow for asymmetry (leverage).
15 stars 9 forks source link

svsample_fast_cpp default value bug #8

Closed hdarjus closed 4 years ago

hdarjus commented 4 years ago
set.seed(1)
svsample_fast_cpp(rnorm(100))

buggy because the default for designmatrix should be matrix(NA) instead of NA.