Scroll Top
19th Ave New York, NY 95822, USA

数学代写|统计计算作业代写Statistical Computing代考|Multivariate normal distributions

如果你也在 怎样统计计算Statistical Computing这个学科遇到相关的难题,请随时右上角联系我们的24/7代写客服。统计计算Statistical Computing是统计学和计算机科学之间的纽带。它意味着通过使用计算方法来实现的统计方法。它是统计学的数学科学所特有的计算科学(或科学计算)的领域。这一领域也在迅速发展,导致人们呼吁应将更广泛的计算概念作为普通统计教育的一部分。与传统统计学一样,其目标是将原始数据转化为知识,[2]但重点在于计算机密集型统计方法,例如具有非常大的样本量和非同质数据集的情况。

许多统计建模和数据分析技术可能难以掌握和应用,因此往往需要使用计算机软件来帮助实施大型数据集并获得有用的结果。S-Plus是公认的最强大和最灵活的统计软件包之一,它使用户能够应用许多统计方法,从简单的回归到时间序列或多变量分析。该文本广泛涵盖了许多基本的和更高级的统计方法,集中于图形检查,并具有逐步说明的特点,以帮助非统计学家充分理解方法。

my-assignmentexpert™统计计算Statistical Computing作业代写,免费提交作业要求, 满意后付款,成绩80\%以下全额退款,安全省心无顾虑。专业硕 博写手团队,所有订单可靠准时,保证 100% 原创。my-assignmentexpert™, 最高质量的统计计算Statistical Computing作业代写,服务覆盖北美、欧洲、澳洲等 国家。 在代写价格方面,考虑到同学们的经济条件,在保障代写质量的前提下,我们为客户提供最合理的价格。 由于统计Statistics作业种类很多,同时其中的大部分作业在字数上都没有具体要求,因此统计计算Statistical Computing作业代写的价格不固定。通常在经济学专家查看完作业要求之后会给出报价。作业难度和截止日期对价格也有很大的影响。

想知道您作业确定的价格吗? 免费下单以相关学科的专家能了解具体的要求之后在1-3个小时就提出价格。专家的 报价比上列的价格能便宜好几倍。

my-assignmentexpert™ 为您的留学生涯保驾护航 在统计计算Statistical Computing作业代写方面已经树立了自己的口碑, 保证靠谱, 高质且原创的统计计算Statistical Computing代写服务。我们的专家在统计计算Statistical Computing代写方面经验极为丰富,各种统计计算Statistical Computing相关的作业也就用不着 说。

我们提供的统计计算Statistical Computing及其相关学科的代写,服务范围广, 其中包括但不限于:

  • 随机微积分 Stochastic calculus
  • 随机分析 Stochastic analysis
  • 随机控制理论 Stochastic control theory
  • 微观经济学 Microeconomics
  • 数量经济学 Quantitative Economics
  • 宏观经济学 Macroeconomics
  • 经济统计学 Economic Statistics
  • 经济学理论 Economic Theory
  • 计量经济学 Econometrics
数学代写|统计计算作业代写Statistical Computing代考|Multivariate normal distributions

统计代写

数学代写|统计计算作业代写Statistical Computing代考|important multivariate

One of the most important multivariate distributions is the multivariate normal distribution. In this section, we will derive the basic properties of the multivariate normal distribution and will discuss how to generate samples from this distribution.

Definition 2.1 Let $\mu \in \mathbb{R}^{d}$ be a vector and $\Sigma \in \mathbb{R}^{d \times d}$ be a symmetric, positive definite matrix. Then a random vector $X \in \mathbb{R}^{d}$ is normally distributed with mean $\mu$ and covariance matrix $\Sigma$, if the distribution of $X$ has density $f: \mathbb{R}^{d} \rightarrow \mathbb{R}$ given by
$$
f(x)=\frac{1}{(2 \pi)^{d / 2}|\operatorname{det} \Sigma|^{1 / 2}} \exp \left(-\frac{1}{2}(x-\mu)^{\top} \Sigma^{-1}(x-\mu)\right)
$$
for all $x \in \mathbb{R}^{d}$.

数学代写|统计计算作业代写STATISTICAL COMPUTING代考|Using this interpretation

In this definition we consider the vector $x-\mu \in \mathbb{R}^{d}$ to be a $d \times 1$ matrix, and the expression $(x-\mu)^{\top}$ denotes the transpose of this vector, that is the vector $x-\mu$ interpreted as an $1 \times d$ matrix. Using this interpretation we have
$$
(x-\mu)^{\top} \Sigma^{-1}(x-\mu)=\sum_{i, j=1}^{d}\left(x_{i}-\mu_{i}\right)\left(\Sigma^{-1}\right){i j}\left(x{j}-\mu_{j}\right)
$$
The multivariate normal distribution from definition $2.1$ is a generalisation of the one-dimensional normal distribution: If $\Sigma$ is a diagonal matrix, say
$$
\Sigma=\left(\begin{array}{cccc}
\sigma_{1}^{2} & 0 & \ldots & 0 \
0 & \sigma_{2}^{2} & \ldots & 0 \
\vdots & \vdots & \ddots & \vdots \
0 & 0 & \ldots & \sigma_{d}^{2}
\end{array}\right)
$$
then $|\operatorname{det} \Sigma|=\prod_{i=1}^{d} \sigma_{i}^{2}$ and
$$
\Sigma^{-1}=\left(\begin{array}{cccc}
1 / \sigma_{1}^{2} & 0 & \cdots & 0 \
0 & 1 / \sigma_{2}^{2} & \cdots & 0 \
\vdots & \vdots & \ddots & \vdots \
0 & 0 & \cdots & 1 / \sigma_{d}^{2}
\end{array}\right)
$$
and thus the density $f$ from (2.1) can be written as
$$
\begin{aligned}
f(x) &=\frac{1}{(2 \pi)^{d / 2}\left|\prod_{i=1}^{d} \sigma_{i}^{2}\right|^{1 / 2}} \exp \left(-\frac{1}{2} \sum_{i=1}^{d}\left(x_{i}-\mu_{i}\right) \frac{1}{\sigma_{i}^{2}}\left(x_{i}-\mu_{i}\right)\right) \
&=\prod_{i=1}^{d} \frac{1}{\left(2 \pi \sigma_{i}^{2}\right)^{1 / 2}} \exp \left(-\frac{\left(x_{i}-\mu_{i}\right)^{2}}{2 \sigma_{i}^{2}}\right) \
&=\prod_{i=1}^{d} f_{i}\left(x_{i}\right)
\end{aligned}
$$
where the function $f_{i}$, given by
$$
f_{i}(x)=\frac{1}{\left(2 \pi \sigma_{i}^{2}\right)^{1 / 2}} \exp \left(-\frac{\left(x-\mu_{i}\right)^{2}}{2 \sigma_{i}^{2}}\right)
$$
for all $x \in \mathbb{R}$, is the density of the one-dimensional normal distribution with mean $\mu_{i}$ and variance $\sigma_{i}^{2}$. This shows that $X$ is normally distributed on $\mathbb{R}^{d}$ with diagonal covariance matrix, if and only if the components $X_{i}$ for $i=1,2, \ldots, d$ are independent and normally distributed on $\mathbb{R}$.

数学代写|统计计算作业代写Statistical Computing代考|Multivariate normal distributions

数学代写|统计计算作业代写STATISTICAL COMPUTING代考|IMPORTANT MULTIVARIATE

最重要的多元分布之一是多元正态分布。在本节中,我们将推导多元正态分布的基本属性,并将讨论如何从该分布生成样本。

定义 2.1 让μ∈Rd是一个向量并且Σ∈Rd×d是一个对称的正定矩阵。然后是一个随机向量X∈Rd正态分布,均值μ和协方差矩阵Σ, 如果分布X有密度F:Rd→R由
F(X)=1(2圆周率)d/2|这⁡Σ|1/2经验⁡(−12(X−μ)⊤Σ−1(X−μ))
对所有人X∈Rd.

数学代写|统计计算作业代写STATISTICAL COMPUTING代考|USING THIS INTERPRETATION

在这个定义中,我们考虑向量X−μ∈Rd成为一个d×1矩阵和表达式(X−μ)⊤表示这个向量的转置,即向量X−μ解释为1×d矩阵。使用这种解释,我们有

$$
(x-\mu)^{\top} \Sigma^{-1}(x-\mu)=\sum_{i, j=1}^{d}\left(x_{i}-\mu_{i}\right)\left(\Sigma^{-1}\right){i j}\left(x{j}-\mu_{j}\right) .
$$
The multivariate normal distribution from definition $2.1$ is a generalisation of the one-dimensional normal distribution: If $\Sigma$ is a diagonal matrix, say
$$
\Sigma=\left(\begin{array}{cccc}
\sigma_{1}^{2} & 0 & \ldots & 0 \
0 & \sigma_{2}^{2} & \ldots & 0 \
\vdots & \vdots & \ddots & \vdots \
0 & 0 & \ldots & \sigma_{d}^{2}
\end{array}\right)
$$
then $|\operatorname{det} \Sigma|=\prod_{i=1}^{d} \sigma_{i}^{2}$ and
$$
\Sigma^{-1}=\left(\begin{array}{cccc}
1 / \sigma_{1}^{2} & 0 & \cdots & 0 \
0 & 1 / \sigma_{2}^{2} & \cdots & 0 \
\vdots & \vdots & \ddots & \vdots \
0 & 0 & \cdots & 1 / \sigma_{d}^{2}
\end{array}\right)
$$
and thus the density $f$ from (2.1) can be written as
$$
\begin{aligned}
f(x) &=\frac{1}{(2 \pi)^{d / 2}\left|\prod_{i=1}^{d} \sigma_{i}^{2}\right|^{1 / 2}} \exp \left(-\frac{1}{2} \sum_{i=1}^{d}\left(x_{i}-\mu_{i}\right) \frac{1}{\sigma_{i}^{2}}\left(x_{i}-\mu_{i}\right)\right) \
&=\prod_{i=1}^{d} \frac{1}{\left(2 \pi \sigma_{i}^{2}\right)^{1 / 2}} \exp \left(-\frac{\left(x_{i}-\mu_{i}\right)^{2}}{2 \sigma_{i}^{2}}\right) \
&=\prod_{i=1}^{d} f_{i}\left(x_{i}\right)
\end{aligned}
$$
where the function $f_{i}$, given by
$$
f_{i}(x)=\frac{1}{\left(2 \pi \sigma_{i}^{2}\right)^{1 / 2}} \exp \left(-\frac{\left(x-\mu_{i}\right)^{2}}{2 \sigma_{i}^{2}}\right)
$$

所有人的$$X∈R, 是一维正态分布的密度,均值μ一世和方差σ一世2. 这表明X正态分布于Rd与对角协方差矩阵,当且仅当组件X一世为了一世=1,2,…,d是独立的并且正态分布在R.

数学代写|统计计算作业代写STATISTICAL COMPUTING代考 认准UprivateTA™

计量经济学代写请认准my-assignmentexpert™ Economics 经济学作业代写

微观经济学代写请认准my-assignmentexpert™ Economics 经济学作业代写

宏观经济学代写请认准my-assignmentexpert™ Economics 经济学作业代写

数学建模代写

微积分代写

Related Posts

Leave a comment