This is a blog about stuff, problems and practical solutions, I run into while doing my PhD research in [Bio|Chemo]informatics and about everything else in interdisciplinary research using Computers applied to Life Sciences
Showing posts with label statistics. Show all posts
Showing posts with label statistics. Show all posts
Sunday, April 14, 2013
Monday, March 4, 2013
Signal and Noise
Class lecture on signal and noise by University of Geneva
Signal to noise formulations in CCD cameras
Review of S-to-N characteristics in the in photographic images
Alkemade seminal paper on Signal to Noise "A review and tutorial discussion of noise and signal-to-noise ratios in analytical spectrometry-I. Fundamental principles of signal-to-noise ratios*"
Some reminders about stats
A simple explanation about when to use a Z-test, F-test and T-test found here
Parametric Test
- Test for Normality (here)
Non-parametric Tests (for non normal distributed data)
- Spearman Correlation (here)
- Anderson-Darling and Shapiro-Wilk tests (here)
Others
- Stepwise regression in Stata (here)
Thursday, September 13, 2012
Plotting them means
Plotting means in R by normal distributions with alpha levels and barplots and styles (here)
Package for plotting means + SD + SEM on Matlab (NotBoxPlots)
Package for plotting means + SD + SEM on Matlab (NotBoxPlots)
Thursday, June 28, 2012
All Machine Learning Methods Explained
I found a good tutorial/wiki course about machine learning methods and some code on how to implement them here
Wednesday, June 20, 2012
Experimental Design
Guide on how to decide which type of statistical analysis to do based on which type of data we have here.
Tuesday, March 20, 2012
Significant values in correlations in Stata 10
To get a combination of correlations that have P-value < 0.05 and those who have a P-value < 0.01
pwcorr variables , obs sig print(.05) star(0.01)
Monday, March 5, 2012
Wednesday, February 15, 2012
Correlating binary and continuous variables
Tuesday, February 7, 2012
Data mining and Machine learning blogs/lecutes
Sunday, December 5, 2010
Friday, March 19, 2010
Journal of Statistical Software - Special Edition: Spectroscopy and Chemometrics in R
Until today i was not aware of the important aids for chemometric research, which i think everyone should know.
1- The Special edition of JSTAR focused on chemometrics sing R. I am now exploring the contents of this Journal
2- Also the extended collection of software implementations offered for the R language for computational Chemistry and Physics
1- The Special edition of JSTAR focused on chemometrics sing R. I am now exploring the contents of this Journal
2- Also the extended collection of software implementations offered for the R language for computational Chemistry and Physics
Friday, January 15, 2010
Multivariate Statistics
In the last months I have shifted from Bioinformatics (Genomics) to Chemometrics research. However, one thing that remains to addressed is my poor knowledge of statistics. One way of coping with this lack of knowledge is reading statistics books and books that deals with statistics using a programming language or a package. One of these books i have found and it's totally free (thanks to the Open Text Book initiative) is Multivariate Statistics with R by Paul J. Hewson which can be downloaded from here.
Subscribe to:
Posts (Atom)