Search:

Type: Posts; User: laserlight

Search: Search took 0.27 seconds.

  1. Yes. The problem is that to update a...

    Yes.


    The problem is that to update a number's frequency, you need to look it up. However, the problem when looking up a floating point number is that, due to floating point inaccuracy, a...
  2. In that case, I suggest that you work with...

    In that case, I suggest that you work with integers first. The basic idea is to map the numbers to their corresponding frequencies. The simplest way is to just create a huge array of unsigned int,...
  3. Mode of a single number or modal class? I worry...

    Mode of a single number or modal class? I worry that floating point inaccuracy poses a problem with "finding the mode of an array of float numbers".
Results 1 to 3 of 3