histmatch: Histogram matching

Description Usage Arguments Details Value

Description

TBD.

Usage

1
2
3
histmatch(source, target, w = NULL, open_left = FALSE)

histmatch_data(source, target, w = NULL, open_left = FALSE)

Arguments

source

[numeric]
Source distribution

target

[numeric]
Target distribution

w

[numeric]
Optional, a weight vector of the same length as target

open_left

[logical(1)]
Match against an interval open to the left, or closed at both ends (default)?

Details

A plot() method is defined for objects returned by histmatch_data().

Value


krlmlr/histmatch documentation built on May 10, 2019, 6 a.m.