simLR {forensIT} | R Documentation |
Simulate LR
Description
Simulate LR
Usage
simLR(
lprobg_ped,
numSim = 10000,
epsilon = 1e-20,
bplot = FALSE,
bLRs = FALSE,
seed = 123457
)
Arguments
lprobg_ped |
list of probability distributions |
numSim |
number of simulations |
epsilon |
small number to avoid log(0) |
bplot |
boolean to plot |
bLRs |
boolean to return LRs |
seed |
seed |
Value
LRs
[Package forensIT version 1.0.0 Index]