bflSmooth_matrices_factory | R Documentation |
This function factory returns a clone of bflSmooth_matrices_impl that gives
the same results than the original function but uses cache to store computed matrices,
which is useful when making a large number of similar calls, like calls to
threeRuleSmooth()
with the same hfserie but different lfserie,
or to twoStepsBenchmark()
with different lfserie of the same length.
bflSmooth_matrices_factory(cache_size = 100L)
bflSmooth_matrices_factory is only run at build time.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.