bootstrapping on a large data set without loop

조회 수: 3 (최근 30일)
Sam
Sam 2017년 8월 7일
편집: Sam 2017년 8월 7일
I have a vector a(k,1) and a 3-dimensional matrix b(m,n,k). I want to use bootstrapping to see if the mutual information between a and b based on the 3rd dimension is significant or not. I can use this loop: for i=1:m for j=1:n bootci(1000,@mutualinfo,a,b(i,j,:)); end end ,but it is time consuming, is there any way that I can perfrom it without loop?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by