mapfiable
mapfiable
Hi @amasegian, I'm experiencing the exact same issue. Thanks for tracking down the cause, I would have never guessed it. Can you please post the code that you used to...
Ah, thanks! That makes sense. So far, my solution was to simply set it to `np.pi/2`, but I like your solution better.
I know this is technically not a fix, but at least it is a workaround that worked for me. I encountered this problem trying to run `np.mean()` of an array...
Hi @marinecourtin, how you compute the constant depends on your problem / what relation you are trying to fit. In case your data are drawn from a continuous powerlaw distribution,...
> 'where xi, i=1,...,n, are the observed values of x such that xi≤xmin' > > I think there is a type here, xmin should be less or equal than xi,...
Ah, I see. I'm no mathematician, but as far as I can tell, MLE gives you the mathematically exact solution for alpha, while simulating p(x) is just an estimate, which...
**EDIT** I had a few misconceptions, so I updated the post. I was trying to use this for the note creation template, however in a slightly changed form, so that...
@hans > Hi all, I'm impressed by your Handlebars solutions here! CSL-driven automatic rendering of inline citations will be coming in the next major release. Stay tuned! Hi @hans, is...
@soma2000-lang thank you! I've just updated my code to my current version. It can probably still be improved a lot, but at least it seems to be working as intended,...
Ok, it works for `head_starts_at_zero`, the only thing I haven't figured out yet is why `shape='left'` doesn't work.