SEP - An Algorithm for Converting Covariance to Spherical Error Probable

버전 1.0.0.0 (1.35 KB) 작성자: Michael Kleder
An algorithm for converting covariance to spherical error probable.
다운로드 수: 5.1K
업데이트 날짜: 2004/8/16

라이선스 없음

This function computes Spherical Error Probable radius from inputs consisting of the square roots of the eigenvalues of a covariance matrix (equivalently, from sigma-x, sigma-y, and sigma-z, of a trivariate normal distribution in a coordinate system where there is no cross-correlation between variables.) This means that if you have a covariance matrix and wish to compute the S.E.P., simply obtain the square roots of the eigenvalues and use these as inputs. For example, list them via "sqrt(eig(C))" where C is your covariance matrix.

The S.E.P. is the radius of a sphere which contains a fraction of probability equal to the input "prob," which is asumed to be 0.5 if omitted.

Note: if one of the input sigmas is significantly smaller than both others, calculation time may rise.

By uncommenting a labeled line of code, the user can enter a diagnostic mode to verify the accuracy of this algorithm for whatever inputs are specified.

The mathematical formulas contained herein were created by the author and are copyrighted. Feel free to use them provided you credit the author: Kleder, Michael. "An Algorithm for Converting Covariance to Spherical Error Probable" Mathworks Central File Exchange, 2004.

인용 양식

Michael Kleder (2024). SEP - An Algorithm for Converting Covariance to Spherical Error Probable (https://www.mathworks.com/matlabcentral/fileexchange/5688-sep-an-algorithm-for-converting-covariance-to-spherical-error-probable), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R13
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Guidance, Navigation, and Control (GNC)에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0