BinarySearch: Search soft threshold

BinarySearchR Documentation

Search soft threshold

Description

A binary search to find proper soft threshold lamv such that

sv = soft(argv, lamv) / ||soft(argv, lamv)||_2, ||sv||_1 = sumabsv

Usage

BinarySearch(argv, sumabsv, maxiter = 150)

Arguments

argv

the vector to be soft thresholded

sumabsv

upperbound of the L_1 norm of sv

maxiter

max iteration to perform binary search

Value

the proper threshold level lamv.

See Also

symmPMD().


snQTL documentation built on June 8, 2025, 1:53 p.m.

Related to BinarySearch in snQTL...