ac-nh-turnip-prices for BananaNetwork - to apply required patches before release or release in async to the official version https://github.com/mikebryant/ac-nh-turnip-prices
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
mcpower 68024da9c6 Various improvements to PDF
- Use [x, x+1) instead of [x-0.5, x+0.5), ensuring that min_value() and
  max_value() return integers
- Fix range_of and max_value being off by epsilon
- Use improved Kahan–Babuska algorithm for floating point summation

These improvements:
- improve the accuracy of PDF by at least a factor of 2 when calculating
  the Irwin-Hall distribution with n=3 (see associated PR with test code)
- fixes pdf.range_limit([pdf.value_start, pdf.value_end]) incorrectly
  mutating the PDF and returning a value that is not 1
- fixes the decreasing pattern with buy=100 incorrectly being calculated
  with max predictions which are 1 too high
4 years ago
css Update styles.css 4 years ago
img feat: Updated the website favicon and PWA icon 4 years ago
js Various improvements to PDF 4 years ago
locales Merge pull request #232 from DotnetChen/master 4 years ago
CNAME Create CNAME 4 years ago
LICENSE Initial commit 4 years ago
NOTICE docs: Add notice file 4 years ago
README.md Update README.md 4 years ago
favicon.ico feat: Updated the website favicon and PWA icon 4 years ago
index.html Revert "fix: Remove animation" 4 years ago
manifest.json feat: Updated the website favicon and PWA icon 4 years ago
service-worker.js Change tab -> 2 space 4 years ago

README.md

ac-nh-turnip-prices

discord

Price calculator/predictor for Turnip prices

Scope

This tool is:

  • A predictor for future prices that week
  • Able to calculate probabilities for different futures
  • Able to show data from a query string
  • A single page web-based app

This tool is not:

  • A calculator for how much money you'll make
  • A way to count your turnips
  • A way to store multiple people's islands
  • Something with a backend