Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Corrected some LaTeX typos and formatting errors, corrected some spelling and grammatical mistakes, converted a written list into easier to read bullet points, and removed a section at the top that did not seem necessary.
Regarding the section on Rank Statistics, the definition for the EmpiricalCDF is missing. It's also missing an inline comment definition in the actual code for the RankDefinition Enum found here:
mathnet-numerics/src/Numerics/Statistics/RankDefinition.cs
Line 48 in f196418
I'm assuming it simply returns an array of data points ordered from lowest to highest against their percentiles, but before I add the definition in, I figured it would be best to hear some feedback on the definition to cross check my understanding.
Take Care