BetaBinomial | R Documentation |
An element that describes a beta-binomial Poisson distribution
biorisk::RiskElement
-> biorisk::NA
-> BetaBinomial
biorisk::RiskElement$boxplot()
biorisk::RiskElement$check_input_types()
biorisk::RiskElement$cummulative_plot()
biorisk::RiskElement$cummulative_plot_2D()
biorisk::RiskElement$density_plot()
biorisk::RiskElement$density_plot_2D()
biorisk::RiskElement$get_output()
biorisk::RiskElement$get_output_2D()
biorisk::RiskElement$get_output_type()
biorisk::RiskElement$histogram()
biorisk::RiskElement$map_input()
biorisk::RiskElement$quantiles()
biorisk::RiskElement$quantiles_2D()
biorisk::RiskElement$save_as_distribution()
biorisk::RiskElement$save_as_vector()
biorisk::RiskElement$simulate()
biorisk::RiskElement$simulate_2D()
biorisk::RiskElement$simulate_level()
new()
Creates a new instance of this R6 class.
BetaBinomial$new(name, units = NA, output_unit = NA, level = 0)
name
A character defining the name for the element
units
A character vector of units for each input
output_unit
A character with the unit of the output
level
Level of the distribution (for 2D Monte Carlo). By default, 0
A new instance of the element
point_estimate()
Returns the expected value
BetaBinomial$point_estimate()
clone()
The objects of this class are cloneable with this method.
BetaBinomial$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.