do_lhs: Perform LHS

Description Usage Arguments Value See Also

View source: R/lhs.r

Description

Function to perform any SSM block on a LHS. The LHS is currently a random sample from the prior distribution.

Usage

1
2
3
4
5
6
do_lhs(
  ssm,
  n,
  do = c("kalman", "kmcmc", "ksimplex", "mif", "pmcmc", "simplex", "simul", "smc"),
  ...
)

Arguments

ssm

a ssm object, returned by new_ssm.

n

numeric, sample size

do

character, algorithm to perform on ssm

...

additional arguments to be passed to do

Value

a tbl containing all ssm outputed by do.

See Also

get_max_lhs


StateSpaceModels/ssminr documentation built on Feb. 7, 2020, 8:20 p.m.