-
When model is over-parameterized, we sometimes run into hat matrix inversion problems that causes `BootstrapODPSample` to fail. Here is some offending code:
```python
import chainladder as cl
cl.B…
-
The highest Python version used by Watson Studio is 3.5. Do you have chainladder version that is compatible with one of the Watson Studio Python versions?
-
I tried to install a package on a [jupyter notebook](http://jupyter.org) `install.packages("ChainLadder", "/Users/mymac/anaconda/lib/R/library")` and I have this message when I load `library(ChainLad…
-
The standardized residuals which I am getting are different from the ones which R is throwing up.
I am unsure whether this is a bug since the fitted values are fine.
I am using {Average ATA (we…
-
Tried some of the examples listed in the 2.0.1 documentation.
In the pd.read_pickle() function the input name is converted to lower keys, but when installed from PIP many of the datasets is named …
-
https://github.com/mages/ChainLadder/blob/3ef97310bc4cb63675d66e3b6c672d0e518edb14/vignettes/ChainLadder.Rnw#L286
Hi,
Wonder if the example should be that "the age of the **13112** value, evalua…
-
I am one of the presenters at the R workshop at CLRS (2016). I was assigned the `ChainLadder` package. Here is my presentation in case you have any thoughts (no obligation, of course)
http://rpubs.com…
-
Line 85 in "Triangles.R" has a bug which leads to incorrect naming of columns:
In the following code, the order of "dev" and "origin" are swapped in the aggregate function and the line which names …
-
Did I miss something or is the Ultimates (method or attribute) missing from the Chainladder object? I looked at the code for it and it doesn't seem likes it there in the same form as the documentatio…
-
So perusing through this code I have a few suggestions. Gonna make a separate issue for each.
For the triangle class, why not use `pandas.Period` type for the origin labels of the pandas dataframe?…