factor_estimate_poisson_mode: factor_estimate_poisson_mode

Description Usage Format Value Fields Methods Examples

Description

A risk model factor estimate. Based on a Poisson distribution, ideal for event frequency modelling. The estimation is based on the distribution mode.

Usage

1

Format

R6Class object.

Value

Object of R6Class with properties and methods for simple integration in a risk model.

Fields

dist_mode

The mode of the fitted distribution.

Methods

new(estimated_mode_value,time_interval_friendly_name)

This method is used to create a new object of this class with estimated_mode_value as the estimated mode.

plot_density()

Plot the PDF.

Examples

1
factor_estimate_poisson_mode$new(estimated_mode_value = 100)

daviddoret/GRCRToolkit documentation built on May 23, 2019, 7:31 a.m.