[jira] [Work logged] (MATH-1551) Compute Percentile with Weighted Samples

2020-07-30 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/MATH-1551?focusedWorklogId=464763&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-464763
 ]

ASF GitHub Bot logged work on MATH-1551:


Author: ASF GitHub Bot
Created on: 30/Jul/20 22:09
Start Date: 30/Jul/20 22:09
Worklog Time Spent: 10m 
  Work Description: asfgit merged pull request #157:
URL: https://github.com/apache/commons-math/pull/157


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 464763)
Time Spent: 1h  (was: 50m)

> Compute Percentile with Weighted Samples
> 
>
> Key: MATH-1551
> URL: https://issues.apache.org/jira/browse/MATH-1551
> Project: Commons Math
>  Issue Type: New Feature
>Affects Versions: 4.0
>Reporter: institute for information industry
>Priority: Major
>  Labels: features, newbie
> Fix For: 4.0
>
> Attachments: Percentile.java
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> The class Percentile only support estimation on non-weighted samples.
> I've implement some function to estimate percentiles of weighted samples.
> here is the reference: 
> [https://stats.stackexchange.com/questions/13169/defining-quantiles-over-a-weighted-sample]!https://mail.google.com/mail/u/0?ui=2&ik=6059a2f2a6&attid=0.1&permmsgid=msg-a:r-8896240918589631988&th=1737bdaafc3e228f&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ_GwCQ-hqi0o7ZJTEqcl6JLYbFiR2Y1sqxPL8jDNzheraAkX0beEUtAM4BYI2v_5XGvzCPj2gTBQutHT9bF8hYh7MgdiGYZhn0HtDuVswuCSuwy8aJVsvy3EqI&disp=emb&realattid=ii_kcyrjgea0!
>  
> When all weights are equal to each other, it works like estimation on 
> non-weighted samples under R-7.
> I can't find formulas for other rules but at least, now it can evaluate 
> percentile for weighted samples.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (MATH-1551) Compute Percentile with Weighted Samples

2020-07-30 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/MATH-1551?focusedWorklogId=464645&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-464645
 ]

ASF GitHub Bot logged work on MATH-1551:


Author: ASF GitHub Bot
Created on: 30/Jul/20 16:48
Start Date: 30/Jul/20 16:48
Worklog Time Spent: 10m 
  Work Description: coveralls edited a comment on pull request #157:
URL: https://github.com/apache/commons-math/pull/157#issuecomment-663976272


   
   [![Coverage 
Status](https://coveralls.io/builds/32433828/badge)](https://coveralls.io/builds/32433828)
   
   Coverage decreased (-0.1%) to 90.655% when pulling 
**fe29577cdbcf8d321a0595b3ef7809c8a3ce0166 on 
iii-org-tw:MATH-1551-WeightedPercentile** into 
**90ea1c921825463e5f6ea9dcab6ac22152d7c8e4 on apache:master**.
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 464645)
Time Spent: 50m  (was: 40m)

> Compute Percentile with Weighted Samples
> 
>
> Key: MATH-1551
> URL: https://issues.apache.org/jira/browse/MATH-1551
> Project: Commons Math
>  Issue Type: New Feature
>Affects Versions: 4.0
>Reporter: institute for information industry
>Priority: Major
>  Labels: features, newbie
> Fix For: 4.0
>
> Attachments: Percentile.java
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> The class Percentile only support estimation on non-weighted samples.
> I've implement some function to estimate percentiles of weighted samples.
> here is the reference: 
> [https://stats.stackexchange.com/questions/13169/defining-quantiles-over-a-weighted-sample]!https://mail.google.com/mail/u/0?ui=2&ik=6059a2f2a6&attid=0.1&permmsgid=msg-a:r-8896240918589631988&th=1737bdaafc3e228f&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ_GwCQ-hqi0o7ZJTEqcl6JLYbFiR2Y1sqxPL8jDNzheraAkX0beEUtAM4BYI2v_5XGvzCPj2gTBQutHT9bF8hYh7MgdiGYZhn0HtDuVswuCSuwy8aJVsvy3EqI&disp=emb&realattid=ii_kcyrjgea0!
>  
> When all weights are equal to each other, it works like estimation on 
> non-weighted samples under R-7.
> I can't find formulas for other rules but at least, now it can evaluate 
> percentile for weighted samples.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (MATH-1551) Compute Percentile with Weighted Samples

2020-07-29 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/MATH-1551?focusedWorklogId=464192&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-464192
 ]

ASF GitHub Bot logged work on MATH-1551:


Author: ASF GitHub Bot
Created on: 29/Jul/20 17:46
Start Date: 29/Jul/20 17:46
Worklog Time Spent: 10m 
  Work Description: coveralls edited a comment on pull request #157:
URL: https://github.com/apache/commons-math/pull/157#issuecomment-663976272







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 464192)
Time Spent: 40m  (was: 0.5h)

> Compute Percentile with Weighted Samples
> 
>
> Key: MATH-1551
> URL: https://issues.apache.org/jira/browse/MATH-1551
> Project: Commons Math
>  Issue Type: New Feature
>Affects Versions: 4.0
>Reporter: institute for information industry
>Priority: Major
>  Labels: features, newbie
> Fix For: 4.0
>
> Attachments: Percentile.java
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> The class Percentile only support estimation on non-weighted samples.
> I've implement some function to estimate percentiles of weighted samples.
> here is the reference: 
> [https://stats.stackexchange.com/questions/13169/defining-quantiles-over-a-weighted-sample]!https://mail.google.com/mail/u/0?ui=2&ik=6059a2f2a6&attid=0.1&permmsgid=msg-a:r-8896240918589631988&th=1737bdaafc3e228f&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ_GwCQ-hqi0o7ZJTEqcl6JLYbFiR2Y1sqxPL8jDNzheraAkX0beEUtAM4BYI2v_5XGvzCPj2gTBQutHT9bF8hYh7MgdiGYZhn0HtDuVswuCSuwy8aJVsvy3EqI&disp=emb&realattid=ii_kcyrjgea0!
>  
> When all weights are equal to each other, it works like estimation on 
> non-weighted samples under R-7.
> I can't find formulas for other rules but at least, now it can evaluate 
> percentile for weighted samples.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (MATH-1551) Compute Percentile with Weighted Samples

2020-07-27 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/MATH-1551?focusedWorklogId=463583&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463583
 ]

ASF GitHub Bot logged work on MATH-1551:


Author: ASF GitHub Bot
Created on: 27/Jul/20 10:28
Start Date: 27/Jul/20 10:28
Worklog Time Spent: 10m 
  Work Description: coveralls edited a comment on pull request #157:
URL: https://github.com/apache/commons-math/pull/157#issuecomment-663976272


   
   [![Coverage 
Status](https://coveralls.io/builds/32340725/badge)](https://coveralls.io/builds/32340725)
   
   Coverage decreased (-0.1%) to 90.817% when pulling 
**96f1480b048e9b6c6aeafb0f2e4e94f745db49e0 on 
iii-org-tw:MATH-1551-WeightedPercentile** into 
**d0ed03c953bf436fc4dc32260c6018a7791c9efc on apache:master**.
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 463583)
Time Spent: 0.5h  (was: 20m)

> Compute Percentile with Weighted Samples
> 
>
> Key: MATH-1551
> URL: https://issues.apache.org/jira/browse/MATH-1551
> Project: Commons Math
>  Issue Type: New Feature
>Affects Versions: 4.0
>Reporter: institute for information industry
>Priority: Major
>  Labels: features, newbie
> Fix For: 4.0
>
> Attachments: Percentile.java
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The class Percentile only support estimation on non-weighted samples.
> I've implement some function to estimate percentiles of weighted samples.
> here is the reference: 
> [https://stats.stackexchange.com/questions/13169/defining-quantiles-over-a-weighted-sample]!https://mail.google.com/mail/u/0?ui=2&ik=6059a2f2a6&attid=0.1&permmsgid=msg-a:r-8896240918589631988&th=1737bdaafc3e228f&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ_GwCQ-hqi0o7ZJTEqcl6JLYbFiR2Y1sqxPL8jDNzheraAkX0beEUtAM4BYI2v_5XGvzCPj2gTBQutHT9bF8hYh7MgdiGYZhn0HtDuVswuCSuwy8aJVsvy3EqI&disp=emb&realattid=ii_kcyrjgea0!
>  
> When all weights are equal to each other, it works like estimation on 
> non-weighted samples under R-7.
> I can't find formulas for other rules but at least, now it can evaluate 
> percentile for weighted samples.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (MATH-1551) Compute Percentile with Weighted Samples

2020-07-26 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/MATH-1551?focusedWorklogId=463332&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463332
 ]

ASF GitHub Bot logged work on MATH-1551:


Author: ASF GitHub Bot
Created on: 26/Jul/20 11:28
Start Date: 26/Jul/20 11:28
Worklog Time Spent: 10m 
  Work Description: coveralls commented on pull request #157:
URL: https://github.com/apache/commons-math/pull/157#issuecomment-663976272


   
   [![Coverage 
Status](https://coveralls.io/builds/32326259/badge)](https://coveralls.io/builds/32326259)
   
   Coverage decreased (-0.1%) to 90.825% when pulling 
**88e07f599dacac7d226c68ea2d9e6d3807defcdb on 
iii-org-tw:MATH-1551-WeightedPercentile** into 
**d0ed03c953bf436fc4dc32260c6018a7791c9efc on apache:master**.
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 463332)
Time Spent: 20m  (was: 10m)

> Compute Percentile with Weighted Samples
> 
>
> Key: MATH-1551
> URL: https://issues.apache.org/jira/browse/MATH-1551
> Project: Commons Math
>  Issue Type: New Feature
>Affects Versions: 4.0
>Reporter: institute for information industry
>Priority: Major
>  Labels: features, newbie
> Fix For: 4.0
>
> Attachments: Percentile.java
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The class Percentile only support estimation on non-weighted samples.
> I've implement some function to estimate percentiles of weighted samples.
> here is the reference: 
> [https://stats.stackexchange.com/questions/13169/defining-quantiles-over-a-weighted-sample]!https://mail.google.com/mail/u/0?ui=2&ik=6059a2f2a6&attid=0.1&permmsgid=msg-a:r-8896240918589631988&th=1737bdaafc3e228f&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ_GwCQ-hqi0o7ZJTEqcl6JLYbFiR2Y1sqxPL8jDNzheraAkX0beEUtAM4BYI2v_5XGvzCPj2gTBQutHT9bF8hYh7MgdiGYZhn0HtDuVswuCSuwy8aJVsvy3EqI&disp=emb&realattid=ii_kcyrjgea0!
>  
> When all weights are equal to each other, it works like estimation on 
> non-weighted samples under R-7.
> I can't find formulas for other rules but at least, now it can evaluate 
> percentile for weighted samples.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (MATH-1551) Compute Percentile with Weighted Samples

2020-07-26 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/MATH-1551?focusedWorklogId=463331&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463331
 ]

ASF GitHub Bot logged work on MATH-1551:


Author: ASF GitHub Bot
Created on: 26/Jul/20 11:19
Start Date: 26/Jul/20 11:19
Worklog Time Spent: 10m 
  Work Description: iii-org-tw opened a new pull request #157:
URL: https://github.com/apache/commons-math/pull/157


   Add weighted percentile features to o.a.c.m.stat.descriptive.rank.Percentile.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 463331)
Remaining Estimate: 0h
Time Spent: 10m

> Compute Percentile with Weighted Samples
> 
>
> Key: MATH-1551
> URL: https://issues.apache.org/jira/browse/MATH-1551
> Project: Commons Math
>  Issue Type: New Feature
>Affects Versions: 4.0
>Reporter: institute for information industry
>Priority: Major
>  Labels: features, newbie
> Fix For: 4.0
>
> Attachments: Percentile.java
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The class Percentile only support estimation on non-weighted samples.
> I've implement some function to estimate percentiles of weighted samples.
> here is the reference: 
> [https://stats.stackexchange.com/questions/13169/defining-quantiles-over-a-weighted-sample]!https://mail.google.com/mail/u/0?ui=2&ik=6059a2f2a6&attid=0.1&permmsgid=msg-a:r-8896240918589631988&th=1737bdaafc3e228f&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ_GwCQ-hqi0o7ZJTEqcl6JLYbFiR2Y1sqxPL8jDNzheraAkX0beEUtAM4BYI2v_5XGvzCPj2gTBQutHT9bF8hYh7MgdiGYZhn0HtDuVswuCSuwy8aJVsvy3EqI&disp=emb&realattid=ii_kcyrjgea0!
>  
> When all weights are equal to each other, it works like estimation on 
> non-weighted samples under R-7.
> I can't find formulas for other rules but at least, now it can evaluate 
> percentile for weighted samples.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)