fabio fumarola
fabio fumarola
``` python from numpy import cumsum, log, polyfit, sqrt, std, subtract from numpy.random import randn def hurst(ts): """Returns the Hurst Exponent of the time series vector ts""" # Create the...
In order to avoid storing default values into Hbase we have to change how the fields are mapped. My proposal is to change the type HBaseData from ``` scala type...
minor typo
Not working with play 2.6 and scala 2.11
I have found some minor errors in the comments while reading the documentation
typo in the prompt definition ### Motivation and Context ### Description ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The...
fixed stumpy url
The file implies does not override any superclass method.
Konfy is used in conjunction with browserify and should be used in two phases: pre-browserification: the ENV variables need to be loaded before browserify compiles the client-side code. ``` var...