RV IO stands for Random Variables Input/Output. It contains MATLAB and C++ files that write and read realization of random variables as well as their covariance.
- Mathematial data generator that simulates data from mathematical models.
- The measurements are corrupted with noise and bias.
- C++ read/write functions.
The library is stored in the RV.h
header file. It contains two (nested) namespaces:
RV
for all functions converning random variables.IO
for input/output operations (such as writing, reading, importing, etc.).