I tried to look at the other language implementations and couldn't make heads or tails of it.
The issue is in polevl() here: https://github.com/pocketcombats/openskill-java/blob/master/src/main/java/com/pocketcombats/openskill/math/Gaussian.java#L67
The N parameter is unused. This N parameter is passed with very specific values and seems important, so it's looking like it was implemented incorrectly somehow, but as I said, I'm not entirely sure how the N should be used.
I tried to look at the other language implementations and couldn't make heads or tails of it.
The issue is in
polevl()here: https://github.com/pocketcombats/openskill-java/blob/master/src/main/java/com/pocketcombats/openskill/math/Gaussian.java#L67The N parameter is unused. This N parameter is passed with very specific values and seems important, so it's looking like it was implemented incorrectly somehow, but as I said, I'm not entirely sure how the N should be used.