fixed_range: Fixed integration range for continuous JSD

View source: R/jsd_continuous.R

fixed_rangeR Documentation

Fixed integration range for continuous JSD

Description

Fixed integration range for continuous JSD

Usage

fixed_range(x, y, qrange = c(0.001, 0.999), extend = 3)

Arguments

x

Numeric vector for group 1.

y

Numeric vector for group 2.

qrange

Quantile range used to determine the main data span.

extend

Extension multiplier based on IQR.

Value

Named numeric vector with elements 'L' and 'U'.


jsdtools documentation built on March 31, 2026, 1:06 a.m.