Percentage agreement between data sets - automate
Show older comments
I am currently trying to automate several processes that I do repeatedly. I have recently gotten the stats toolbox. Is there a function on there that automatically calculated percentage agreement between theoretical and experimental datasets? For example X = DATASET (A large vector of over two hundred values) and Y = Theoretical data
Accepted Answer
More Answers (1)
the cyclist
on 24 Sep 2015
0 votes
I don't think there will be anything "out of the box" that will do exactly what you want, but this seems very easy to program to me. You'll need to be precise in what you mean by "agreement", and address some simple logistical issues.
For example
- Are you doing pairwise comparison, or population-level comparison?
- Are the theoretical and experimental datasets already in one-to-one correspondence, or do you need to do some sorting?
- Does agreement need to be perfect, or is 1.00001 equal to 1?
etc.
Categories
Find more on Descriptive Statistics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!