View source: R/particlefilter.R
likelihood_EDM_piecewise | R Documentation |
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))
)
param |
parameters to be passed to likelihood0 function |
y |
the time series to be analyzed |
libuse_y |
a matrix with two columns, specifying the start end end positions of segments within vector y |
smap_coefs |
a matrix of s-mapping coefficients |
Euse |
embedding dimension for the s-mapping analysis |
tuse |
theta for s-mapping analysis |
N |
number of particles |
colpar |
parameters to be passed to the colfun0 - defaults to c(logit(1e-6), log(0.1)) |
summed log likelihood across all segments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.