tnorm_loo: Leave-one-out cross-validation for truncated Gaussian kernel...

View source: R/RcppExports.R

tnorm_looR Documentation

Leave-one-out cross-validation for truncated Gaussian kernel density estimation

Description

Given a data matrix, compute the log density using leave-one-out cross validation, taking in turn an observation as location vector and computing the density of the resulting mixture.

Usage

tnorm_loo(x, Omega, beta)

Arguments

x

n by d matrix of observations

Omega

smoothing positive-definite matrix

beta

vector of constraints for the half-space

Value

a vector of values for the weighted leave-one-out likelihood


mig documentation built on April 11, 2025, 5:45 p.m.