Main functions

Main functions of the BRIL package, which include multivariate mode and median estimates, as well as auxillary functions based on depth measures or convex body minimizers.

bril()

Bootstrap and Refine Iterative Locator

filter_outliers()

Recursive outlier filtering based on unimodality and multinormality tests

median_rec()

Recursive estimate of central location

median_mv()

Multivariate Median

depth_values()

Depth functions wrapper

Printing and Plotting

Print and Plot functions for the classes from the BRIL package.

print(<BRIL.Filtering>)

Print method for BRIL.Filtering objects

print(<BRIL.MedianRec>)

Print method for BRIL.MedianRec objects

print(<BRIL>)

Print method for BRIL objects

plot(<BRIL.Filtering>)

Plot method for BRIL.Filtering objects

plot(<BRIL.MedianRec>)

Plot method for BRIL.MedianRec objects

plot(<BRIL>)

Plot method for BRIL objects

Internal functions

Unimodality and normality tests called internally.

test_multinormality()

Test the multivariate normality of a distribution

test_unimodality()

Test the unimodality of a distribution