Toshiaki Asakura

Results 5 issues of Toshiaki Asakura

- [ ] closes (None) - [ ] tests (not tested) - [x] code/documentation is well formatted. - [x] properly formatted commit message. See [NumPy's guide](https://docs.scipy.org/doc/numpy-1.15.1/dev/gitwash/development_workflow.html#writing-the-commit-message). Although there is a...

type-enh
comp-base
comp-io
prio-elev

I recently tried to use negative binomial regression, but I found the result was not matched with R' mass glm.nb, and the same report was raised also in the StackOverflow....

comp-genmod
comp-discrete
FAQ

Currently, I use pandoc to embed results of tableone to markdown file. But if we export csv, there are duplicated names for index and column part, so I want `tabulate`...

I try to replicate `shocase/text-spiral.py` in my laptop. I tried to run the following code. ```python import mpmath mpmath.mp.dps = 15000 text = str(mpmath.pi) path = TextPath((0, 0), text, size=6,...

Dear all. I'm working to create my default sets for writing papers, but I stuck in the caption and legend part. Some papers require us to write the figure legend...