I am researching jobs scheduling using a heuristic algorithm. I want to prove that the solutions, obtained by the heuristic algorithm are close to the optimal solution.

I have experimental data sets with 100 values for each, obtained by the heuristic and the exact algorithm. My idea is to show that the two experimental data groups belong to the same general totality. For this I am doing the following:

1. Proving the normal distribution of the two data sets using the Pearson's chi-squared test.

2. Performing Student's t-test to show, that the data sets with normal distribution belong to the same general totality.

I am not an expert in statistical analysis. Is my thinking correct?

Similar questions and discussions