evaluate.from.interim.peaks: likeLTD::evaluate.from.interim.peaks

Description Usage Arguments Details Value See Also

View source: R/maximize-peaks.R

Description

Optimize both prosecution and defence likelihoods, returning the weight of evidence.

Usage

1

Arguments

file

Restricted to only accept a filepath including the name "interim.RData", which is generated by evaluate.peaks() only if interim=TRUE. "interim.RData" will also be subsequently generated by evaluate.from.interim.peaks() thereafter, at regular intervals during the evaluation

Details

Optimize over parameter space, using a geometric progression of crossover rate and tolerance. Both prosecution and defence cases are optimized simultaneously.

Value

A list containing seven elements:

Pros

Prosecution results, structured as results from DEoptim::DEoptim.

Def

Defence results, structured as results from DEoptim::DEoptim.

WoE

WoE for each chunk. The final value is the final WoE.

Lp

-log_10 prosecution likelihood at each step usually.

Ld

-log_10 defence likelihood at each step usually.

seed.used

Seed that is set at the beginning of computation; this will no longer apply if evaluate.from.interim.peaks is used.

seed.input

Seed that is input by the user; this will no longer apply if evaluate.from.interim.peaks is used.

See Also

evaluate


likeLTD documentation built on May 1, 2019, 7:58 p.m.