sobol {pomp}R Documentation

Sobol' low-discrepancy sequence

Description

Generate a data-frame containing a Sobol' low-discrepancy sequence.

Usage

sobol(vars, n)

Arguments

vars Named list of ranges of variables.
n Number of vectors requested.

Value

sobol Returns a data frame with n `observations' of the variables in vars.

Author(s)

Aaron A. King (kingaa at umich dot edu)

References

Press et al.

Examples

plot(sobol(vars=list(a=c(0,1),b=c(100,200)),100))
plot(sobol(vars=list(a=c(0,1),b=c(100,200),c=c(-1,1)),100))

[Package pomp version 0.22-6 Index]