Jim Crotinger
Jim Crotinger
When doing post-STL smoothing of the seasonal component there can be artifacts at the edge. Here is a fit for some synthetic data.  have the following example: ``` import jnius_config jnius_config.add_options('-Xrs', '-Xmx4096') jnius_config.set_classpath('.', '/usr/local/fem/plugins/*') import jnius ``` I suspect that the second line should contain `-Xmx4096m`. As it is,...