Bootstrapping a square matrix
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi everyone. I'm in the necessity to understand how to bootstrap a square matrix in order to get the confidence interval for the following phylogenetic tree that I have to draw. Any suggestions?
답변 (1개)
SaiDileep Kola
2019년 7월 19일
To bootstrap square matrix to get confidence intervals you can use the function
Ci = bootci(nboot,bootfun,your_square_matrix):
You may restructure the tree in to the square matrix to give input to the function.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!