tests/testthat/test-kcde-prediction.R

library(kcde)
library(magrittr)
library(plyr)
library(dplyr)
library(mvtnorm)

## all functions in kcde-prediction.R
##   leading X means test written,
##   leading I means implicitly tested by another test
##   leading S means simple enough that no test is required
##   no leading character means test needs to be written still
##
##   kcde_predict
##   kcde_predict_given_lagged_obs
##   kcde_kernel_centers_and_weights_predict_given_lagged_obs
##   kcde_point_predict_given_lagged_obs
##   kcde_dist_predict_given_lagged_lead_obs



context("kcde-prediction -- no tests implemented")
reichlab/kcde documentation built on May 27, 2019, 4:53 a.m.