Hawkes: Creates a point process family object

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Family.R

Description

Constructors of a process Family object such as a Hawkes or Gibbs process.

Usage

1
2
Hawkes(link = "root", ...)
Gibbs(link = "root", ...)

Arguments

link

a character. Specifies the link function.

...

other arguments passed on to new.

Value

An object of class Family.

Author(s)

Niels Richard Hansen, Niels.R.Hansen@math.ku.dk

See Also

Family, pointProcessModel.

Examples

1
2
Hawkes(link="log")
Gibbs()

ppstat documentation built on May 2, 2019, 5:26 p.m.