comment_on_NRMI_type {BNPdensity}R Documentation

Comment on the NRMI process depending on the value of the parameters

Description

Comment on the NRMI process depending on the value of the parameters

Usage

comment_on_NRMI_type(NRMI_param = list(Alpha = 1, Kappa = 0, Gamma = 0.4))

Arguments

NRMI_param

A named list of the form list("Alpha" = 1, "Kappa" = 0, "Gamma" = 0.4)

Value

A string containing a comment on the NRMI process

Examples

BNPdensity:::comment_on_NRMI_type(list("Alpha" = 1, "Kappa" = 0, "Gamma" = 0.4))
BNPdensity:::comment_on_NRMI_type(list("Alpha" = 1, "Kappa" = 0.1, "Gamma" = 0.4))
BNPdensity:::comment_on_NRMI_type(list("Alpha" = 1, "Kappa" = 0.1, "Gamma" = 0.5))

[Package BNPdensity version 2023.3.8 Index]