Snipcademy Logo
  • Bioinformatics
    Sequencing Technology
    DNA Sequence TechniquesNGS TechniquesBioinformatics File Formats
    Bioinformatics Algorithms
    Pairwise Alignment
  • Data Science
    Fundamentals
    Introduction to Probability Introduction to Statistics
    Nonparametric Methods
    Wilcoxon Rank-Sum Test
    Machine Learning
    Random ForestsDiscriminant Analysis
  • Linux
    Command Line
    Basic CommandsIntermediate CommandsPermissionsEnvironmentSearchingProcessesArchive & CompressionRegexText ProcessingCron JobsSecure Shell AccessTmux
    Shell Scripting
    SetupVariablesInput/OutputControl FlowLoopingSedAwk
    Operating System
    Philosophy & System OverviewPackage ManagementUser & Group Management
  • Web
    HTML
    IntroductionTextPresenting DataIntermediate
    CSS
    FundamentalsTextBoxesImagesBackgroundsIntermediate CSSTypographyLayout
    JS
    FundamentalsData TypesControl FlowFunctionsObjectsBrowser Object ModelDocument Object Model
  • Programming
    Python
    Basic CommandsPrimitive Data TypesNamespaces, Functions & ModulesCollectionsControl Flow
    R
    IntroductionVectors
    Java
    JavadocGenerics
  • Interviews
    Data Structures
    Linked Lists
    Algorithms
    Sorting
    Challenges
    Longest PalindromeReversing a LinkedListQuadratic Primes Browse all challenges
  • Tools
    Git
    IntroductionFundamentals
    Google
    How to use Google
    Vim
    NavigationEditing
    Regex
    Regex

Data Science

01
Random Forests

Steven Jo
02
Discriminant Analysis

Learn what Linear Discriminant Analysis is, and how to apply Linear Discriminant Analysis in R.

Steven Jo
03
Wilcoxon Rank Sum Test

The Wilcoxon signed-rank test is a non-parametric statistical test to compare two related samples. Learn how it works, and how to run it in R in this tutorial.

Steven Jo
04
Introduction to Probability

Probability is used to quantify the randomness of a model's behavior. In this article, we'll go over the basics of probability including probability functions, random variables, sample and event spaces, addition and multiplication laws, the binomial distribution, conditional probability, expected value and odds to probabilities.

Steven Jo
05
Introduction to Statistics

Statistics is a mathematical science including methods of collecting, organizing and analyzing data in such a way that meaningful conclusions can be drawn from them. Learn the basics of inferential and descriptive statistics in our tutorial.

Steven Jo