Winsorizing a 200x4 matrix
Ältere Kommentare anzeigen
Hi everybody. I am having some difficulties with how to winsorize data (matrix 200x4), thus give the extreme values in the bottom the values of the 2nd and 98nd percentile, respectively.
My 2013a version, does not seem to have the function?
The below is what I found on a forum. I truly hope someone can help.
stats::winsorize
Clamp (winsorize) extremal values expand all in page Syntax
stats::winsorize([x1, x2, …], α) stats::winsorize([[x11, x12, …], [x21, x22, …], …], α, i) stats::winsorize(s, α, i)
Antworten (0)
Kategorien
Mehr zu Spline Postprocessing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!