-
So far we have been using direct methods for computing the `logdet` and related terms required for maximizing the Bayesian evidence. However, for very large matrices, it could be advantageous to try s…
-
I found [this](https://twitter.com/PhDemetri/status/1637305586424356864?s=20l) summary of _marginaleffects:avg_comparisons()_ of [@PhDemetri](https://twitter.com/PhDemetri) very clear, useful and, in …
-
## New technique: Measurement error mitigation (by inverting confusion matrix)
### Problem
Mitiq needs more error mitigation techniques.
Measurement error mitigation is based on [Measurement …
-
Hi @MaxHalford! I want to introduce you to @harshithamenon, we were looking at different model choices for our errors project, and we didn't find anything for GMM. I found that "Mixture Models" are on…
-
Example: https://mila.quebec/en/publications/
It would be nice to reuse the same code as in the Mila website. Not sure if that's 'easily' possible via RTD
-
# Background
I'm trying to fix the SAT-parser disjunct cost calculations to get accurate linkage disjunct and sentence costs, and mostly succeeded with that. (See issue #188 on the ignoring the costl…
-
Need to some testing functionality to make sure we don't break anything as we're re-organizing the code.
#14 does the bulk of the work for this, but we still need at least a test function for the `…
-
Hi,
I have followed the steps in Example 4 to obtain the fault slip distribution in my study area. However, how can I get information from the results about the average slip angle and average slip of…
-
*Please fill in the following details as much as possible when submitting your issue as this will help with testing and reproducing the issue*
## Environment Information
*use `(print(MTfit.get_de…
-
This idea emerged in a discussion by @canyon289 on how to do posterior predictive sampling on new random vars.
The current solution is to add a new variable after sampling as in:
```python
with …