-
When I try to create a batch of Multinomials by following the example in [http://edwardlib.org/api/ed/models/Multinomial](http://edwardlib.org/api/ed/models/Multinomial):
```
p = [[.1, .2, .7], [.…
-
-
# Overview
- [Motivation] `tagupy.design.generator`パッケージで作成された計画行列(`experience matrix`, `exmatrix`) を元に, 仮想的な実験結果(`result matrix`, `resmatrix`)を出力するモジュール, `Simulator`を作成したい
- [Why] 多くのDoE初学者にとって, 多種…
-
Dear lsasim team,
In the following example, I can generate correlated ordinal background variables
```
N
-
@codemzs Not finding multinomial NB as part of the ML.Net algorithms which we use for intent detection.
From nb sci kit learn libraries:
https://scikit-learn.org/stable/modules/generated/sklea…
-
With @amahboubi, @CohenCyril and @Sobernard we had a discussion about multivariate polynomials at Dagstuhl 18341. I'm creating an issue to keep a trace of our conclusions. Please feel free to amend …
-
I'm running models using the multinom() function from nnet package and realize I'm without a clear way to evaluate model fit. I've loved using DHARMa in the past, and wanted to see if there is a way t…
-
I am creating an assignment on chi-square using the multinomial test in JASP. In the first of my examples, the expected values are random (equal) and in the second example, the expected values are fro…
-
![image](https://user-images.githubusercontent.com/60999947/106924067-b62a5d00-66dc-11eb-9f4b-5495f3ed3658.png)
-
I am understanding correctly if I say that the `transprob()` function is a particular case of the `multinomial()` function? In the same sense that `exponential()` is a particular case of the `gamma()`…