mu_int_sinusoidal_linear_period: Integral of linear and sinusoidal mu function with varying P

Description Usage Arguments Value Examples

View source: R/mu.R

Description

Integral of linear and sinusoidal mu function with varying P

Usage

1

Arguments

time

Current time

parameters

List of Hawkes Process parameters. Need to define A, B, M, N and P.

Value

Value of integral of linear and sinusoidal mu function with varying P.

Examples

1
2
3
4
mu_int_sinusoidal_linear_period(time = 5, parameters = list("A" = 10, "B" = 1, "M" = 4,
                                                              "N" = 1, "P" = 365))
mu_int_sinusoidal_linear_period(time = 78, parameters = list("A" = 5, "B" = 1, "M" = 4,
                                                               "N" = 1, "P" = 27))

mrc-ide/epihawkes documentation built on Feb. 13, 2021, 10:20 a.m.