統計解析R たぶんpart3くらい (587レス)
統計解析R たぶんpart3くらい http://mevius.5ch.net/test/read.cgi/tech/1340339592/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
レス栞
リロード規制
です。10分ほどで解除するので、
他のブラウザ
へ避難してください。
384: デフォルトの名無しさん [] 2021/06/06(日) 20:14:12.19 ID:pDnwGISN Rとは関係しないかもしれない: 1. [JavaScript and the next decade of data programming (2020) | Hacker News](https://news.ycombinator.com/item?id=27373388) インタラクティブな可視化 1. [Learn R Through Examples (2020) | Hacker News](https://news.ycombinator.com/item?id=27404103) 賛否両論 1. [Yann LeCun Deep Learning Course 2021 | Hacker News](https://news.ycombinator.com/item?id=27387154) ありがたや 1. [246B, Notes 3: Elliptic functions and modular forms | What's new](https://terrytao.wordpress.com/2021/02/02/246b-notes-3-elliptic-functions-and-modular-forms/) 四捨五入も"周期的"な関数`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); ``` http://mevius.5ch.net/test/read.cgi/tech/1340339592/384
398: デフォルトの名無しさん [] 2021/06/26(土) 13:40:20.41 ID:oCVQCLW/ 特典がいろいろありそう。 * [Modern Text Features in R](https://www.tidyverse.org/blog/2021/02/modern-text-features/) 話変わって>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 ()); }); ``` つづく http://mevius.5ch.net/test/read.cgi/tech/1340339592/398
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.020s