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

Description Usage Arguments Details Value See Also

View source: R/maximize.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() only if interim=TRUE. "interim.RData" will also be subsequently generated by evaluate.from.interim() 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 five 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.

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.