ecdattr.pairs: Create a list of basic 'ecdattr' objects

View source: R/ecdattr-pairs-method.R

ecdattr.pairsR Documentation

Create a list of basic ecdattr objects

Description

The list is created by the Cartesian product between alpha and gamma. This contains the data points of a rectangular area defined by alpha,gamma. If cusp is 1, data points are on the critical line specified by alpha.

Usage

ecdattr.pairs(alpha, gamma, cusp = 0, use.mpfr = FALSE)

Arguments

alpha, gamma

numeric vectors

cusp

numeric, representing type of cusp. Only 0 (default) and 1 are allowed.

use.mpfr

logical, whether to use mpfr for ecd object, default is FALSE.

Value

a list of basic ecdattr objects.


ecd documentation built on May 10, 2022, 1:07 a.m.