R/sugiyamastudy.R

#' @importFrom densityratiosugiyama clsif
#' @importFrom densityratiosugiyama ulsif
#' @importFrom densityratiosugiyama eval.basis
#' @import ggplot2
#' @import dplyr

NULL

# some globals that I might adjust

# how many standard deviations to go beyond the min/max of a sample
# (for plotting) - this really does not work well for cauchy distributions (duh)
SD_FACTOR = 0.5
PLOT_HEIGHT = 6
PLOT_WIDTH = 9
hhau/sugiyamastudy documentation built on May 7, 2019, 9:20 p.m.