My Blog

Latest blog
Analysis | Microbiome Data Analysis
Analysis | Microbiome Data Analysis

Intro Understand of Microbiome Analysis Analysis Pipeline Statistical Analysis and Visualization Summary Intro  M...

View More
Algorithm | Search (BFS)
Algorithm | Search (BFS)

Algorithm: BFS Algorithm: BFS Process Algorithm: BFS Code Algorithm: BFS Example   본 글은 DFS에 이어 작성된 글입니다. 먼저 DFS 를 읽고 오시는 것을 권장합니다. Algor...

View More
Algorithm | Search (DFS)
Algorithm | Search (DFS)

Problem Algorithm: DFS Algorithm: DFS Definition Algorithm: DFS Process Algorithm: DFS Code Algorithm: DFS Example Problems  다음과 같은 퍼즐 문제를 ...

View More
Estimating standard deviation: divide by n-1
Estimating standard deviation: divide by n-1

Two reasons for that To reduce gap between sample variance and population variance ( empirical reason ) "1/n" version is the maxim...

View More
https://1.bp.blogspot.com/-al_KFLCmkqE/WG6Dq6WMb4I/AAAAAAAAA_w/G02ceV-ipSA-I0v3XbOcFq9lji-PknpPgCLcB/s1600/default.jpg
xargs

Using an output of precedent command as an argument of following command xargs is a great command that reads streams of data from standard ...

View More