-
Dr. Jonathf,
First of all, thank you for your time.
Currently I'm trying to obtain same results as a example research paper about Uncertainty Quantification. With the main goal to compare results…
-
Hi again!
My hard drive recently crashed, and I am trying to reinstall per the instructions that I wrote, but for some reason when I try to access localhost/kontext on the browser it returns a 404 …
-
```r
col
-
for example how to solve the PV=nRT gas equation for error analysis of different experimental variable errors in p, V and T measurements
-
Following the "Deploy without Vagrant" Wiki article.
With an inventory file of
```
[mons]
ceph-mon1
[osds]
ceph-osd1
ceph-osd2
[clients]
ceph-client1
[rgws]
ceph-rgws1
```
A…
-
Following on #1153:
Current state of `textstat_*` functions:
| function | output object | row.names | dimension(s) | name |
|:--------|:---------|:------|:------|:-----|
| `textstat_collocatio…
-
Bellman residualが再現できてないです。新しいgrid引きなおして元のモデルとの差をプロットしているのですが、どこかおかしいでしょうか。
https://github.com/keiikegami/IRG/blob/master/share_game.ipynb
-
It might make sense to have it in NLsolve.jl, or it might make sense to have a FixedPoint.jl separately. Regardless, here is a rough example of the simplest algorithm I was thinking of. Two versions…
-
I thought we had addressed this already, but maybe this is part of #719.
### for tokens
Define two sets of tokens, simple unigrams and space-separated bigrams:
```r
(toks
-
If we pass a set of documents (e.g. tweets) to the `from_documents()` method we also get bigrams that never appeared in any document. This is due to `_itertools.chain(*documents)`, which collapses all…