example_data = DeBoinR::pdf_data[1:100,]
xx = deboinr(DeBoinR::x_grid,
as.matrix(example_data),
distance = "hellinger",
median_type = 'cross',
center_PDFs = TRUE,
num_cores = 1
)
print("about to print DeBoinR object...")
print(xx)
Run the code above in your browser using DataLab