-
Hello @b-remy and @EiffL. I would like to show you some of the results of changing the encoder and decoder depth on the log likelihood obtained. In principle, I defined 3 models with the following ch…
-
For example, our current implementation of `List.map` is the naive:
```scala
pub def flatMap(f: a -> List[b] & ef, l: List[a]): List[b] & ef =
def loop(ll, acc) = match ll {
…
-
For WLS `mxCompare` should show `model@output$fit` not the contents of `$Minus2LogLikelihood`
The relevant columns in mxCompare output are labels "LL" and "diffLL"
|base|comparison|ep|minus2LL…
-
The way the fitting is intended to work isn't clear from the existing documentation.
At present there are two main types of analysis: `OnlineFit` and `CustomAnalysis` (inconsistent naming is a litt…
-
Line: self.noise = np.std(diff) * 0.5 seems to be inconsistent with Frobenius term used in paper: ||M1-M2||/(2sqrt(mn)). Instead it should be np.sum(diff**2)**(0.5)/(2*n)?
Btw, isn't m=n=vocabulary…
-
Hopefully I am posting the question on the right repo.
We would like to estimate the penetrance of genetic factors on pedigrees with multiple outcomes, for example different types of cancers at dif…
-
In the spirit of #56, check the EDAnalyzers that were initially implemented in the [2015MiniAOD branch](https://github.com/cms-opendata-analyses/PhysObjectExtractorTool/tree/2015MiniAOD/PhysObjectExtr…
-
interesting relationship
Stata manual has a description and example how to estimate PHReg with a Poisson model in the ststcox.pdf
This needs stsplit to get repeated observations for each individual…
-
This package introduces a notion of a "power number" to represent algebraic singularities, which is useful for singular auto-diff, e.g. (sorry about the hard coded `ComplexF64`):
```julia
julia> ε =…
-
### Description
Since the riemann zeta function is very interesting in the critical strip of Re(s)=1/2 I think it would be very useful to implement a very fast method to evaluate zeta on that strip. …