powered by
Visualize and compare different kernel families (both scaling and wavelet filters)
compare_kernel_families( x_range = c(0, 3), scale_param = 1, plot_results = TRUE )
Data frame with x values and kernel values for each family
Range of x values to evaluate (default: c(0, 3))
Scale parameter for all functions (default: 1)
Whether to plot the comparison (default: TRUE)
comparison <- compare_kernel_families() comparison <- compare_kernel_families(x_range = c(0, 5), scale_param = 1.5)
Run the code above in your browser using DataLab