Calculates likelihoods across several segments of data - e.g. multiple plots from a single experiment. See documentation for particleFilterLL_piecewise for examples of use.
likelihood_EDM_piecewise(
param,
y,
libuse_y,
smap_coefs,
Euse,
tuse,
N,
colpar = c(logit(1e-06), log(0.1))
)summed log likelihood across all segments
parameters to be passed to likelihood0 function
the time series to be analyzed
a matrix with two columns, specifying the start end end positions of segments within vector y
a matrix of s-mapping coefficients
embedding dimension for the s-mapping analysis
theta for s-mapping analysis
number of particles
parameters to be passed to the colfun0 - defaults to c(logit(1e-6), log(0.1))