boundCorrection

버전 1.1.0.0 (1.9 KB) 작성자: Santiago Benito
Corrects the values in 2D-data, removing a linear trend either in the lower or upper bound.
다운로드 수: 17
업데이트 날짜: 2018/2/11

라이선스 보기

This function is a by-product of my PhD work. I used it to correct bounded data that has a trend either in its lower or its upper bound. This is particularly useful when you know a given data set cannot take lower (or upper) values than a certain threshold but yet it does, due for example to measuring errors. An example script is also included to help understand and use the code.

인용 양식

Santiago Benito (2024). boundCorrection (https://www.mathworks.com/matlabcentral/fileexchange/66010-boundcorrection), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

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

Added input array size check.
Added trend line function as output.
Added example file.

1.0.0.0