fast_threshold_detect: Fast Threshold Detection

View source: R/RcppExports.R

fast_threshold_detectR Documentation

Fast Threshold Detection

Description

Find optimal threshold where correlation changes most.

Usage

fast_threshold_detect(x, y, n_thresholds)

Arguments

x

Numeric vector

y

Numeric vector

n_thresholds

Number of candidate thresholds to test

Value

List with threshold value and correlation difference


dormancy documentation built on March 16, 2026, 5:09 p.m.