필터 지우기
필터 지우기

Number of flops for finding the co-variance of matrix of size K*1

조회 수: 2 (최근 30일)
Can someone please tell me what is the number of flops ( floating point operations ) required to find the co-variance of matrix of size K*1? Please help me.
Thanks. Kalpana

채택된 답변

Walter Roberson
Walter Roberson 2014년 2월 17일
The best we can really do is talk about the computational complexity; see http://www.sciencedirect.com/science/article/pii/0045790683900290
Number of flops depends upon exact implementation. In turn that depends upon the size of the matrix; if it is sufficiently small then MATLAB would calculate it internally, but for larger matrices it would pass the data through an optimized mathematics library.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by