Does Matlab have built in functions to deal with zero-inflated data?

4 views (last 30 days)
Does Matlab have built-in functions to deal with zero-inflated data. I would imagine the bioinformatics toolbox would have something, but I can't find it.
Thanks,
Vitaly
  4 Comments
Vitaly Kheyfets
Vitaly Kheyfets on 8 May 2018
In my case, I have zero-inflated continuous data. About half the patients have gene expression fold change ~ 0, but half have some continuous value.
I don't have a large enough sample size to split my data into expressed (for regression) vs. not expressed (for classification).
Steven Lord
Steven Lord on 8 May 2018
Can you tell us what specific operations you're looking to perform on your zero-inflated data? I don't know if there are specific functions designed to work on only zero-inflated data, but there may be functions that work on general data that have options that make them better able to handle zero-inflated data.

Sign in to comment.

Answers (1)

the cyclist
the cyclist on 8 May 2018
To my knowledge, there is nothing built in. This recent answer offered a couple ideas.
  1 Comment
Vitaly Kheyfets
Vitaly Kheyfets on 8 May 2018
Thanks for your comment. That post offers some ideas, but would not really work for my dataset. I think this is just a limitation of Matlab and might need a language like R.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!