Commit f26c332
Fix percentile estimator Javadoc to match ceil(p*N)-1 implementation
The Javadoc for MonteCarloRequest.percentiles still described the old
floor(p*N) estimator after the implementation was changed to
ceil(p*N)-1. Updated to accurately describe the current behavior
and note cross-platform parity with Axis2/C.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6433ce5 commit f26c332
1 file changed
Lines changed: 9 additions & 10 deletions
File tree
- modules/samples/userguide/src/userguide/springbootdemo-tomcat11/src/main/java/userguide/springboot/webservices
Lines changed: 9 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
206 | 205 | | |
207 | 206 | | |
208 | 207 | | |
| |||
0 commit comments