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
)An object of the class solarModel
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.
p.value for rejection.
minimum quantile for the grid of values.
maximum quantile for the grid of values.
See the functions solarModel_PIT and ks_test for more details.
Version 1.0.0.