-
Great job with the package!
According to this [paper](http://faculty.chicagobooth.edu/bryan.kelly/research/pdf/volfor.pdf), the TARCH model outperforms other models.
Would be great if this was added…
-
hi
thanks a lot for offering that great tool box. I am trying to run cnn_mint but I have this error:
learning rate changed (0.000000 --> 0.001000): resetting momentum
training: epoch 01: processing b…
-
```
>What steps will reproduce the problem?
No problem. New feature request.
>What is the expected output? What do you see instead?
I expect to address bookbalance FirstDerivative, SecondDerivative …
-
```
>What steps will reproduce the problem?
No problem. New feature request.
>What is the expected output? What do you see instead?
I expect to address bookbalance FirstDerivative, SecondDerivative …
-
```
>What steps will reproduce the problem?
No problem. New feature request.
>What is the expected output? What do you see instead?
I expect to address bookbalance FirstDerivative, SecondDerivative …
-
Just some cleanup of unnecessary duplicate error code. exit 0 only occurs one place. Everything else is an error.
diff --git a/build/gapps.sh b/build/gapps.sh
index b800cf2..2528f68 100644
--- a/buil…
-
Dear Devs,
I have found an issue with the ModelManager which lead to a segfault. I have updated the HistogramFitter example with a second TF1 with the BG only hypothesis and tried to calculate the Ba…
-
getmd5 function does not write md5sum file for zip. Isn't an md5sum useful for installation on devices?
function getmd5(){
if [ -x $(which md5sum) ]; then
echo "md5sum is installed, getti…
-
```
>What steps will reproduce the problem?
No problem. New feature request.
>What is the expected output? What do you see instead?
I expect to address bookbalance FirstDerivative, SecondDerivative …
-
In volatility.py, in GARCH class, function simulate, the following code:
sigma2[:max_lag] = initial_value *\* inv_power
data[:max_lag] = sqrt(sigma2[:max_lag]) \* sign(errors[:max_lag])
seems to be ta…