sampler: Post processing of BARD results.

View source: R/bard.R

samplerR Documentation

Post processing of BARD results.

Description

Draw samples from the posterior distribution to give the locations of anomalous segments.

Usage

sampler(bard_result, gamma = 1/3, num_draws = 1000)

Arguments

bard_result

An instance of the S4 class .bard.class containing a result returned by the bard function.

gamma

Parameter of loss function giving the cost of a false negative i.e. incorrectly allocating an anomalous point as being non-anomalous. For more details see Section 3.5 of \insertCitebardwell2017;textualanomaly.

num_draws

Number of samples to draw from the posterior distribution.

Value

Returns an S4 class of type bard.sampler.class.

References

\insertRef

bardwell2017anomaly

See Also

bard

Examples

library(anomaly)
data(simulated)
# run bard
res<-bard(sim.data, alpha = 1e-3, h = 0.5)
# sample 
sampler(res)


anomaly documentation built on Nov. 23, 2023, 5:07 p.m.