Filter löschen
Filter löschen

Bootstrapping a square matrix

2 Ansichten (letzte 30 Tage)
Bio_Ing_Sapienza
Bio_Ing_Sapienza am 10 Jul. 2019
Beantwortet: SaiDileep Kola am 19 Jul. 2019
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?

Antworten (1)

SaiDileep Kola
SaiDileep Kola am 19 Jul. 2019
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

Kategorien

Mehr zu Genomics and Next Generation Sequencing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by