Evaluate a KS test on the PIT.

solarModel_PIT_test(
  model,
  type = "full",
  nyears,
  ci = 0.05,
  min_quantile = 0.015,
  max_quantile = 0.985
)

Arguments

model

An object of the class solarModel

type

character(1), type of test. Can be:

"train"

the test is performed only on train data;

"test"

the test is performed only on test data;

"full"

the test is performed only on the full data.

ci

p.value for rejection.

min_quantile

minimum quantile for the grid of values.

max_quantile

maximum quantile for the grid of values.

Details

See the functions solarModel_PIT and ks_test for more details.

Note

Version 1.0.0.