Compute the AIC and BIC of a solarModel object

solarModel_AIC_BIC(model, target = "GHI", type = "full")

Arguments

model

A fitted solarModel object.

target

Character. Target variable passed to the model log-likelihood.

type

Character. Data split used for the criteria. One of "full", "train", or "test".

Value

A tibble with model metadata, log-likelihood, parameter count, sample size, AIC, and BIC.

Note

Version 1.0.0.