Mikael Jagan

Results 7 issues of Mikael Jagan

Re: #1025 `wday.numeric` gains an optional argument `week_start_x` indicating the coding of argument `x`. The default value is 7, meaning 1=Sunday, for backwards compatibility. Hence anyone doing `wday()` without specifying...

The Bunch-Kaufman factorization accessing the upper triangular part of `A` yields `A = U*D*U**T` _not_ `A = U**T*D*U`. There are three places in `SRC/dsytrf.f` where the factorization is stated incorrectly:...

Having `dlkj`, `dwishart`, and `dinvwishart` in one of the TMB namespaces would enable users to assign likelihoods to correlation or covariance matrices. I have implemented these [here](https://github.com/jaganmn/misc/tree/master/tmb_distributions). Documentation and tests...

```lang-none $ tar -x -f flint-3.1.3.tar.xz $ cd flint-3.1.3 $ LIBTOOLIZE=glibtoolize ./bootstrap.sh autoreconf: export WARNINGS=all autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac:...

By definition, $\zeta(s, a) = \Phi(1, s, a)$ and $\zeta(s) = \Phi(1, s, 1)$. `acb_dirichlet_lerch_phi(1, s, a, prec)` is indeterminate for `s` with real part less than or equal to...

A colleague of mine is trying to check FLINT built under macOS. He does not hit #2048, perhaps because his architecture is `x86_64` rather than `aarch64` ... ? But he...

I was excited to try your generative Large Language Model for generalized, linear or nonlinear, multivariate latent-variable mixed/multilevel modeling. It installs OK but none of the examples seem to work...

help wanted