Jim Crotinger

Results 3 issues of 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. ![screen shot 2017-07-14 at 5 30 46...

bug

Hi @brandtg, I've been looking for a Java STL package and was psyched to find that you were working on one! My first comparison with the Java code was for...

The API docs [here](http://pyjnius.readthedocs.io/en/latest/api.html#jvm-options-and-the-class-path) 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,...