# Complete examples are provided in the package tests
if (FALSE) {
# Create a simulation of a Brownian motion
b <- bm(U=2, N=5)
# Run EnKF
enkfd_bm <- enkf(b, Np = 20)
# Get a likelihood estimate
logLik(enkfd_bm)
}
Run the code above in your browser using DataLab