Chase Coleman

Results 13 comments of Chase Coleman

No rush -- I have a suitable workaround. I just ran into this yesterday and wanted to raise an issue so I didn't forget about it.

Hermite splines aren't inherently cubic, but that seems to be the main use case. I don't know how hard it would be to generalize the implementation: - Linear: Not sure...

I haven't made time to finish this, so there isn't anything worth merging. Likely won't have a chance to do this before new year. Depends on how some other things...

Not sure I understand when you would use a column of zeros in a covariance matrix, doesn't that mean that the variance of that random variable would be zero? I...

Statsmodels seems to be licensed under Modified BSD (3-clause)

Haven't had a chance to carefully read this, but it may be of interest: https://github.com/airbnb/knowledge-repo

Hi @Guo-Zhang. This is great -- Thanks for giving us some feedback. We are always looking for constructive feedback from people using the code. I think what @jstac probably had...

I like both `Games.Examples` and `Games.Generators` I think `Games.Examples` feels a little more intuitive, but that is likely just personal preference.

I have a scalar version of this working, but am having issues getting the slicing to work in array version. I thought I'd throw this out there in case it...

A few thoughts: * In case others haven't seen already: @sglyon has already written routines for Julia that are a superset of the things done in the function approximation side...