Conversation
|
@kmdalton some advice needed here regarding the FW algorithm parameters. From a user's point of view, I'd like to hide as many of the parameters as possible (bins, bin width, sigma). Those are a bit mysterious for me, so I assume they will also be out of the domain of knowledge of a 99% of users -- and we don't provide any help/guidelines at present. Are the defaults here robust & sane? Better: can we algorithmically pick optimal (or at least sensible) values? |
|
Let's chat offline. The gist is that the default parameters should work for a large range of examples, but it is probably possible and better to infer reasonable values from the inputs. |
|
Notes from quick chat with @kmdalton on the phone just now: For the default parameters
Then, this script probably should go into |
This PR implements a simple script that exposes
rs's French-Wilson algorithm to the command line. Addressing #51