-
Hi, I'm new to population genetics and I'm currently using OTTERS for TWAS analysis and I have obtained the following result files: lassosum.txt, P0.001.txt, P0.05.txt, PRScs.txt, and SDPR.txt.
My …
-
I tried to understand how plotting critical difference in fuzzbench works and I see that you use [number of benchmarks](https://github.com/google/fuzzbench/blob/master/analysis/plotting.py#L479) when …
-
A interesting added feature could be functionality for exploring potential data biases of analytical datasets.
- taxonomic biases (ie calculate taxonomic distinctness of subsets of complete case speci…
-
Just a high-level outline of what I think would be useful to cover based on Leticia's notebooks and how I use Julia. We definitely should get more specific with the layout and who teaches what, but fo…
-
What other types of simulations are you interested in adding? I could write a few in my spare time.
-
I noticed that the current toolkit only supports Conv2D and Dense models. But in practical application and research, we often use time series data to predict. So I want to know whether this theory is …
-
I started to use the library in practice and I found a caveat of our current design. Let's say I want to compute a bias correction *and* the variance of an estimator. If I naively call `resample.jackk…
-
# Abstract
The theory of open quantum system supports most modern research in quantum mechanics and its applications in many areas. In this project, we would like to design an algorithm which utilize…
-
Currently, when comparing two groups and the groups are normal, Student's t-test is used if the variances are not unequal, and Welch's t-test is used if the variances differ.
In fact, Welch's t-tes…
-
#624 parameterized link function
#3224 nonlinear transformation to normality
AFAIU:
link function GLM, single index models use
`E(y|x) = f(x b)`
transformation model uses
`z = f(y|x) ~ N(g(x b…