mathnet / mathnet-numerics

Math.NET Numerics
http://numerics.mathdotnet.com
MIT License
3.48k stars 895 forks source link

Update DescriptiveStatistics.md #1077

Open TechProofreader opened 3 months ago

TechProofreader commented 3 months ago

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: https://github.com/mathnet/mathnet-numerics/blob/f19641843048df073b80f6ecfcbb229d3258049b/src/Numerics/Statistics/RankDefinition.cs#L48

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