R/test_function.R

Defines functions test_function

Documented in test_function

#' @title test_function
#'
#' @description Test function.
#' @param seed A real number between 0 and 1 that determines the splitting probability in the prior (which is used as the importance sampler of tree models). Quadrianto and Ghahramani (2015) recommend a value less than 0.5 .
#' @return A number
#' @useDynLib MultiHorizonSPA, .registration = TRUE
#' @importFrom Rcpp evalCpp
#' 
#' @export

test_function <- function(seed){
  
  
x <- 1 

x
}
lucabarbaglia/MultiHorizonSPA documentation built on Dec. 12, 2021, 5:43 a.m.