You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For certain combinations of parameters, the fp_correction will yield inf.
E.g. for h=2, fpr=0.1, the function collapses at around 355 TB: WolframAlpha Plot
Idea:
Set f_h to a high number to discourage splitting (inf is actually a high number :))
The text was updated successfully, but these errors were encountered:
Not really, but it may cause trouble in the future.
It seems to be more a problem of x^y being 0 for any positive x < 1 and large enough y, and not so much that there is no correction factor.
For certain combinations of parameters, the fp_correction will yield
inf
.E.g. for
h=2
,fpr=0.1
, the function collapses at around355
TB: WolframAlpha PlotIdea:
f_h
to a high number to discourage splitting (inf
is actually a high number :))The text was updated successfully, but these errors were encountered: