ACSfunctions {CoSMoS} | R Documentation |
Autocorrelation structure functions
Description
Autocorrelation structure functions
Usage
acfburrXII(t, scale, shape1, shape2)
acfparetoII(t, scale, shape)
acffgn(t, H)
acfweibull(t, scale, shape)
Examples
t <- 1
H <- .75
scale <- .2
shape <- .3
shape1 <- .5
shape2 <- .2
acfburrXII(t, scale, shape1, shape2)
acfparetoII(t, scale, shape)
acffgn(t, H)
acfweibull(t, scale, shape)
[Package CoSMoS version 2.1.0 Index]