I have numerically simulated and experimental data, I want to compare them and find the variation against numerical data. I do not have any idea about it. I just plotted experimental and simulated data. Using the ListLine plot code:
a1 = Import[
"C:\\Users\\zone\\Dropbox\\2layer deformation\\MNS@2layer Def\\FEA \
data\\O200umEX.txt", "Data"];
a2 = Import[
"C:\\Users\\zone\\Dropbox\\2layer deformation\\MNS@2layer Def\\FEA \
data\\O200umFEA.txt", "Data"];
ex = ListLinePlot[a1, PlotMarkers -> {Automatic, 5}];
FEA = ListLinePlot[a2, PlotStyle -> Red];
Show[{ex, FEA}]
Simulated datasimulated data
experimental data
VarianceTestand dependency tests likeCorrelationTest,PearsonCorrelationTestand so on. $\endgroup$PearsonChiSquareTest$\endgroup$