Learn R Programming

emhawkes (version 0.9.0)

hreal: Generics for hreal

Description

Generic functions list for hreal:

Print the realization of the Haweks model.

Print the summary of the Hawkes process realization.

Matrix like ouput of the realization of Hawkes model.

Usage

# S3 method for hreal
print(x, n = 20, ...)

# S3 method for hreal summary(object, n = 20, ...)

# S3 method for hreal as.matrix(x, ...)

Arguments

x

S3-object of hreal.

n

number of rows to diplay.

...

further arguments passed to or from other methods.

object

S3-object of hreal.