Skip to content

Commit

Permalink
重新组织,将空间分析的部分独立出来
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangyunHuang committed Feb 1, 2024
1 parent 09ae8df commit 35a2f9c
Show file tree
Hide file tree
Showing 10 changed files with 147 additions and 152 deletions.
273 changes: 133 additions & 140 deletions README.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ book:
- analyze-text-data.qmd
- analyze-survival-data.qmd
- analyze-time-series-data.qmd
- part: "空间分析"
chapters:
- analyze-point-pattern.qmd
- analyze-spatial-data.qmd
- analyze-areal-data.qmd
Expand Down
2 changes: 1 addition & 1 deletion analyze-areal-data.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 空间区域数据分析 {#sec-analyze-areal-data}
# 区域数据分析 {#sec-analyze-areal-data}

## 苏格兰唇癌数据分析 {#sec-scotland-lip-cancer}

Expand Down
2 changes: 1 addition & 1 deletion analyze-network-data.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 网络分析 {#sec-analysis-network-data}
# 网络数据分析 {#sec-analysis-network-data}

```{r}
#| echo: false
Expand Down
2 changes: 1 addition & 1 deletion analyze-point-pattern.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 空间点模式分析 {#sec-analyze-point-pattern}
# 点模式数据分析 {#sec-analyze-point-pattern}

```{r}
#| echo: false
Expand Down
2 changes: 1 addition & 1 deletion analyze-spatial-data.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 空间点参考数据分析 {#sec-nuclear-pollution-concentration}
# 点参考数据分析 {#sec-nuclear-pollution-concentration}

```{r}
#| echo: false
Expand Down
2 changes: 1 addition & 1 deletion analyze-survival-data.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 生存分析 {#sec-survival-analysis}
# 生存数据分析 {#sec-survival-analysis}

> The fact that some people murder doesn't mean we should copy them. And murdering data, though not as serious, should also be avoided.
>
Expand Down
2 changes: 1 addition & 1 deletion analyze-text-data.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 文本分析 {#sec-analysis-text-data}
# 文本数据分析 {#sec-analysis-text-data}

```{r}
#| echo: false
Expand Down
2 changes: 1 addition & 1 deletion analyze-time-series-data.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 时序分析 {#sec-analyze-time-series-data}
# 时序数据分析 {#sec-analyze-time-series-data}

预测是非常古老的话题,几乎人人都想拥有预测未来的能力,唐朝袁天罡和李淳风的故事至今还广为流传。事实上,古时候只有至高无上的皇帝才可以去问钦天监了解星辰大海和国运命脉。时间序列数据的分析,以及根据分析得到的一般规律进行预测是经久不衰的命题。预测既包含一般规律指向的确定性,又有无法预知的不确定性,且**同时**包含认知局限带来的不确定性,后者往往更大。无休止地渴求往往伴随着巨大的挑战,而更大的挑战则是预测效果常常不能满足期待。

Expand Down
10 changes: 5 additions & 5 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ CI <- identical(Sys.getenv("CI"), "true")
#| message: false
xfun::session_info(packages = c(
"ggplot2", "gganimate", "ggrepel", "ggraph",
"ggridges", "ggsignif", "ggforce", "ggdensity",
"ggbeeswarm", "ggeffects", "ggnewscale",
"patchwork", "shiny", "plotly", "lattice",
"dplyr", "purrr", "tidyr", "data.table",
"ggplot2", "gganimate", "ggrepel", "ggdensity",
"ggridges", "ggsignif", "ggforce", "ggbeeswarm",
"ggeffects", "ggnewscale", "patchwork", "shiny",
"plotly", "lattice", "igraph", "tidygraph", "ggraph",
"dplyr", "purrr", "tidyr", "httr", "data.table",
"rsconnect", "knitr", "rmarkdown", "gt", "DT",
"mgcv", "glmnet", "lme4", "xgboost", "spaMM",
"sf", "stars", "terra", "INLA", "cmdstanr",
Expand Down

0 comments on commit 35a2f9c

Please sign in to comment.