Last updated: 2018-10-13
workflowr checks: (Click a bullet for more information) ✔ R Markdown file: up-to-date
Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.
✔ Repository version: 44e7e44
wflow_publish
or wflow_git_commit
). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:
Ignored files:
Ignored: .DS_Store
Ignored: .Rhistory
Ignored: .Rproj.user/
Ignored: data/.DS_Store
Untracked files:
Untracked: analysis/chipexoeg.Rmd
Untracked: analysis/talk1011.Rmd
Untracked: analysis/vst.Rmd
Untracked: data/chipexo_examples/
Untracked: data/chipseq_examples/
Untracked: talk.Rmd
Untracked: talk.pdf
Unstaged changes:
Modified: analysis/sigma.Rmd
Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.
This is a broad list of literature on smoothing Gaussian/non-Gaussian data.
KNN
Kernel smootihng methods: Chapter 6 of ESL.
Local regression(linear & higher order): Loader, C. (2006). Local regression and likelihood. Springer Science & Business Media.
Note: Local regression makes no global assumptions about the function but assume that locally it can be well approximated with a member of a simple class of parametric function. Only observations in certain window are used.
Splines: regression splines, smoothing splines; More generally, reproducing kernel Hilbert space: Chapter 5 of ESL
Locally adaptive estimators: wavelet( Mallat, S. (1999). A wavelet tour of signal processing. Elsevier ), Locally adaptive regression splines(A varaiant of smooting splines achieves better local adaptivity. Mammen, E., & van de Geer, S. (1997). Locally adaptive regression splines. The Annals of Statistics, 25(1), 387-413.), Trend filtering( Kim, S. J., Koh, K., Boyd, S., & Gorinevsky, D. (2009). l_1 Trend Filtering. SIAM review, 51(2), 339-360. ).
Additive models: Sparse additive models, Generalized additive mixed models.
More on trend filtering and additive models:
Trend filtering:
Ramdas, A., & Tibshirani, R. J. (2016). Fast and flexible ADMM algorithms for trend filtering. Journal of Computational and Graphical Statistics, 25(3), 839-858. The R package for this algo is glmgen.
Additive models:
Note: It actually uses local likelihood moother and assumes \(logit(\pi)\) is approximated by a second degree polynomial. They assume that data follow a binomial distribution and the parameters defining the polynomial are estimated by fitting a weighted generalized linear model to the data inside the genomic window.
This reproducible R Markdown analysis was created with workflowr 1.1.1