> 2. I'm new to apache. Is there a workflow for people to contribute code to the repository? Information is scattered on different web pages.
considering you are talking about commons-math, you might create a JIRA ticket first, at https://issues.apache.org/jira/browse/ then you can create a pull requst at github, linking the JIRA ticket you created. > 1. I want to make PR but I'm not sure if its okay that implement it only for R-7 temporally because it's hard to find the version for each rule. do it. since you've implemented the codes, you can create this pr first, and if this not suitable, they will tell you. 余政倫 <r08922...@csie.ntu.edu.tw> 于2020年7月23日周四 下午10:03写道: > For some reason, > I need to build a function to compute percentiles of weighted samples. > The only formula I found to estimate weighted percentile is: > [image: image.png] > This formula corresponds to R-7 (one of the current rules to estimate with > non-weighted samples.) > I have implemented it and face two problem: > 1. I want to make PR but I'm not sure if its okay that implement it only > for R-7 temporally because it's hard to find the version for each rule. > 2. I'm new to apache. Is there a workflow for people to contribute code > to the repository? > Information is scattered on different web pages. > > Thanks > >