get_c_list_non: Calculates the necessary components to calculate the SURE for...

Description Usage Arguments Value Author(s) References See Also

View source: R/block_sure.R

Description

Calculates the necessary components to calculate the SURE for estimators that shrink non-overlapping sub-tensors.

Usage

1
get_c_list_non(current_tensor, block_size = dim(current_tensor)[3])

Arguments

current_tensor

An array of numerics.

block_size

The size of the non-overlapping blocks.

Value

A list of elements used in block_sure_given_c_list_non to calculate the SURE.

Author(s)

David Gerard.

References

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

See Also

block_sure_given_c_list_non, block_sure_non


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