test_fit: test_fit

Description Usage Arguments Value

View source: R/fluvial.R

Description

Hit statistics on how often a vector of fits passes a set of thresholds.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
test_fit(
  fits,
  ad_a = 340,
  ad_b = 280,
  ch_a = 200,
  ch_b = 150,
  kp_a = 0.12,
  kp_b = 0.09,
  ks_a = 0.09,
  ks_b = 0.05
)

Arguments

fits

Vector of fits from gof().

ad_a

Less stringent threshold for Anderson-Darling test.

ad_b

More stringent threshold for Anderson-Darling test.

ch_a

Less stringent threshold for Chi-squared test.

ch_b

More stringent threshold for Chi-squared test.

kp_a

Less stringent threshold for Kuiper test.

kp_b

More stringent threshold for Kuiper test.

ks_a

Less stringent threshold for Kolmogorov-Smirnov test.

ks_b

More stringent threshold for Kolmogorov-Smirnov test.

Value

Vector of hit


crumplecup/muddier documentation built on Aug. 18, 2021, 11:02 a.m.