515 B
515 B
Summary
Summary
- All five tests properly work for a high number of points (
N = 50000
); - Properties comparison:
- The median estimation decreases in significe as
N
decreases; - The KDE for FWHM is the least stable test (not working for
N \leq 1000
); - the mode estimation swtill properly works for very few points (
N = 200
);
- The median estimation decreases in significe as
- KS still properly works for very few points (
N = 200
); - The Trapani test decreases in significe as
N
decreases.