Humphrey Yang

Results 48 comments of Humphrey Yang

Hi @mmcky, It seems that this is not affecting anything at the moment. I will keep an eye on the community post : )

Many thanks @mmcky, I think it is ready to be merged.

Many thanks for your reply @OriolAbril. > Everything should be documented at the path we expect users to use the object from. Here it is very clearly pymc.sample. So in...

Hi @mmcky, Strangely, after testing it under `pymc-5.10.2`, I found `pymc.sample` can still be called. It is only removed from the documentation. [`pymc.sampling.mcmc.sample`](https://www.pymc.io/projects/docs/en/latest/api/generated/pymc.sampling.mcmc.sample.html#pymc-sampling-mcmc-sample) does the same thing, perhaps it is...

Hi everyone, I will take this issue. Let me know if there is anyone else working on this :)

Hi @mmcky, Could you please kindly review this PR when you have time? Sorry for mentioning you directly since I haven't been granted access that allows me to request reviews...

>I left only a few np.dot in cases involving scalars. I noticed during the process that [the documentation](https://quanteconpy.readthedocs.io/en/latest/tools/lqnash.html) for parameter A of `nnash` function in _lqnash.py seems to indicate that...

Hi @mmcky, Many thanks for your suggestion! > Just checking when you say `scalar` do you mean multiply every element in a matrix by a scalar? The tricky case I...

Further comments by @pgrosser1: - [ ] Around 8.4.1, it might be helpful to note that matrix multiplication can be commutative in specific cases (which happen to be extraordinarily important...

Comments by @longye-tian: ## Content - [x] Give some motivations in the first section by finding a very simple linear dynamics - [x] If $n$ is an integer -> if...