Skip to contents

CV-conformal regression using functional linear model

Usage

cv_conformal_fregre_lm_rust(
  data,
  y,
  test_data,
  scalar_train,
  scalar_test,
  ncomp,
  n_folds,
  alpha,
  seed
)