Looking for packages available for multiple imputation (for missing data) in Matlab

19 views (last 30 days)
I am working on a research project that involves the need to fill in missing data in a matrix. I have seen a few posts proposing ways of doing this using knnimpute, but was wondering if there was a package out there (Toolbox?) that would do this in Matlab using a broader set of methods. I have seen some references to this in some academic papers, but the links seem to be outdated. Is there a standard package for this?
Any help appreicated.

Answers (1)

Steven Lord
Steven Lord on 4 Mar 2023
Does the fillmissing function provide the method or methods you want to use to fill the missing values in your data sets? If not, are there specific methods that you are looking to use?
  2 Comments
Frank
Frank on 4 Mar 2023
Perhaps a dumb question on my part, but is there a specific listing of what fillmissing is doing?
Frank
Frank on 4 Mar 2023
Okay, but reviewed that function. Looks like the answer would be no. If there a package that does some type of multiple imputation?

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!