elsasserlab / labcode

Utils to perform frequent data analyses in the lab.
GNU General Public License v3.0
0 stars 1 forks source link

Trim by quantile #73

Closed shaorray closed 4 years ago

shaorray commented 4 years ago

I added the function mentioned this morning, have used it for a week.

It can adjust the range by itself, to save some number of tries. And increase result the correlation test, when distribution is skewed and far away from log-normal.

The extreme values will be limited at the indicated quantile, could create a artificial peak on the distribution.

The function uses recursive, performance is good.