Bagkde: Density estimation with Bagkde

View source: R/Bagkde.R

BagkdeR Documentation

Density estimation with Bagkde

Description

This function builds Kernel Densities estimators from the bootstrap samples. Then averages the estimates provided by these estimators.

Usage

Bagkde(xx, grid, dobs, B = 10)

Arguments

xx

data vector for estimator bulding

grid

grid for density evaluation

dobs

density values associated whit test sample

B

number of histograms to aggregate

Value

estimations


cugliari/bagdenest documentation built on April 6, 2022, 4:52 p.m.