【发布时间】:2021-03-30 22:08:07
【问题描述】:
Markdown 上引用文本的字体与其余(未引用)文本相比通常太大。这是一个例子:
使用 RStudio 生成
#####Intution:
> **[Identification of an MA model is often best done with the ACF rather
> than the PACF]((https://onlinecourses.science.psu.edu/stat510/node/62))**.
>
> For an MA model, the theoretical PACF does not shut off, but instead
> tapers toward 0 in some manner. A clearer pattern for an MA model is
> in the ACF. The ACF will have non-zero autocorrelations only at lags
> involved in the model.
>
> A moving average term in a time series model is a past error (multiplied by a coefficient).
The $q^{\text{th}}$-order moving average model, denoted by MA(q) is
【问题讨论】:
-
你可能不得不对底层的 CSS 做一些事情(也许你可以在你的 markdown 文件中用适当的 CSS 指令覆盖这个
<div>元素的定义)。我不是这方面的专家,所以我希望有人能来。 -
@Ben Bolker 谢谢。似乎它确实发生了。