Skip to content
Advertisement

Tag: area

Verify Median Value with Area Under the Curve Calculation

I want to calculate the area under this curve for confirmation that the size is correct. How would one go about doing this? I have a frequency plot below. The package utilized for this median calculation is here: https://github.com/nudomarinero/wquantiles I started with thinking the trapezoid method could be utilized to verify that value How can I write something so when

Advertisement