block_sure_given_c_list_non: Calculates the SURE of estimators that shrink non-overlapping...

Description Usage Arguments Value Author(s) References See Also

View source: R/block_sure.R

Description

Calculates the SURE of estimators that shrink non-overlapping sub-tensors using the output of get_c_list_non.

Usage

1
block_sure_given_c_list_non(c_obj, func, dfunc, lambda_list, tau2 = 1)

Arguments

c_obj

The output from get_c_list.

func

A list of functions to apply to each mode.

dfunc

A list of derivatives of the function in func.

lambda_list

A list of parameter values for func and dfunc.

tau2

A positive numeric. The variance. Assumed known and defaults to 1.

Value

sure_final A numeric. The SURE value.

mean_est An array of numerics. The mean estimate.

Author(s)

David Gerard.

References

Gerard, D., & Hoff, P. (2015). Adaptive Higher-order Spectral Estimators. arXiv preprint arXiv:1505.02114.

See Also

get_c_list_non, block_sure_non.


dcgerard/hose documentation built on Aug. 1, 2019, 12:11 a.m.