boundCorrection

Corrects the values in 2D-data, removing a linear trend either in the lower or upper bound.
17 download
Aggiornato 11 feb 2018

Visualizza la licenza

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.

Cita come

Santiago Benito (2025). boundCorrection (https://it.mathworks.com/matlabcentral/fileexchange/66010-boundcorrection), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2016a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

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

1.0.0.0