統計解析R たぶんpart3くらい (587レス)
前次1-
抽出解除 レス栞

リロード規制です。10分ほどで解除するので、他のブラウザへ避難してください。
384
(1): 2021/06/06(日)20:14 ID:pDnwGISN(1) AAS
Rとは関係しないかもしれない:

1. [JavaScript and the next decade of data programming (2020) | Hacker News](外部リンク:news.ycombinator.com
インタラクティブな可視化
1. [Learn R Through Examples (2020) | Hacker News](外部リンク:news.ycombinator.com
賛否両論
1. [Yann LeCun Deep Learning Course 2021 | Hacker News](外部リンク:news.ycombinator.com
ありがたや
1. [246B, Notes 3: Elliptic functions and modular forms | What's new](外部リンク:terrytao.wordpress.com
四捨五入も"周期的"な関数`round (x + n) = round (x) + n`

``` {python round_py}
import numpy;
import mpmath;

def round_theta (x, h = 1e-6):
q = mpmath.exp (- 0.5 / h);
z = lambda x: x / 2j / h;
x = [mpmath.re (
mpmath.jtheta (3, z (x), q, 1) / 2j / mpmath.jtheta (3, z (x), q, 0)
) for x in x];
return numpy.array (x, dtype = numpy.float64);
```
398: 2021/06/26(土)13:40 ID:oCVQCLW/(1/3) AAS
特典がいろいろありそう。
* [Modern Text Features in R](外部リンク:www.tidyverse.org

話変わって>384の続き まずコードを並べる。

``` {r dict, dependson = "round_py"}
dict = with (new.env (), {
who_max_h = \(h) \(x) {
x = x - max (x);
x = exp (x / h);
x / sum (x);
};
who_min_h = \(h) \(x) who_max_h (h) (- x);
ge_h = \(h) \(x) 0.5 * (1 + tanh (0.5 * x / h));
le_h = \(h) \(x) ge_h (h) (- x);
as.list (rlang::current_env ());
});
```
つづく
前次1-
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.030s