Learn R Programming

CoSMoS (version 2.1.2)

ACSfunctions: Autocorrelation structure functions

Description

Autocorrelation structure functions

Usage

acfburrXII(t, scale, shape1, shape2)

acfparetoII(t, scale, shape)

acffgn(t, H)

acfweibull(t, scale, shape)

Arguments

Examples

Run this code

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)

Run the code above in your browser using DataLab