Publications by 学籍番号 氏名

Publish Document

10.05.2024

set.seed(2) u <- rnorm(n = 100, mean = -2, sd = 1) v <- rnorm(n = 100, mean = 2, sd = 2) hist(u, xaxt = 'n') COL <- c(rgb(255, 0, 255, 55, max = 255), rgb( 0, 0, 255, 55, max = 255)) hist(u, xaxt = 'n') axis(side = 1, at = seq(-5, 5, 0.5), labels = seq(-5, 5, 0.5)) hist(u,breaks = 'Scott', right ...

22 sym Python (4505 sym/12 pcs) 7 img

Publish Document

10.05.2024

d <- data.frame( u = c(10, 20, 30), v = c(40, 80, 90), w = c(20, 50, 40)) px <- seq(as.POSIXct("2023-01-01"), as.POSIXct("2023-03-01"), by = "month") rownames(d) <- px library(kableExtra) kable(d) |> kable_classic("striped", full_width = F) u v w 2023-01-01 10 40 20 2023-02-01 20 80 50 2023-03-01 ...

41 sym R (11631 sym/27 pcs) 8 img 1 tbl

Publish Document

07.05.2024

options(digits = 2) set.seed(2) d0 <- data.frame( u = rnorm(n = 100, mean = 0, sd = 1), v = rnorm(n = 100, mean = 2, sd = 2), w = rnorm(n = 100, mean = -2, sd = 3)) d <- round(d0, 2) str(d) ## 'data.frame': 100 obs. of 3 variables: ## $ u: num -0.9 0.18 1.59 -1.13 -0.08 0.13 0.71 -0.24 1.98 -0.14 ... ## $ v: nu...

42 sym R (8564 sym/32 pcs) 4 img

Gini Coefficient and Lorenz Curve

07.05.2024

ジニ係数とローレンツ曲線 太郎丸 博 2024-05-07 不平等の指標 所得や資産の不平等の指標として最もよく使われているのがジニ係数 変動係数や四分位範囲、四分位範囲を中央値で割った値(四分位範囲はスケールによって変わるが、中央値で割るとスケール�...

1360 sym 2 img 1 tbl

slides Descriptve Statitics Dsicrete Variable

07.05.2024

記述統計 太郎丸 博 2024-05-07 代表値と散らばりの尺度 平均値や中央値のように分布の「中心」を示す統計量を代表値、分散のように、個々の事例がどれぐらい異なる値をとっているかを示す統計量を散らばりの尺度と 代表値に関心が集まりやすいが、散ら�...

3836 sym 1 tbl

Descriptive Statistics of Discrete and Continuous Variables

30.04.2024

記述統計 太郎丸 博 2024-04-30 代表値と散らばりの尺度 平均値や中央値のように分布の「中心」を示す統計量を代表値、分散のように、個々の事例がどれぐらい異なる値をとっているかを示す統計量を散らばりの尺度と 代表値に関心が集まりやすいが、散ら�...

1563 sym 1 tbl

Publish Document

29.04.2024

set.seed(2) u <- rnorm(n = 100, mean = -2, sd = 1) v <- rnorm(n = 100, mean = 2, sd = 2) hist(u, xaxt = 'n') COL <- c(rgb(255, 0, 255, 55, max = 255), rgb( 0, 0, 255, 55, max = 255)) hist(u, xaxt = 'n') axis(side = 1, at = seq(-5, 5, 0.5), labels = seq(-5, 5, 0.5)) hist(u,breaks = 'Scott', right ...

22 sym Python (4505 sym/12 pcs) 7 img

test

25.04.2024

test Author liu Quarto Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org. Running Code When you click the Render button a document will be generated that includes both content and the output of embedded code. You can embed code like this: 1 + 1 [1] 2 ...

490 sym

ビジネス アナリティクス

19.04.2024

testtesttest Col1 Col2 Col3 1 7 6 2 8 5 3 9 4 見出し1 見出し2 見出し3 てすとてすとてす ああああ 強調...

42 sym 1 tbl

ヒストグラム

19.04.2024

Col1 test2 Col3 1 7 6 76 6486 9 5 980 875 見出し1 てすとテストテスト あああ 強調 ああ亜 見出し2 見出し3...

46 sym 1 tbl