- #1
edmondng
- 159
- 0
Is it possible to perform some form of data correction by finding the variance/std dev and covariance?
I have a bunch data all related to a specific observation. For test purposes, i have 1000 samples of each data for certain condition.
I can find the covariance between each data under this condition. So let's say i have 1000 values related to same condition (1000 samples for each value, then avg), i will then have a 1000x1000 covariance matrix with each diagonal being the variance for that data
eg:
Value A,B,C,D,E...AAZ
Each value is sampled 1000 times, then avg, find error and covariance
Lets say in the future i take reading for the same condition, is it possible to perform some form of data correction? Maybe with noise the information becomes distorted but by looking or comparing the noise with previous test samples the information can be corrected.
Any thought or help be appreciated.
Thanks
I have a bunch data all related to a specific observation. For test purposes, i have 1000 samples of each data for certain condition.
I can find the covariance between each data under this condition. So let's say i have 1000 values related to same condition (1000 samples for each value, then avg), i will then have a 1000x1000 covariance matrix with each diagonal being the variance for that data
eg:
Value A,B,C,D,E...AAZ
Each value is sampled 1000 times, then avg, find error and covariance
Lets say in the future i take reading for the same condition, is it possible to perform some form of data correction? Maybe with noise the information becomes distorted but by looking or comparing the noise with previous test samples the information can be corrected.
Any thought or help be appreciated.
Thanks