John Stachurski
John Stachurski
OK, I remember better now. You thought about all of this very carefully. My comment in #237 (thanks for opening a new issue) is mainly about the error, which to...
@oyamad I'm not sure, to be honest. I guess it felt strange that I got an error message when I requested a property. That's why it felt like the implementation...
I fully agree, for all the reasons mentioned by @rht . The only thing is that it would have to be quite consistent across the lectures, and that's a large...
It's hard for me to judge demand for that --- but I imagine it might be popular if supported by a notebook exposition.
@albop Thanks for these suggestions. It makes sense for matrix equations to be treated systematically and located in the same module. @cc7768 is currently working on this.
I would like to avoid adding a dependency such as `slycot` unless it's really critical. Here's a discussion of algorithms for generalized Sylvester equations with a link to a paper:...
It would be useful if the copulas could be initialized directly with parameters, rather than forcing the user to initialize them with data (from which parameters are estimated).
@mmcky Right. `ambhas` also has old dependencies and a bunch of stuff we wouldn't need so it would still be valuable to put together our own code. There's a fair...
@spencerlyon2 This sounds sensible --- the integral is often in the innermost loop, so computing nodes and weights once off should give a big gain.
Thanks @AgustinCB ! You're 100% right. I'll put in a fix that will show up over the next week or so. Your comments also remind me that I want to...