CorrelatedExpGrowth: Growth element based on exponential growth including...

CorrelatedExpGrowthR Documentation

Growth element based on exponential growth including time/temperature correlation

Description

Growth element based on exponential growth including time/temperature correlation

Growth element based on exponential growth including time/temperature correlation

Super classes

biorisk::RiskElement -> biorisk::NA -> CorrelatedExpGrowth

Methods

Public methods

Inherited methods

Method new()

Usage
CorrelatedExpGrowth$new(
  name,
  mean_time,
  sd_time,
  mean_temperature,
  sd_temperature,
  correlation,
  units = NA,
  output_unit = NA
)

Method point_estimate()

Returns the expected value

Usage
CorrelatedExpGrowth$point_estimate()

Method simulate()

Usage
CorrelatedExpGrowth$simulate(niter)

Method clone()

The objects of this class are cloneable with this method.

Usage
CorrelatedExpGrowth$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


albgarre/biorisk documentation built on Feb. 23, 2025, 5:19 a.m.