ACSfunctions: Autocorrelation structure functions

Description Usage Examples

Description

Autocorrelation structure functions

Usage

1
2
3
4
5
6
7
acfburrXII(t, scale, shape1, shape2)

acfparetoII(t, scale, shape)

acffgn(t, H)

acfweibull(t, scale, shape)

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
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)

CoSMoS documentation built on May 30, 2021, 1:06 a.m.