Bootstrapping a square matrix

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
SaiDileep Kola 2019 年 7 月 19 日

0 投票

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.
You may also refer to the documentation:https://www.mathworks.com/help/stats/bootci.html

カテゴリ

ヘルプ センター および File ExchangeGenomics and Next Generation Sequencing についてさらに検索

質問済み:

2019 年 7 月 10 日

回答済み:

2019 年 7 月 19 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by