标签: 统计代写

澳洲代写|STAT3006|Statistical Learning统计学习 昆士兰大学

statistics-labTM为您提供昆士兰大学(The University of Queensland)Statistical Learning统计学习澳洲代写代考辅导服务!

课程介绍:

Statistics is a key building block for numerous modern machine learning algorithms that have found success in many important applications. The course will cover key ideas behind these algorithms from a statistical perspective, and provide an in-depth knowledge that will enable students to apply the methods with awareness of their strengths and limitations. The topics covered will include probabilistic and analytic foundations, multivariate statistical analysis and machine learning, with a particular focus on clustering, classification, model selection and high-dimensional statistical analysis. Students will gain a theoretical understanding of these techniques and develop practical skills by using the R statistical programming language to solve problems involving various real and simulated datasets.

澳洲代写|STAT3006|Statistical Learning统计学习 昆士兰大学

Statistical Learning统计学习案例1

Least Angle Regression: Lasso Modification.
If a non-zero coefficient hits zero, drop its variable from the active set of variables and recompute the current joint least squares direction.
The LAR(lasso) algorithm is extremely efficient, requiring the same order of computation as that of a single least squares fit using the $p$ predictors. Least angle regression always takes $p$ steps to get to the full least squares estimates. The lasso path can have more than $p$ steps, although the two are often quite similar. Algorithm 3.2 with the lasso modification $3.2 \mathrm{a}$ is an efficient way of computing the solution to any lasso problem, especially when $p \gg N$. Osborne et al. (2000a) also discovered a piecewise-linear path for computing the lasso, which they called a homotopy algorithm.

We now give a heuristic argument for why these procedures are so similar. Although the LAR algorithm is stated in terms of correlations, if the input features are standardized, it is equivalent and easier to work with innerproducts. Suppose $\mathcal{A}$ is the active set of variables at some stage in the algorithm, tied in their absolute inner-product with the current residuals $\mathbf{y}-\mathbf{X} \beta$. We can express this as
$$
\mathbf{x}_j^T(\mathbf{y}-\mathbf{X} \beta)=\gamma \cdot s_j, \forall j \in \mathcal{A}
$$
where $s_j \in{-1,1}$ indicates the sign of the inner-product, and $\gamma$ is the common value. Also $\left|\mathbf{x}_k^T(\mathbf{y}-\mathbf{X} \beta)\right| \leq \gamma \forall k \notin \mathcal{A}$. Now consider the lasso criterion (3.52), which we write in vector form
$$
R(\beta)=\frac{1}{2}|\mathbf{y}-\mathbf{X} \beta|_2^2+\lambda|\beta|_1 .
$$
Let $\mathcal{B}$ be the active set of variables in the solution for a given value of $\lambda$. For these variables $R(\beta)$ is differentiable, and the stationarity conditions give
$$
\mathbf{x}_j^T(\mathbf{y}-\mathbf{X} \beta)=\lambda \cdot \operatorname{sign}\left(\beta_j\right), \forall j \in \mathcal{B}
$$

最小角度回归:套索修改。
如果非零系数为零,则从活动变量集中删除其变量并重新计算当前联合最小二乘方向。
LAR(lasso) 算法非常高效,需要与使用 $p$ 预测器的单个最小二乘拟合相同的计算顺序。 最小角度回归总是需要 $p$ 步才能获得完整的最小二乘估计。 套索路径可以有超过 $p$ 步,尽管两者通常非常相似。 带有套索修改的算法 3.2 $3.2 \mathrm{a}$ 是计算任何套索问题的解决方案的有效方法,特别是当 $p \gg N$ 时。 奥斯本等人。 (2000a) 还发现了一种用于计算套索的分段线性路径,他们将其称为同伦算法。

我们现在给出一个启发式的论证来解释为什么这些过程如此相似。 尽管 LAR 算法是用相关性来表述的,但如果输入特征是标准化的,那么使用内积是等效的并且更容易使用。 假设 $\mathcal{A}$ 是算法中某个阶段的活跃变量集,其绝对内积与当前残差 $\mathbf{y}-\mathbf{X} \beta$ 相关联。 我们可以将其表示为

$$
\mathbf{x}_j^T(\mathbf{y}-\mathbf{X} \beta)=\gamma \cdot s_j, \forall j \in \mathcal{A}
$$

$$
其中$s_j \in{-1,1}$表示内积符号,$\gamma$是公共值。 还有 $\left|\mathbf{x}_k^T(\mathbf{y}-\mathbf{X} \beta)\right| \leq \gamma \forall k \notin \mathcal{A}$。 现在考虑套索准则 (3.52),我们将其写成向量形式
$$

$$
R(\beta)=\frac{1}{2}|\mathbf{y}-\mathbf{X} \beta|_2^2+\lambda|\beta|_1 .
$$

令$\mathcal{B}$ 为给定$\lambda$ 解中的活跃变量集。 对于这些变量 $R(\beta)$ 是可微的,平稳性条件给出
$$

$$
\mathbf{x}_j^T(\mathbf{y}-\mathbf{X} \beta)=\lambda \cdot \operatorname{sign}\left(\beta_j\right), \forall j \in \mathcal{B}
$$

偏最小二乘法 Partial Least Squares知识点

Partial Least Squares
This technique also constructs a set of linear combinations of the inputs for regression, but unlike principal components regression it uses $\mathbf{y}$ (in addition to $\mathbf{X}$ ) for this construction. Like principal component regression, partial least squares (PLS) is not scale invariant, so we assume that each $\mathbf{x}j$ is standardized to have mean 0 and variance 1 . PLS begins by computing $\hat{\varphi}{1 j}=\left\langle\mathbf{x}j, \mathbf{y}\right\rangle$ for each $j$. From this we construct the derived input $\mathbf{z}_1=\sum_j \hat{\varphi}{1 j} \mathbf{x}_j$, which is the first partial least squares direction. Hence in the construction of each $\mathbf{z}_m$, the inputs are weighted by the strength of their univariate effect on $\mathbf{y}^3$. The outcome $\mathbf{y}$ is regressed on $\mathbf{z}_1$ giving coefficient $\hat{\theta}_1$, and then we orthogonalize $\mathbf{x}_1, \ldots, \mathbf{x}_p$ with respect to $\mathbf{z}_1$. We continue this process, until $M \leq p$ directions have been obtained. In this manner, partial least squares produces a sequence of derived, orthogonal inputs or directions $\mathbf{z}_1, \mathbf{z}_2, \ldots, \mathbf{z}_M$. As with principal-component regression, if we were to construct all $M=p$ directions, we would get back a solution equivalent to the usual least squares estimates; using $M<p$ directions produces a reduced regression.

In the prostate cancer example, cross-validation chose $M=2$ PLS directions in Figure 3.7. This produced the model given in the rightmost column of Table 3.3 .

What optimization problem is partial least squares solving? Since it uses the response $\mathbf{y}$ to construct its directions, its solution path is a nonlinear function of $\mathbf{y}$. It can be shown that partial least squares seeks directions that have high variance and have high correlation with the response, in contrast to principal components regression which keys only on high variance (Stone and Brooks 1990, Frank and Friedman 1993). In particular, the $m$ th principal component direction $v_m$ solves:
$$
\begin{gathered}
\max \alpha \operatorname{Var}(\mathbf{X} \alpha) \ \text { subject to }|\alpha|=1, \alpha^T \mathbf{S} v{\ell}=0, \ell=1, \ldots, m-1,
\end{gathered}
$$
where $\mathbf{S}$ is the sample covariance matrix of the $\mathbf{x}j$. The conditions $\alpha^T \mathbf{S} v{\ell}=$ 0 ensures that $\mathbf{z}m=\mathbf{X} \alpha$ is uncorrelated with all the previous linear combinations $\mathbf{z}{\ell}=\mathbf{X} v_{\ell}$. The $m$ th PLS direction $\hat{\varphi}m$ solves: $$ \begin{gathered} \max \alpha \operatorname{Corr}^2(\mathbf{y}, \mathbf{X} \alpha) \operatorname{Var}(\mathbf{X} \alpha) \
\text { subject to }|\alpha|=1, \hat{\varphi}_{\ell}^T \mathbf{S} \alpha=0, \ell=1, \ldots, m-1 .
\end{gathered}
$$

偏最小二乘法
该技术还构造了一组用于回归的输入的线性组合,但与主成分回归不同,它使用 $\mathbf{y}$ (除了 $\mathbf{X}$ 之外)进行此构造。 与主成分回归一样,偏最小二乘法 (PLS) 不是尺度不变的,因此我们假设每个 $\mathbf{x}j$ 被标准化为均值 0 和方差 1 。 PLS 首先计算每个 $j$ 的 $\hat{\varphi}{1 j}=\left\langle\mathbf{x}j, \mathbf{y}\right\rangle$。 由此我们构造导出输入 $\mathbf{z}_1=\sum_j \hat{\varphi}{1 j} \mathbf{x}_j$,这是第一个偏最小二乘方向。 因此,在构建每个 $\mathbf{z}_m$ 时,输入按其对 $\mathbf{y}^3$ 的单变量影响的强度进行加权。 结果 $\mathbf{y}$ 在 $\mathbf{z}_1$ 上回归,给出系数 $\hat{\theta}_1$,然后我们正交化 $\mathbf{x}_1, \ldots, \mathbf{ x}_p$ 相对于 $\mathbf{z}_1$。 我们继续这个过程,直到获得 $M \leq p$ 方向。 以这种方式,偏最小二乘产生一系列导出的正交输入或方向$\mathbf{z}_1,\mathbf{z}_2,\ldots,\mathbf{z}_M$。 与主成分回归一样,如果我们要构造所有 $M=p$ 方向,我们将得到相当于通常最小二乘估计的解; 使用 $M<p$ 方向会产生减少的回归。偏最小二乘法解决什么优化问题? 由于它使用响应 $\mathbf{y}$ 来构造其方向,因此其解路径是 $\mathbf{y}$ 的非线性函数。 可以证明,偏最小二乘寻求具有高方差且与响应具有高相关性的方向,这与仅依赖于高方差的主成分回归相反(Stone 和 Brooks 1990,Frank 和 Friedman 1993)。 特别是,第 $m$ 个主成分方向 $v_m$ 求解:

$$
\begin{gathered}
\max \alpha \operatorname{Var}(\mathbf{X} \alpha) \ \text { subject to }|\alpha|=1, \alpha^T \mathbf{S} v{\ell}=0, \ell=1, \ldots, m-1,
\end{gathered}
$$

澳洲代写|STAT3006|Statistical Learning统计学习 昆士兰大学

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

澳洲代写|MAST90104|A First Course In Statistical Learning 统计学习第一门课程 墨尔本大学

statistics-labTM为您提供墨尔本大学The University of Melbourne,简称UniMelb,中文简称“墨大”)A First Course In Statistical Learning 统计学习第一门课程澳洲代写代考辅导服务!

课程介绍:

Supervised statistical learning is based on the widely used linear models that model a response as a linear combination of explanatory variables. Initially this subject develops an elegant unified theory for a quantitative response that includes the estimation of model parameters, hypothesis testing using analysis of variance, model selection, diagnostics on model assumptions, and prediction. Some classification methods for qualitative responses are then developed. This subject then considers computational techniques, including the EM algorithm. Bayes methods and Monte-Carlo methods are considered. The subject concludes by considering some unsupervised learning techniques.

澳洲代写|MAST90104|A First Course In Statistical Learning 统计学习第一门课程 墨尔本大学

A First Course In Statistical Learning 统计学习第一门课程案例

问题 1.

Describe the unethical behavior in each example and describe how it could impact the reliability of the resulting data. Explain how the problem should be corrected.
A researcher is collecting data in a community.
a. She selects a block where she is comfortable walking because she knows many of the people living on the street.
b. No one seems to be home at four houses on her route. She does not record the addresses and does not return at a later time to try to find residents at home.
c. She skips four houses on her route because she is running late for an appointment. When she gets home, she fills in the forms by selecting random answers from other residents in the neighborhood.

a. By selecting a convenient sample, the researcher is intentionally selecting a sample that could be biased. Claiming that this sample represents the community is misleading. The researcher needs to select areas in the community at random.
b. Intentionally omitting relevant data will create bias in the sample. Suppose the researcher is gathering information about jobs and child care. By ignoring people who are not home, she may be missing data from working families that are relevant to her study. She needs to make every effort to interview all members of the target sample.
c. It is never acceptable to fake data. Even though the responses she uses are “real” responses provided by other participants, the duplication is fraudulent and can create bias in the data. She needs to work diligently to interview everyone on her route.

问题 2.

Listed are 29 ages for Academy Award winning best actors in order from smallest to largest.
$$
18 ; 21 ; 22 ; 25 ; 26 ; 27 ; 29 ; 30 ; 31 ; 33 ; 36 ; 37 ; 41 ; 42 ; 47 ; 52 ; 55 ; 57 ; 58 ; 62 ; 64 ; 67 ; 69 ; 71 ; 72 ; 73 ; 74 ; 76 ; 77
$$
a. Find the percentile for 58 .
b. Find the percentile for 25 .

a. Counting from the bottom of the list, there are 18 data values less than 58 . There is one value of 58 . $x=18$ and $y=1 . \frac{x+0.5 y}{n}(100)=\frac{18+0.5(1)}{29}(100)=63.80 .58$ is the $64^{\text {th }}$ percentile.
b. Counting from the bottom of the list, there are three data values less than 25 . There is one value of 25 . $x=3$ and $y=1 . \frac{x+0.5 y}{n}(100)=\frac{3+0.5(1)}{29}(100)=12.07$. Twenty-five is the $12^{\text {th }}$ percentile.

问题 3.

Suppose that in a small town of 50 people, one person earns $\$ 5,000,000$ per year and the other 49 each earn $\$ 30,000$. Which is the better measure of the “center”: the mean or the median?

$$
\begin{aligned}
\bar{x} & =\frac{5,000,000+49(30,000)}{50}=129,400 \
M & =30,000
\end{aligned}
$$
(There are 49 people who earn $\$ 30,000$ and one person who earns $\$ 5,000,000$.)
The median is a better measure of the “center” than the mean because 49 of the values are 30,000 and one is $5,000,000$. The $5,000,000$ is an outlier. The 30,000 gives us a better sense of the middle of the data.


澳洲代写|MAST90104|A First Course In Statistical Learning 统计学习第一门课程 墨尔本大学

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

澳洲代写|MATH4090|Computation in Financial Mathematics金融数学计算 昆士兰大学

statistics-labTM为您提供昆士兰大学(The University of Queensland)Computation in Financial Mathematics金融数学计算澳洲代写代考辅导服务!

课程介绍:

The past few decades have witnessed an explosion in the trading of sophisticated financial instruments, known as derivatives. Financial derivative securities, such as options, can be viewed as a form of insurance or used for speculation purposes. These instruments are routinely used by large corporations to hedge currency fluctuations, uncertain energy costs and commodity price volatility.

澳洲代写|MATH4090|Computation in Financial Mathematics金融数学计算 昆士兰大学
AttributeDetail
Course CodeMATH4090
Course TitleComputation in Financial Mathematics
Coordinating UnitSchool of Mathematics and Physics
SemesterSemester 2, 2023
ModeIn Person
Delivery LocationSt Lucia
Number of Units2
Pre-RequisitesMATH3090 or MN391
Recommended Pre-RequisitesMATH4091or MS479
Course CoordinatorDr Duy-Minh Dang
LecturersDr Duy-Minh Dang, Dr Kazutoshi Yamazaki
TutorsMr Nhat Pham

Computation in Financial Mathematics金融数学计算案例

问题 1.

$\Lambda$ house was sold for $\$ 17,500$. The buyer paid $\$ 6,000$ eash and the remainder in 24 equal scmiannual payments, the first one 6 months after date of purehase. Find the amount of each of these payments if they also provide for interest on the outstunding debt at $(.05, m=4)$.

\begin{aligned}
11,500 & =R \cdot{ }^{(4)} a_{12 \mid .05^{\circ}}^{(2)} \
\frac{R}{2} & =11,500() a_{4 \times 1.0125}^{-1} \times s_{2] .0125} . \
\log \frac{R}{2} & =4.0606978+8.4445249-10+.3037359=2.8089586 . \
\frac{R}{2} & =\$ 644.11 .
\end{aligned}

问题 2.

Example 2. What sum must a rompany set aside each month, if arcumulated at $(.03, m=4)$, in order to provide a depreciation fund of $\$ 15,000$ at the end of 15 years?

Solution. (f) the different final forms in which the solution might be expressed, the following is probably preferable:
$$
\begin{aligned}
R \cdot{ }^{(1)} s_{181.03}^{(12)} & =15,000 . \
\frac{R}{12} & =\frac{5000}{s_{\text {sio } / .0075} \cdot s_{1 \mid .075}^{(3)}} . \
\log \frac{R}{12} & =3.69 \times 9700-1.8775104-.0010826=1.8203770 . \
\frac{R}{12} & =\$ 66.13 .
\end{aligned}
$$

问题 3.

Example 1. A must borrow $\$ 2,400$ for building purposes. He can borrow from a building and loan association which charges $6 \%$, payable monthly in advance. A $\$ 100$ share, requiring a payment of $\$ 1.42$ per month, will mature at the end of 5 years with a payment of $\$ .43$. A can secure a private loan at only $\mathbf{5 \%}$, payable semiannually, and can provide for retirement of the debt at the end of 5 years by semiannual payments into a sinking fund which allows $(.03, m=2)$. Which of the two sources is the cheaper?

Solution. If $\mathbf{A}$ accepts the services of the building and loan association, he will pay at the beginning of each month dues amounting to $\$ 34.08$, plus $\$ 12$ interest. Amortization of the $\$ 2,400$ debt by monthly payments of $\$ 34.08+\$ 12$, or $\$ 46.08$, would be equivalent to amortizing the loan at $(.0617, m=12)$, as found by interpolation from the equation
$$
46.08 a_{50, j / 12}+24(.43)\left(1+\frac{j}{12}\right)^{-00}=2400-46.08 \text {. }
$$
Acceptance of the private loan would entail a semiannual expense of $\$ 60$ interest and a sinking-fund payment of $\$ 224.24$; that is, $\left(\frac{R}{2}=2400 \cdot s_{i 01.015}^{-1}\right)$. The corresponding amortization rate from the equation $284.24 \cdot a_{\overline{10} / / 2}=2400$ is found to be $(.0641, n=2)$. The building and loan association rate is obviously the better rate. (The student should check this last statement.)

澳洲代写|MATH4090|Computation in Financial Mathematics金融数学计算 昆士兰大学

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

澳洲代写|ECON20001|Intermediate Macroeconomics中级宏观经济学 墨尔本大学

statistics-labTM为您提供墨尔本大学The University of Melbourne,简称UniMelb,中文简称“墨大”)Probability for Inference推理概率要素澳洲代写代考辅导服务!

课程介绍:

Intermediate macroeconomic analysis develops the tools, skills and knowledge base necessary to operate as a practicing macroeconomist. These may include: models of long run economic growth; an assessment of the evidence on economic growth and its implications; the flexible-price macroeconomic model in which markets continuously clear; an assessment of the evidence regarding whether prices and wages are flexible or sticky; the sticky price macroeconomic model in which markets do not always clear; assessment of the flexible and sticky price models; the analysis of macroeconomic policy making.

澳洲代写|ECON20001|Intermediate Macroeconomics中级宏观经济学 墨尔本大学

Intermediate Macroeconomics中级宏观经济学案例


To an economist, a model is a simplified representation of the economy; it is essentially a representation of the economy in which only the main ingredients are being accounted for. Since we are interested in analyzing the direction of relationships (e.g. does investment go up or down when interest rates increase?) and the quantitative impact of those (e.g. how much does investment change after a one percentage point increase in interest rates?), in economics, a model is composed of a set of mathematical relationships. Through these mathematical relationships, the economist determines how variables (like an interest rate) affect each other (e.g. investment). Models are not the only way to study human behavior. Indeed, in the natural sciences, scientists typically follow a different approach.

Imagine a chemist wants to examine the effectiveness of a certain new medicine in addressing a specific illness. After testing the effects of drugs on guinea pigs the chemist decides to perform experiments on humans. How would she go about it? Well, she will select a group of people willing to participate – providing the right incentives as, we know from
45
principles, incentives can affect behavior – and, among these, she randomly divides members in two groups: a control and a treatment group. The control group will be given a placebo (something that resembles the medicine to be given but has no physical effect in the person who takes it). The treatment group is composed by the individuals that were selected to take the real medicine. As you may suspect, the effects of the medicine on humans will be based on the differences between the treatment and control group. As these individuals were randomly selected, any difference to which the illness is affecting them can be attributed to the medicine. In other words, the experiment provides a way of measuring the extent to which that particular drug is effective in diminishing the effects of the disease.

Ideally, we would like to perform the same type of experiments with respect to economic policies. Variations of lab experiments have proven to be a useful approach in some areas of economics that focus on very specific markets or group of agents. In macroeconomics, however, things are different.

Suppose we are interested in studying the effects of training programs in improving the chances unemployed workers find jobs. Clearly the best way to do this would be to split the pool of unemployed workers in two groups, whose members are randomly selected. Here is where the problem with experiments of this sort becomes clear. Given the cost associated with unemployment, would it be morally acceptable to prevent some workers from joining a program that could potentially reduce the time without a job? What if we are trying to understand the effects a sudden reduction in income has on consumption for groups with different levels of savings? Would it be morally acceptable to suddenly confiscate income from a group? Most would agree not. As such, economists develop models, and in these models we run experiments. A model provides us a fictitious economy in which these issues can be analyzed and the economic mechanisms can be understood.

All models are not created equal and some models are better to answer one particular question but not another one. Given this, you may wonder how to judge when a model is appropriate. This is a difficult question. The soft consensus, however, is that a model should be able to capture features of the data that it was not artificially constructed to capture. Any simplified representation of reality will not have the ability to explain every aspect of that reality. In the same way, a simplified version of the economy will not be able to account for all the data that an economy generates. A model that can be useful to study how unemployed workers and firms find each other will not necessarily be able to account for the behavior of important economic variables such as the interest rate. What is expected is that the model matches relevant features of the process through which workers and firms meet.

对经济学家而言,模型是经济的简化表示;它本质上是只考虑主要成分的经济表示。由于我们感兴趣的是分析各种关系的方向(例如,利率上升时投资是上升还是下降?)以及这些关系的定量影响(例如,利率上升一个百分点后投资会发生多大变化?通过这些数学关系,经济学家可以确定变量(如利率)如何相互影响(如投资)。模型并不是研究人类行为的唯一方法。事实上,在自然科学领域,科学家通常采用不同的方法。

想象一下,一位化学家想研究某种新药在治疗特定疾病方面的效果。在对豚鼠进行药物效果测试后,化学家决定在人类身上进行实验。她会怎么做呢?她会选择一群愿意参与实验的人,并提供适当的激励措施。
45
在这些人中,她会随机将成员分成两组:对照组和治疗组。对照组将服用安慰剂(类似于要服用的药物,但对服用者没有任何生理作用)。治疗组由被选中服用真药的人组成。正如您所猜测的那样,药物对人体的影响将基于治疗组和对照组之间的差异。由于这些人是随机抽取的,因此疾病对他们造成的任何影响都可以归因于药物。换句话说,实验提供了一种方法来衡量特定药物对减轻疾病影响的有效程度。

在理想情况下,我们也希望在经济政策方面进行同样的实验。在经济学的某些领域,实验室实验的变体已被证明是一种有用的方法,这些领域关注的是非常具体的市场或代理群体。但在宏观经济学中,情况有所不同。

假设我们有兴趣研究培训计划在提高失业工人找到工作机会方面的效果。显然,最好的办法是将失业工人分成两组,随机抽取其成员。在这里,此类实验的问题就很明显了。考虑到与失业相关的成本,阻止一些工人参加一个有可能缩短失业时间的项目,在道德上是否可以接受?如果我们试图了解收入突然减少对不同储蓄水平群体的消费有何影响?突然没收一个群体的收入在道义上可以接受吗?大多数人都认为不会。因此,经济学家建立模型,并在这些模型中进行实验。模型为我们提供了一个虚构的经济环境,我们可以在其中分析这些问题,了解经济机制。

并非所有的模型都是一样的,有些模型可以更好地回答某个问题,但却不能更好地回答另一个问题。有鉴于此,您可能会问,如何判断一个模型是否合适。这是一个难题。不过,一个软性共识是,模型应该能够捕捉数据的特征,而不是人为地构建模型来捕捉这些特征。任何对现实的简化表示都无法解释现实的方方面面。同样,经济的简化版本也无法解释经济产生的所有数据。一个可以用来研究失业工人和企业如何互相找到对方的模型,并不一定能够解释利率等重要经济变量的行为。我们所期望的是,模型能够与工人和企业相遇过程的相关特征相匹配。


Mathematical Diversion数学发散思维定义

Referring back to the assumed mathematical properties of the production function, we assumed that the production function has constant returns to scale. In words, this means that doubling both inputs results in a doubling of output. A fancier term for constant returns to scale is to say that the function is homogeneous of degree 1. More generally, a function is homogeneous of degree $\rho$ if:
$$
F\left(\gamma K_t, \gamma N_t\right)=\gamma^\rho F\left(K_t, N_t\right)
$$
where $\gamma=1$ corresponds to the case of constant returns to scale. $\gamma<1$ is what is called decreasing returns to scale (meaning that doubling both inputs results in a less than doubling of output), while $\gamma>1$ is increasing returns to

scale (doubling both inputs results in a more than doubling of output). Euler’s theorem for homogeneous functions states (see Mathworld (2016)) if a function is homogeneous of degree $\rho$, then:
$$
\rho F\left(K_t, N_t\right)=F_K\left(K_t, N_t\right) K_t+F_N\left(K_t, N_t\right) N_t
$$
If $\rho=1$ (as we have assumed), this says that the function can be written as the sum of partial derivatives times the factor being differentiated with respect to. To see this in action for the Cobb-Douglas production function, note:
$$
\begin{aligned}
K_t^\alpha N_t^{1-\alpha} & =\alpha K_t^{\alpha-1} N_t^{1-\alpha} K_t+(1-\alpha) K_t^\alpha N_t^{-\alpha} N_t \
& =\alpha K_t^\alpha N_t^{1-\alpha}+(1-\alpha) K_t^\alpha N_t^{1-\alpha} \
& =K_t^\alpha N_t^{1-\alpha}(\alpha+1-\alpha)=K_t^\alpha N_t^{1-\alpha} .
\end{aligned}
$$
Euler’s theorem also states that, if a function is homogeneous of degree $\rho$, then its first partial derivatives are homogeneous of degree $\rho-1$. This has the implication, for example, that:
$$
F_K\left(\gamma K_t, \gamma N_t\right)=\gamma^{\rho-1} F_K\left(K_t, N_t\right)
$$

回到生产函数的假定数学特性,我们假定生产函数的规模收益不变。换句话说,这意味着投入增加一倍,产出就会增加一倍。规模收益恒定的一个更高级的说法是,该函数是1度均质的。更一般地说,如果出现以下情况,函数就是$\rho$度均质的:
$$
F\left(\gamma K_t, \gamma N_t\right)=\gamma^\rho F\left(K_t, N_t\right)
$$
其中,$\gamma=1$对应于规模收益不变的情况。$\gamma<1$是所谓的规模收益递减(即两种投入加倍导致产出增加不到一倍),而$\gamma>1$是规模收益递增(两种投入加倍导致产出增加不到一倍)。

而 $/gamma>1$ 则是规模收益递增(两种投入加倍会导致产出增加一倍以上)。同质函数的欧拉定理指出(见 Mathworld (2016)),如果一个函数的同质度为 $\rho$,那么:
$$
\rho F\left(K_t, N_t\right)=F_K\left(K_t, N_t\right) K_t+F_N\left(K_t, N_t\right) N_t
$$
如果 $\rho=1$(就像我们假设的那样),这说明函数可以写成偏导数乘以被微分因子的和。要在柯布-道格拉斯生产函数中看到这一点,请注意:
$$
\begin{aligned}
K_t^\alpha N_t^{1-\alpha} & =\alpha K_t^{\alpha-1} N_t^{1-\alpha} K_t+(1-\alpha) K_t^\alpha N_t^{-\alpha} N_t \
& =\alpha K_t^\alpha N_t^{1-\alpha}+(1-\alpha) K_t^\alpha N_t^{1-\alpha} \
& =K_t^\alpha N_t^{1-\alpha}(\alpha+1-\alpha)=K_t^\alpha N_t^{1-\alpha} .
\end{aligned}
$$
欧拉定理还指出,如果一个函数是阶为 $\rho$ 的同调函数,那么它的第一个偏导数就是阶为 $\rho-1$ 的同调函数。例如,这意味着
$$
F_K\left(\gamma K_t, \gamma N_t\right)=\gamma^{\rho-1} F_K\left(K_t, N_t\right)
$$


澳洲代写|ECON20001|Intermediate Macroeconomics中级宏观经济学 墨尔本大学

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

澳洲代写|MAST30020|Probability for Inference推理概率 墨尔本大学

statistics-labTM为您提供墨尔本大学The University of Melbourne,简称UniMelb,中文简称“墨大”)Probability for Inference推理概率要素澳洲代写代考辅导服务!

课程介绍:

This subject introduces a measured-theoretic approach to probability theory and presents its fundamentals concepts and results.

Topics covered include: probability spaces and random variables, expectation, conditional expectation and distributions, elements of multivariate distribution theory, modes of convergence in probabilty theory, characteristics functions and their application in key limit theorems.

澳洲代写|MAST30020|Probability for Inference推理概率 墨尔本大学

Probability for Inference推理概率案例

A survey was taken of a group’s viewing habits of sporting events on TV during the last year. Let $A={$ watched football $}, B={$ watched basketball $}, C={$ watched baseball $}$. The results indicate that if a person is selected at random from the surveyed group, then $P(A)=0.43, P(B)=0.40, P(C)=0.32, P(A \cap B)=0.29$, $P(A \cap C)=0.22, P(B \cap C)=0.20$, and $P(A \cap B \cap C)=0.15$. It then follows that
$$
\begin{aligned}
P(A \cup B \cup C)= & P(A)+P(B)+P(C)-P(A \cap B)-P(A \cap C) \
& -P(B \cap C)+P(A \cap B \cap C) \
= & 0.43+0.40+0.32-0.29-0.22-0.20+0.15 \
= & 0.59
\end{aligned}
$$
is the probability that this person watched at least one of these sports.
Let a probability set function be defined on a sample space $S$. Let $S=\left{e_1, e_2, \ldots, e_m\right}$, where each $e_i$ is a possible outcome of the experiment. The integer $m$ is called the total number of ways in which the random experiment can terminate. If each of these outcomes has the same probability of occurring, we say that the $m$ outcomes are equally likely. That is,
$$
P\left(\left{e_i\right}\right)=\frac{1}{m}, \quad i=1,2, \ldots, m .
$$
If the number of outcomes in an event $A$ is $h$, then the integer $h$ is called the number of ways that are favorable to the event $A$. In this case, $P(A)$ is equal to the number of ways favorable to the event $A$ divided by the total number of ways in which the experiment can terminate. That is, under this assumption of equally likely outcomes, we have
$$
P(A)=\frac{h}{m}=\frac{N(A)}{N(S)},
$$
where $h=N(A)$ is the number of ways $A$ can occur and $m=N(S)$ is the number of ways $S$ can occur. Exercise 1.1-15 considers this assignment of probability in a more theoretical manner.

It should be emphasized that in order to assign the probability $h / m$ to the event $A$, we must assume that each of the outcomes $e_1, e_2, \ldots, e_m$ has the same probability $1 / \mathrm{m}$. This assumption is then an important part of our probability model; if it is not realistic in an application, then the probability of the event $A$ cannot be computed in this way. Actually, we have used this result in the simple case given in Example 1.1-3 because it seemed realistic to assume that each of the possible outcomes in $S={H H, H T, T H, T T}$ had the same chance of being observed.

我们对一个群体去年在电视上观看体育赛事的习惯进行了调查。让 $A={$看橄榄球的$/},B={$看篮球的$/},C={$看棒球的$/}$。结果表明,如果从调查组中随机抽取一个人,那么 $P(A)=0.43,P(B)=0.40,P(C)=0.32,P(A \cap B)=0.29$,$P(A \cap C)=0.22,P(B \cap C)=0.20$,$P(A \cap B \cap C)=0.15$。由此得出
$$
\begin{aligned}
P(A\cap B\cap C)= & P(A)+P(B)+P(C)-P(A\cap B)-P(A\cap C)\
& -P(B \cap C)+P(A \cap B \cap C) \
= & 0.43+0.40+0.32-0.29-0.22-0.20+0.15 \
= & 0.59
\end{aligned}
$$
是这个人至少观看了其中一项运动的概率。
在样本空间 $S$ 上定义一个概率集函数。让 $S=\left{e_1, e_2, \ldots, e_m\right}$, 其中每个 $e_i$ 是实验的一个可能结果。整数 $m$ 称为随机实验终止的方式总数。如果每个结果出现的概率相同,我们就说 $m$ 结果的可能性相同。也就是说
$$
P\left(\left{e_i\right}\right)=\frac{1}{m}, \quad i=1,2, \ldots, m .
$$
如果一个事件 $A$ 的结果数为 $h$,那么整数 $h$ 称为对事件 $A$ 有利的方式数。在这种情况下,$P(A)$ 等于对事件 $A$ 有利的方式数除以实验可能终止的方式总数。也就是说,在结果可能性相同的假设下,我们有
$$
P(A)=\frac{h}{m}=\frac{N(A)}{N(S)},
$$
其中,$h=N(A)$ 是 $A$ 发生的方式数,$m=N(S)$ 是 $S$ 发生的方式数。练习 1.1-15 以更理论化的方式考虑了概率的分配。

需要强调的是,为了给事件 $A$ 分配概率 $h /m$,我们必须假设每个结果 $e_1、e_2、\ldots、e_m$ 都有相同的概率 $1 /\mathrm{m}$。这个假设是我们的概率模型的重要组成部分;如果它在应用中不现实,那么事件 $A$ 的概率就不能用这种方法计算。事实上,我们在例 1.1-3 中给出的简单案例中使用了这一结果,因为假设 $S={H H, H T, T H, T}$ 中的每个可能结果都有相同的被观察到的机会似乎是现实的。


Probability for Inference推理概率 案例2

Let the random experiment be the cast of a die. Then the outcome space associated with this experiment is $S={1,2,3,4,5,6}$, with the elements of $S$ indicating the number of spots on the side facing up. For each $s \in S$, let $X(s)=s$. The space of the random variable $X$ is then ${1,2,3,4,5,6}$.

If we associate a probability of $1 / 6$ with each outcome, then, for example, $P(X=5)=1 / 6, P(2 \leq X \leq 5)=4 / 6$, and $P(X \leq 2)=2 / 6$ seem to be reasonable assignments, where, in this example, ${2 \leq X \leq 5}$ means ${X=2,3,4$, or 5$}$ and ${X \leq 2}$ means ${X=1$ or 2$}$.
The student will no doubt recognize two major difficulties here:

  1. In many practical situations, the probabilities assigned to the events are unknown.
  2. Since there are many ways of defining a function $X$ on $S$, which function do we want to use?

As a matter of fact, the solutions to these problems in particular cases are major concerns in applied statistics. In considering (2), statisticians try to determine what measurement (or measurements) should be taken on an outcome; that is, how best do we “mathematize” the outcome? These measurement problems are most difficult and can be answered only by getting involved in a practical project. For (1), we often need to estimate these probabilities or percentages through repeated observations (called sampling). For example, what percentage of newborn girls in the University of Iowa Hospital weigh less than 7 pounds? Here a newborn baby girl is the outcome, and we have measured her one way (by weight), but obviously there are many other ways of measuring her. If we let $X$ be the weight in pounds, we are interested in the probability $P(X<7)$, and we can estimate this probability only by repeated observations. One obvious way of estimating it is by the use of the relative frequency of ${X<7}$ after a number of observations. If it is reasonable to make additional assumptions, we will study other ways of estimating that probability. It is this latter aspect with which the field of mathematical statistics is concerned. That is, if we assume certain models, we find that the theory of statistics can explain how best to draw conclusions or make predictions.

In many instances, it is clear exactly what function $X$ the experimenter wants to define on the outcome space. For example, the caster in the dice game called craps is concerned about the sum of the spots (say $X$ ) that are facing upward on the pair of dice. Hence, we go directly to the space of $X$, which we shall denote by the same letter $S$. After all, in the dice game the caster is directly concerned only with the probabilities associated with $X$. Thus, for convenience, in many instances the reader can think of the space of $X$ as being the outcome space.

Let $X$ denote a random variable with space $S$. Suppose that we know how the probability is distributed over the various subsets $A$ of $S$; that is, we can compute $P(X \in A)$. In this sense, we speak of the distribution of the random variable $X$, meaning, of course, the distribution of probability associated with the space $S$ of $X$.

假设随机实验是掷骰子。那么与此实验相关的结果空间为 $S={1,2,3,4,5,6}$,$S$ 中的元素表示朝上一面的点数。对于 S$ 中的每个 $s,让 $X(s)=s$。随机变量 $X$ 的空间为 ${1,2,3,4,5,6}$。

如果我们为每个结果设定一个 1 / 6$ 的概率,那么,举例来说,$P(X=5)=1 / 6$,P(2 \leq X \leq 5)=4 / 6$、 在这个例子中,${2 \leq X \leq 5}$表示${X=2,3,4$或5$/}$,而${X \leq 2}$表示${X=1$或2$/}$。
毫无疑问,学生在这里会遇到两个主要困难:

  1. 在许多实际情况中,事件的概率是未知的。
  2. 既然有许多方法可以定义 $S$ 上的函数 $X$,那么我们要使用哪个函数呢?

事实上,如何在特定情况下解决这些问题是应用统计学的主要关注点。在考虑第(2)点时,统计学家试图确定应该对结果进行哪些(或哪些)测量;也就是说,我们如何才能最好地将结果 “数学化”?这些测量问题最为棘手,只有通过参与实际项目才能找到答案。对于 (1),我们通常需要通过重复观察(称为抽样)来估计这些概率或百分比。例如,爱荷华大学医院的新生女婴体重不足 7 磅的比例是多少?这里的结果是一个新生女婴,我们用一种方法(按体重)对她进行了测量,但显然还有很多其他测量方法。如果让 $X$ 作为体重(以磅为单位),我们感兴趣的是概率 $P(X<7)$,而我们只能通过重复观察来估计这个概率。一个显而易见的估计方法是使用多次观察后 ${X<7}$ 的相对频率。如果做出额外的假设是合理的,我们将研究估计该概率的其他方法。数理统计领域关注的正是后一方面。也就是说,如果我们假设了某些模型,我们就会发现统计理论可以解释如何最好地得出结论或进行预测。

在许多情况下,实验者想要在结果空间上定义什么函数 $X$是很清楚的。例如,在掷骰子游戏中,掷骰子者关心的是一对骰子上朝上的点数总和(即 X$)。因此,我们直接进入 $X$ 的空间,用同一个字母 $S$ 表示。毕竟,在掷骰子游戏中,掷骰者直接关心的只是与 $X$ 相关的概率。因此,为了方便起见,在许多情况下,读者可以将 $X$ 的空间视为结果空间。

让 $X$ 表示空间为 $S$ 的随机变量。假设我们知道概率在 $S$ 的各个子集 $A$ 上是如何分布的;也就是说,我们可以计算 $P(X\inA)$。在这个意义上,我们所说的随机变量 $X$ 的分布,当然是指与 $X$ 的空间 $S$ 相关的概率分布。


澳洲代写|MAST30020|Probability for Inference推理概率 墨尔本大学

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

澳洲代写|MAST20018|Discrete Maths and Operations Research离散数学和运筹学 墨尔本大学

statistics-labTM为您提供墨尔本大学The University of Melbourne,简称UniMelb,中文简称“墨大”)Elements of Quantum Computing量子计算要素澳洲代写代考辅导服务!

课程介绍:

This subject introduces the essential features of Operations Research methods, and also introduces the area of Discrete Mathematics with a focus on applications. Operations Research topics include mathematical modelling, linear programming, simplex methods, and duality theory. Discrete Mathematics topics include scheduling, graph theory, assignments and matchings, and fair division. The subject material has a common theme of applications of mathematics in realistic settings encountered in the business world, industry and day-to-day life.

澳洲代写|MAST20018|Discrete Maths and Operations Research离散数学和运筹学 墨尔本大学

Discrete Maths and Operations Research离散数学和运筹学 案例


For a discrete random variable $X$, the cdf is a step function. Why? Because, the edf $F$ ‘jumps’ at the very values the random variable takes on. For continuous random variables, the range is real-valued(uncountable). In this case, $F$ is often continuous, even differentiable. For continuous random variables, we are interested in intervals, $X \in[a, b]$, the set of all reals between $a$ and $b$. Now,
$$
P(X \in[a, b])=P(X \in(-\infty, b])-P(X \in(-\infty, a])=P(X \leq b)-P(X \leq a)=F(b)-F(a) .
$$
where $F$ is the cdf. So, given the cdf, one can compute $P(X \in[a, b])$. Next, if $F$ is differentiable, then there exists a function $f$ such that,

  1. $F(b)-F(a)=\int_a^b f(x) d x$.
  2. $F^{\prime}(x)=f(x)$.
    Thus,
    $$
    P(X \in[a, b])=\int_a^b f(x) d x .
    $$
    $f(x)$ is called the probability density function(pdf). Note:
  3. For a cdf $F(y)$,
    (a) $F(y)$ is an increasing function, $y_1 \geq y_2, F\left(y_1\right) \geq F\left(y_2\right)$.
    (b) $F(y) \rightarrow 1$ as $y \rightarrow \infty$.
    (c) $F(y) \rightarrow 0$ as $y \rightarrow-\infty$.
  4. $P(X=a)=0$ for an continuous random variable $X$ and where $a$ is a point of continuity in $F(y)$. We will mostly deal with differentiable functions $F(y)$. So, $P(X=a)=0$ will always be true for every $a$.
  5. $P(X \leq a)=P(X<a)+P(X=a)=P(X<a)+0=P(X<a)$. So we do not need to distinguish between less-than and less-than-and-equal.
  6. $\int_{-\infty}^{\infty} f(x) d x=1$.
  7. $\int_a^b f(x) d x=P(X \in[a, b])$ is the area under the curve $f(x)$ in the interval $[a, b]$.
  8. $f(x)$ is not a probability. It is only a device used in computing probabilities.
  9. $F(y)=\int_{-\infty}^{\infty} f(x) d x$.


Discrete Maths and Operations Research离散数学和运筹学 案例2

7.3.3 Chebyshev’s Theorem
For any $k>1$,
$$
P\left(\frac{|x-\mu|}{\sigma} \geq k\right) \leq \frac{1}{k^2}=P\left(\frac{|x-\mu|}{\sigma} \leq k\right) \geq 1-\frac{1}{k^2}=P(\mu-k \sigma<x<\mu+k \sigma) \geq 1-\frac{1}{k^2} .
$$
$k$ is the standard deviation. The distribution does not need to be known for the theorem to work. The above expression can also be thought of as a confidence interval of $X$. The confidence interval of $\mu$ if $\sigma$ is known and the distribution of $X$ is unknown is,
$$
\begin{aligned}
& E(\bar{X})=\mu, \operatorname{Var}(\bar{X})=\frac{\sigma^2}{n} . \
& P\left(\mu-\frac{2 \sigma}{\sqrt{n}}<\bar{X}<\mu+\frac{2 \sigma}{\sqrt{n}}\right) \geq 0.75=P\left(\bar{X}-\frac{2 \sigma}{\sqrt{n}}<\mu<\bar{X}+\frac{2 \sigma}{\sqrt{n}}\right) \geq 0.75 .
\end{aligned}
$$
Example: Police are interested in the age profile of serial killers. Based on 15 solved cases of serial killers in the US, the average age is 28.5 years old with a standard deviation of 2 years. Give a $75 \%$ confidence interval for the age of the serial killer. $X$ is the age of the serial killer.
$$
\begin{aligned}
& P(\mu-2 \sigma<X<\mu+2 \sigma) \geq 0.75 . \
& P(28.5 \pm 2(2))=[24.5,32.5] .
\end{aligned}
$$

澳洲代写|MAST20018|Discrete Maths and Operations Research离散数学和运筹学 墨尔本大学

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

澳洲代写|MULT90063|Introduction to Quantum Computing 量子计算入门 墨尔本大学

statistics-labTM为您提供墨尔本大学The University of Melbourne,简称UniMelb,中文简称“墨大”)Elements of Quantum Computing量子计算要素澳洲代写代考辅导服务!

课程介绍:

This subject will introduce students to the world of quantum information technology, focusing on the fast developing area of quantum computing. The subject will cover basic principles of quantum logic operations in both digital and analogue approaches to quantum processors, through to quantum error correction and the implementation of quantum algorithms for real-world problems. In lab-based classes students will learn to use state-of-the-art quantum computer programing and simulation environments to complete a range of projects.

澳洲代写|MULT90063|Introduction to Quantum Computing 量子计算入门 墨尔本大学

Introduction to Quantum Computing 量子计算入门 定义

Two vectors are said to be orthogonal if their inner product is zero. The norm of a vector $|\psi\rangle$, denoted $||\psi\rangle |$, is the square root of the inner product of $|\psi\rangle$ with itself. That is,
$$
||\psi\rangle | \equiv \sqrt{\langle\psi \mid \psi\rangle} .
$$
The quantity $||\psi\rangle |$ is called the Euclidean norm of $|\psi\rangle$. A vector is called a unit vector if it has norm 1 . A set of unit vectors that are mutually orthogonal is called an orthonormal set.

The Kronecker delta function, $\delta_{i, j}$, is defined to be equal to 1 whenever $i=j$, and 0 otherwise. We use the Kronecker delta function in our definition of an orthonormal basis.

Definition 2.2.3 Consider a Hilbert space $\mathcal{H}$ of dimension $2^n$. A set of $2^n$ vectors $B=\left{\left|b_m\right\rangle\right} \subseteq \mathcal{H}$ is called an orthonormal basis for $\mathcal{H}$ if
$$
\left\langle b_n \mid b_m\right\rangle=\delta_{n, m} \quad \forall b_m, b_n \in B
$$
and every $|\psi\rangle \in \mathcal{H}$ can be written as
$$
|\psi\rangle=\sum_{b_n \in B} \psi_n\left|b_n\right\rangle, \text { for some } \psi_n \in \mathbb{C} \text {. }
$$
The values of $\psi_n$ satisfy $\psi_n=\left\langle b_n \mid \psi\right\rangle$, and are called the ‘coefficients of $|\psi\rangle$ with respect to basis $\left{\left|b_n\right\rangle\right}$ ‘.

如果两个向量的内积为零,则称它们正交。 向量 $|\psi\rangle$ 的范数,表示为 $||\psi\rangle |$,是 $|\psi\rangle$ 与其自身的内积的平方根。 那是,
$$
||\psi\rangle | \equiv \sqrt{\langle\psi \mid \psi\rangle} 。
$$
数量 $||\psi\rangle |$ 称为 $|\psi\rangle$ 的欧几里得范数。 如果向量的范数为 1 ,则该向量称为单位向量。 一组相互正交的单位向量称为正交集。

克罗内克德尔塔函数 $\delta_{i, j}$ 定义为只要 $i=j$ 就等于 1,否则等于 0。 我们在标准正交基的定义中使用克罗内克 delta 函数。

定义2.2.3 考虑维度为$2^n$的希尔伯特空间$\mathcal{H}$。 一组 $2^n$ 个向量 $B=\left{\left|b_m\right\rangle\right} \subseteq \mathcal{H}$ 称为 $\mathcal{H}$ 的标准正交基,如果
$$
\left\langle b_n \mid b_m\right\rangle=\delta_{n, m} \quad \forall b_m, b_n \in B
$$
并且 \mathcal{H}$ 中的每个 $|\psi\rangle \ 可以写为
$$
|\psi\rangle=\sum_{b_n \in B} \psi_n\left|b_n\right\rangle, \text { 对于某些 } \psi_n \in \mathbb{C} \text {. }
$$
$\psi_n$ 的值满足 $\psi_n=\left\langle b_n \mid \psi\right\rangle$,称为“$|\psi\rangle$ 相对于基 $\left{ 的系数” \left|b_n\right\rangle\right}$ ‘.


An Overview of Statistical Inference 统计推断 基础理论

The Basics of Point Estimation
The problem here, briefly stated, is as follows. Let $X$ be a r.v. with a p.d.f. $f$ which, however, involves a parameter. This is the case, for instance, in the Binomial distribution $B(1, p)$, the Poisson distribution $P(\lambda)$, the Negative Exponential $f(x)=\lambda e^{-\lambda x}, x>0$ distribution, the Uniform distribution $U(0, \alpha)$, and the Normal distribution $N\left(\mu, \sigma^2\right)$ with one of the quantities $\mu$ and $\sigma^2$ known. The parameter is usually denoted by $\theta$, and the set of its possible values is denoted by $\Omega$ and is called the parameter space. In order to emphasize the fact that the p.d.f. depends on $\theta$, we write $f(\cdot ; \theta)$. Thus, in the distributions mentioned above, we have for the respective p.d.f.’s and the parameter spaces:
$$
f(x ; \theta)=\theta^x(1-\theta)^{1-x}, \quad x=0,1, \quad \theta \in \Omega=(0,1) .
$$
The situations described in Examples 5, 6, 8, 9, and 10 of Chapter 1 may be described by a Binomial distribution.
$$
f(x ; \theta)=\frac{e^{-\theta} \theta^x}{x !}, \quad x=0,1, \ldots, \quad \theta \in \Omega=(0, \infty) .
$$
The Poisson distribution can be used appropriately in the case described in Example 12 of Chapter 1.
$$
\begin{aligned}
& f(x ; \theta)=\theta e^{-\theta x}, \quad x>0, \quad \theta \in \Omega=(0, \infty) . \
& f(x ; \theta)=\left{\begin{array}{ll}
\frac{1}{\theta}, & 0<x<\theta \
0, & \text { otherwise, }
\end{array} \quad \theta \in \Omega=(0, \infty) .\right. \
& f(x ; \theta)=\frac{1}{\sqrt{2 \pi} \sigma} e^{-\frac{(x-\theta)^2}{2 \sigma^2}}, \quad x \in \Re, \quad \theta \in \Omega=\Re, \quad \sigma^2 \text { known, }
\end{aligned}
$$
and
$$
f(x ; \theta)=\frac{1}{\sqrt{2 \pi \theta}} e^{-\frac{(x-\mu)^2}{2 \vartheta}}, \quad x \in \Re, \quad \theta \in \Omega=(0, \infty), \quad \mu \text { known. }
$$
Normal distributions are suitable for modeling the situations described in Examples 16 and 17 of Chapter 1.

Our objective is to draw a random sample of size $n, X_1, \ldots, X_n$, from the underlying distribution, and on the basis of it to construct a point estimate (or estimator) for $\theta$, that is, a statistic $\hat{\theta}=\hat{\theta}\left(X_1, \ldots, X_n\right)$, which is used for

Finally, another relatively popular method (in particular, in the context of certain models) is the method of Least Squares (LS). The method of LS leads to the construction of an estimate for $\theta$, the Least Squares Estimate (LSE) of $\theta$, through a minimization (with respect to $\theta$ ) of the sum of certain squares. This sum of squares represents squared deviations between what we actually observe after experimentation is completed and what we would expect to have on the basis of an assumed model. Once again, details will be presented later on, more specifically, in Chapter 13.

In all of the preceding discussion, it was assumed that the underlying p.d.f. depended on a single parameter, which was denoted by $\theta$. It may very well be the case that there are two or more parameters involved. This may happen, for instance, in the Uniform distribution $U(\alpha, \beta),-\infty<\alpha<\beta<\infty$, where both $\alpha$ and $\beta$ are unknown; the Normal distribution, $N\left(\mu, \sigma^2\right)$, where both $\mu$ and $\sigma^2$ are unknown; and it does happen in the Multinomial distribution, where the number of parameters is $k, p_1, \ldots, p_k$ (or more precisely, $k-1$, since the $k$ th parameter, for example, $\left.p_k=1-p_1-\cdots-p_{k-1}\right)$. For instance, Examples 20 and 21 of Chapter 1 refer to situations where a Multinomial distribution is appropriate. In such multiparameter cases, one simply applies to each parameter separately what was said above for a single parameter. The alternative option to use the vector notation for the parameters involved does simplify things in a certain way but also introduces some complications in other ways.

点估计的基础知识
这里的问题简单地说如下。 令 $X$ 为 r.v. 带有 pdf。 然而,$f$ 涉及一个参数。 例如,二项式分布 $B(1, p)$、泊松分布 $P(\lambda)$、负指数 $f(x)=\lambda e^{-\lambda x }、x>0$ 分布、均匀分布 $U(0, \alpha)$ 和正态分布 $N\left(\mu, \sigma^2\right)$ ,其中数量为 $\mu$ 之一 和 $\sigma^2$ 已知。 参数通常用$\theta$表示,其可能值的集合用$\Omega$表示,称为参数空间。 为了强调这个事实,pdf。 取决于$\theta$,我们写为$f(\cdot ; \theta)$。 因此,在上述分布中,我们有各自的 p.d.f. 和参数空间:
$$
f(x ; \theta)=\theta^x(1-\theta)^{1-x}, \quad x=0,1, \quad \theta \in \Omega=(0,1) 。
$$
第 1 章示例 5、6、8、9 和 10 中描述的情况可以通过二项式分布来描述。
$$
f(x ; \theta)=\frac{e^{-\theta} \theta^x}{x !}, \quad x=0,1, \ldots, \quad \theta \in \Omega=(0 ,\infty) 。
$$
在第 1 章示例 12 中描述的情况下可以适当使用泊松分布。
$$
\开始{对齐}
& f(x ; \theta)=\theta e^{-\theta x}, \quad x>0, \quad \theta \in \Omega=(0, \infty) 。 \
& f(x ; \theta)=\left{\begin{array}{ll}
\frac{1}{\theta}, & 0<x<\theta \
0, & \text { 否则, }
\end{array} \quad \theta \in \Omega=(0, \infty) .\right。 \
& f(x ; \theta)=\frac{1}{\sqrt{2 \pi} \sigma} e^{-\frac{(x-\theta)^2}{2 \sigma^2}}, \quad x \in \Re、\quad \theta \in \Omega=\Re、\quad \sigma^2 \text { 已知, }
\结束{对齐}
$$

$$
f(x ; \theta)=\frac{1}{\sqrt{2 \pi \theta}} e^{-\frac{(x-\mu)^2}{2 \vartheta}}, \quad x \in \Re, \quad \theta \in \Omega=(0, \infty), \quad \mu \text { 已知。 }
$$
正态分布适合对第 1 章示例 16 和 17 中描述的情况进行建模。

我们的目标是从底层分布中抽取大小为 $n, X_1, \ldots, X_n$ 的随机样本,并在此基础上构建 $\theta$ 的点估计(或估计器),即 统计量 $\hat{\theta}=\hat{\theta}\left(X_1, \ldots, X_n\right)$,用于

最后,另一种相对流行的方法(特别是在某些模型的背景下)是最小二乘法(LS)。 LS 方法通过某些平方和的最小化(相对于 $\theta$ )来构建 $\theta$ 的估计,即 $\theta$ 的最小二乘估计 (LSE)。 这个平方和代表实验完成后我们实际观察到的结果与我们根据假设模型期望得到的结果之间的平方偏差。 稍后将再次介绍详细信息,更具体地说,将在第 13 章中介绍。

在前面的所有讨论中,都假设基础 p.d.f. 依赖于一个参数,用 $\theta$ 表示。 很可能涉及两个或多个参数。 例如,这种情况可能发生在均匀分布 $U(\alpha, \beta),-\infty<\alpha<\beta<\infty$ 中,其中 $\alpha$ 和 $\beta$ 都是未知的; 正态分布,$N\left(\mu, \sigma^2\right)$,其中 $\mu$ 和 $\sigma^2$ 都是未知的; 它确实发生在多项式分布中,其中参数的数量为 $k, p_1, \ldots, p_k$ (或更准确地说,$k-1$,因为第 $k$ 个参数,例如 $\left .p_k=1-p_1-\cdots-p_{k-1}\right)$. 例如,第一章的示例 20 和 21 提到了适合多项式分布的情况。 在这种多参数情况下,只需将上面针对单个参数所述的内容分别应用于每个参数即可。 对所涉及的参数使用向量表示法的替代选项确实以某种方式简化了事情,但也以其他方式引入了一些复杂性。

澳洲代写|MULT20015|Elements of Quantum Computing量子计算要素 墨尔本大学

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

澳洲代写|MULT20015|Elements of Quantum Computing量子计算要素 墨尔本大学

statistics-labTM为您提供墨尔本大学The University of Melbourne,简称UniMelb,中文简称“墨大”)Elements of Quantum Computing量子计算要素澳洲代写代考辅导服务!

课程介绍:

This subject provides an introduction to quantum computing for students from a range of backgrounds that will position students for further studies in quantum computing and programming. The syllabus will cover basic principles of quantum bits (qubits) and quantum logic operations, through to applications in communication, security, optimisation, finance and machine learning. In computer-based tutorials, students will learn quantum computer programming using a state-of-the-art simulation environment, and access online quantum computer systems where available. This subject will be taught by a multi-disciplinary teaching team from physics, mathematics, computer science and finance.

澳洲代写|MULT20015|Elements of Quantum Computing量子计算要素 墨尔本大学

Elements of Quantum Computing量子计算要素进阶实分析案例

问题 1.

Suppose we have a qubit in the state $|0\rangle$, and we measure the observable $X\left[\sigma_x\right]$. What is the average value of $X$ ? What is the standard deviation of $X$ ?

If we have a qubit in the state $|0\rangle$, and we measure the observable $\sigma_x$, we project onto the two eigenvectors of $\sigma_x$, which are $|+\rangle=\frac{1}{\sqrt{2}}(|0\rangle+|1\rangle)$, with eigenvalue 1 , and $|-\rangle=\frac{1}{\sqrt{2}}(|0\rangle-|1\rangle)$, with eigenvalue -1 . It is easy to check that $|0\rangle=\frac{1}{\sqrt{2}}(|+\rangle+|-\rangle)$, so the probability of seeing $|+\rangle$ and $|-\rangle$ is each $\frac{1}{2}$. We thus observe +1 with probability $\frac{1}{2}$ and -1 with probability $\frac{1}{2}$. The expectation is 0 and the standard deviation is 1 .

问题 2.

Show that $\vec{v} \cdot \vec{\sigma}$ has eigenvalues \pm 1 , and that the projectors onto the corresponding eigenspaces are given by $P_{ \pm} \equiv(I \pm \vec{v} \cdot \vec{\sigma}) / 2$.

Solution: We have
$$
\vec{v} \cdot \vec{\sigma}=v_x \sigma_x+v_y \sigma_y+v_z \sigma_z .
$$
Consider
$$
(\vec{v} \cdot \vec{\sigma})^2
$$
By using the relations $\sigma_x^2=\sigma_y^2=\sigma_z^2=I$, and the fact that any two distinct Pauli matrices anticommute, i.e., $\sigma_x \sigma_y=-\sigma_y \sigma_x$, we can see that
$$
(\vec{v} \cdot \vec{\sigma})^2=\left(v_x^2+v_y^2+v_z^2\right) I=I .
$$
Therefore, its eigenvalues must be \pm 1 . It is easy to check that $\vec{v} \cdot \vec{\sigma}$ is not $\pm I$, so one eigenvalue must be +1 and the other must be -1 . Now, if we let the eigenvectors be $\left|\phi_{+}\right\rangle$and $\left|\phi_{-}\right\rangle$, we have that
$$
\vec{v} \cdot \vec{\sigma}=\left|\phi_{+}\right\rangle\left\langle\phi_{+}|-| \phi_{-}\right\rangle\left\langle\phi_{-}\right|
$$
and so
$$
(I+\vec{v} \cdot \vec{\sigma}) / 2=\left|\phi_{+}\right\rangle\left\langle\phi_{+}\right|=P_{+},
$$
and similarly for the -1 eigenvector.

问题 3.

Calculate the probability of obtaining the result +1 for a measurement of $\vec{v} \cdot \vec{\sigma}$, given that the state prior to measurement is $|0\rangle$. What is the state of the system after the measurement if +1 is obtained?

The expectation of the observable $\vec{v} \cdot \vec{\sigma}$ when $|0\rangle$ is measured is
$$
\langle 0|\vec{v} \cdot \vec{\sigma}| 0\rangle=v_x\left\langle 0\left|\sigma_x\right| 0\right\rangle+v_y\left\langle 0\left|\sigma_y\right| 0\right\rangle+v_z\left\langle 0\left|\sigma_z\right| 0\right\rangle .
$$
This is easily seen to be equal to $v_z$. Thus,
$$
v_z=\operatorname{Prob}(+1)-\operatorname{Prob}(-1)
$$
and using the fact that the two probabilities add to 1 gives
$$
\operatorname{Prob}(+1)=\left(v_z+1\right) / 2 .
$$Problems 1-3 deal with what is known as the GHZ state (after Greenberger, Horne and Zeilinger), and the proof of non-locality using this state which was discovered by Greenberger, Horne, Shimony and Zeilinger.


澳洲代写|MULT20015|Elements of Quantum Computing量子计算要素 墨尔本大学

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

澳洲代写|MAST20033|Real Analysis: Advanced 进阶实分析 墨尔本大学

statistics-labTM为您提供墨尔本大学The University of Melbourne,简称UniMelb,中文简称“墨大”)Real Analysis: Advanced 进阶实分析澳洲代写代考辅导服务!

课程介绍:

This subject introduces the field of mathematical analysis both with a careful theoretical framework as well as selected applications. Many of the important results are proved rigorously and students are introduced to methods of proof such as mathematical induction and proof by contradiction.

The important distinction between the real numbers and the rational numbers is emphasised and used to motivate rigorous notions of convergence and divergence of sequences, including the Cauchy criterion. Various constructions of the real numbers, for example using Dedekind cuts or by completion, are discussed and shown to be equivalent. These ideas are extended to cover the theory of infinite series, including common tests for convergence and divergence. Compactness of the unit interval is established and various consequences of compactness, such as the Extreme Value Theorem, are discussed. A similar treatment of continuity and differentiability of functions of a single variable leads to applications such as the Mean Value Theorem and Taylor’s theorem. We define and compare both the Lebesgue and Riemann integral, establish basic properties of both, and dis- cuss the proof of the Fundamental Theorem of Calculus. The convergence properties of sequences and series are explored, with applications to power series representations of elementary functions and their generation by Taylor series. Fourier series are introduced as a way to represent periodic functions. Further topics may include: uniform continuity, equicontinuity, the Arzela-Ascoli theorem, and the Stone-Weierstrass theorem.

澳洲代写|MAST20033|Real Analysis: Advanced 进阶实分析 墨尔本大学

Real Analysis: Advanced 进阶实分析案例

问题 1.

Let $K$ be any field, and $x, y \in K$ elements such that $x^2=y^2$. Prove, using only the axioms of a field, that $x=y$ or $x=-y$. Be careful to explain which axiom you use at each step.

Suppose $F$ is a field, and $x, y \in F$ satisfy $x^2=y^2$. We need to show that either $x=y$ or $x=-y$. For the sake of sparing the proliferation of parenthesis, we will adopt the standard conventions about multiplication and addition, i.e. $x+y \cdot z$ is $x+(y \cdot z)$ rather than $(x+y) \cdot z$.

Now consider the quantity $(x+(-y)) \cdot(x+y)$. Using the distributive property, this is equal to $(x+(-y)) x+(x+(-y)) y$. Using distributivity again, we get $\left(x^2+(-y) \cdot x\right)+(x \cdot y+(-y) \cdot y)$. Using associativity of addition and commutativity of multiplication, we can rearrange this to $x^2+((x \cdot y+x \cdot(-y))+(-y) \cdot y)$. Now, we have
$$
x \cdot y+x \cdot(-y)=x \cdot(y+(-y))=x \cdot 0=0
$$
Where the first step follows from distributivity, the second from the definition of $-y$, and the third from noting that that $x \cdot 0=x \cdot(0+0)=x \cdot 0+x \cdot 0$ and adding $-(x \cdot 0)$ to both sides. Similarly, $y \cdot(-y)+y^2=0$, and adding $-y^2$ on the right to both sides gives $(-y) \cdot y=-y^2$. Going back, we have
$$
\begin{gathered}
(x-y) \cdot(x+y)=x^2+((x \cdot y+x \cdot(-y))+(-y) \cdot y) \
=x^2+\left((0)+\left(-y^2\right)\right)=x^2+\left(-y^2\right)
\end{gathered}
$$
But by assumption $x^2=y^2$, so this is equal to $y^2+\left(-y^2\right)=0$. In other words, $(x-y) \cdot(x+y)=0$.

If $x=y$, then we are done. So suppose $x \neq y$. Then $x-y \neq 0$, since if $x-y=0$ we have $y=0+y=(x-y)+y=x+(y-y)=x+0=x$

using, respectively, definition of 0 , substitution, associativity of addition, definition of $-y$, and definition of 0 . So there must exist a multiplicative inverse $(x-y)^{-1}$. Then we have
$$
\begin{aligned}
& 0=(x-y)^{-1} \cdot 0=(x-y)^{-1}((x-y)(x+y)= \
& \left((x-y)^{-1}(x-y)\right)(x+y)=1 \cdot(x+y)=x+y
\end{aligned}
$$
The first equality is a fact we already proved, the second is just substitution, the third is associativity of multiplication, the fourth is the definition of multiplicative inverse, and the fifth is the definition of 1 .
Now we get
$$
x=x+0=x+(y-y)=(x+y)-y=0-y=-y
$$
Using the definition of 0 , definition of $-y$, associativity of addition, substitution, and definition of 0 . In other words, if $x \neq y$, then $x=-y$, which is what we wanted to prove.

问题 2.

Let $(X, d)$ be a metric space. Recall that a subset $E \subset X$ is dense if $\bar{E}=X$. Prove: if $X$ has a dense subset which is finite, then $X$ itself is finite.

Suppose $E$ is a finite dense subset of $X$. Then $E$ contains no limit points. To see this, suppose $x \in X$ is a limit point of $E$. Then by Theorem 2.20 of Rudin, every neighbourhood of $x$ has to contain infinitely many points of $E$. But $E$ only has finitely many points, so this is obviously impossible. Since $E$ has no limit points, it is vacuously true that it contains all its limit points, so $E$ is closed and $E=\bar{E}$. But $E$ is dense in $X$, so $\bar{E}=X$. This means that $X=E$, so $X$ itself must be finite since $E$ is.

问题 3.

Recall the definition of the $p$-adic metric on the set $\mathbb{Z}$ of integers: we fix a prime number $p$. If $x \neq y$, then $d(x, y)=p^{-n}$, where $n$ is the largest integer such that $p^n$ divides $y-x$. Is $(\mathbb{Z}, d)$ compact? (With proof, of course).
Hint: look at specific examples of subsets $\left{x_1, x_2, \ldots\right}$ such that the $p$-adic distance between $x_i$ and $x_{i+1}$ becomes smaller and smaller.

We will show that $\mathbb{Z}$ is not compact in the $p$-adic topology by constructing an infinite set with no limit points. We begin with an elementary

Lemma 1: Let $m \in \mathbb{N}$ and $k$ the largest natural number with $p^k \mid m$. Let $l$ be natural number with $m<p^l$. Then $p^k$ is the largest power of $p$ dividing $m+p^l$

Proof: We have $p^k \leq m<p^l$, so $k<l$ and $p^k \mid p^l$, hence $p^k$ divides $m+p^l$. Since $k<l, k+1 \leq \bar{l}$, so $p^{k+1} \mid p^l$. But then $p^{k+1}$ cannot divide $m+p^l$, since then it would divide $\left(m+p^l\right)-p^l=m$, a contradiction.

Now for $n \in \mathbb{N}$, we introduce the finite sum $s_n=\sum_{i=0}^{i=n} p^{2 i}$, where $p$ is the prime with respect to which we define the $p$-adic metric on $\mathbb{Z}$. Let $S=\left{s_n \mid n \in \mathbb{N}\right}$ be the set of all these numbers. $S$ is obviously infinite, so if we can show that $S$ has no limit points we are done. To do so, we need another elementary

澳洲代写|MAST20033|Real Analysis: Advanced 进阶实分析 墨尔本大学

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写

澳洲代写|MAST90083|Computational Statistics & Data Science计算统计与数据科学 墨尔本大学

statistics-labTM为您提供墨尔本大学The University of Melbourne,简称UniMelb,中文简称“墨大”)Computational Statistics & Data Science计算统计与数据科学澳洲代写代考辅导服务!

课程介绍:

Computing techniques and data mining methods are indispensable in modern statistical research and data science applications, where “Big Data” problems are often involved. This subject will introduce a number of recently developed methods and applications in computational statistics and data science that are scalable to large datasets and high-performance computing. The data mining methods to be introduced include general model diagnostic and assessment techniques, kernel and local polynomial nonparametric regression, basis expansion and nonparametric spline regression, generalised additive models, classification and regression trees, forward stagewise and gradient boosting models. Important statistical computing algorithms and techniques used in data science will be explained in detail. These include the bootstrap resampling and inference, cross-validation, the EM algorithm and Louis method, and Markov chain Monte Carlo methods including adaptive rejection and squeeze sampling, sequential importance sampling, slice sampling, Gibbs sampler and Metropolis-Hastings algorithm.

澳洲代写|MAST90083|Computational Statistics & Data Science计算统计与数据科学 墨尔本大学

Computational Statistics & Data Science计算统计与数据科学案例

Say we are interested in estimating the variance of the forearm data, and we decide to use the following statistic:

Then we get the estimate of the standard error that we need for the endpoints of the interval.

% Estimate the SE using the bootstrap.
SE = std(bootreps);

Now we get the quantiles that we need for the interval given and calculate the interval.

$\%$ Get the quantiles.
k= B*alpha/2;
szval $=\operatorname{sort}(z v a l s) ;$
tlo $=\operatorname{szval}(\mathrm{k}) ;$
thi $=\operatorname{szval}(\mathrm{B}-\mathrm{k}) ;$
$\%$ Get the endpoints of the interval.
blo = thetahat - thi*SE;
bhi = thetahat - tlo*SE;
$\%$ Get the quantiles.
szval $=\operatorname{sort}($ zvals $)$;
tlo $=\operatorname{szval}(\mathrm{k})$;
thi $=\operatorname{szval}(\mathrm{B}-\mathrm{k})$;
$\%$ Get the endpoints of the interval.
blo = thetahat - thi*SE;
bhi $=$ thetahat - tlo*SE;

The bootstrap- $t$ interval for the variance of the forearm data is $(1.00,1.57)$.
Bootstrap Percentile Interval
An improved bootstrap confidence interval is based on the quantiles of the distribution of the bootstrap replicates. This technique has the benefit of being more stable than the bootstrap-t, and it also enjoys better theoretical coverage properties [Efron and Tibshirani, 1993]. The bootstrap percentile confidence interval is
$$
\left(\hat{\theta}_B^{(\alpha / 2)}, \hat{\theta}_B^{(1-\alpha / 2)}\right)
$$
where $\hat{\theta}_B^{(\alpha / 2)}$ is the $\alpha / 2$ quantile in the bootstrap distribution of $\hat{\theta}^$. For example, if $\alpha / 2=0.025$ and $B=1000$, then $\hat{\theta}_B^{(0.025)}$ is the $\hat{\theta}^{ b}$ in the 25 th position of the ordered bootstrap replicates. Similarly, $\hat{\theta}_B^{*(0.975)}$ is the replicate in position 975. As discussed previously, some other suitable estimate for the quantile can be used.

The procedure is the same as the general bootstrap method, making it easy to understand and to implement. We outline the steps next.
PROCEDURE – BOOTSTRAP PERCENTILE INTERVAL

  1. Given a random sample, $\mathbf{x}=\left(x_1, \ldots, x_n\right)$, calculate $\hat{\boldsymbol{\theta}}$.
  2. Sample with replacement from the original sample to get $\mathbf{x}^{* b}=\left(x_1^{* b}, \ldots, x_n^{* b}\right)$.
  3. Calculate the same statistic using the sample in step 2 to get the bootstrap replicates, $\hat{\theta}^{* b}$.
澳洲代写|MAST90083|Computational Statistics & Data Science计算统计与数据科学 墨尔本大学

统计代写请认准statistics-lab™. statistics-lab™为您的留学生涯保驾护航。

金融工程代写

金融工程是使用数学技术来解决金融问题。金融工程使用计算机科学、统计学、经济学和应用数学领域的工具和知识来解决当前的金融问题,以及设计新的和创新的金融产品。

非参数统计代写

非参数统计指的是一种统计方法,其中不假设数据来自于由少数参数决定的规定模型;这种模型的例子包括正态分布模型和线性回归模型。

广义线性模型代考

广义线性模型(GLM)归属统计学领域,是一种应用灵活的线性回归模型。该模型允许因变量的偏差分布有除了正态分布之外的其它分布。

术语 广义线性模型(GLM)通常是指给定连续和/或分类预测因素的连续响应变量的常规线性回归模型。它包括多元线性回归,以及方差分析和方差分析(仅含固定效应)。

有限元方法代写

有限元方法(FEM)是一种流行的方法,用于数值解决工程和数学建模中出现的微分方程。典型的问题领域包括结构分析、传热、流体流动、质量运输和电磁势等传统领域。

有限元是一种通用的数值方法,用于解决两个或三个空间变量的偏微分方程(即一些边界值问题)。为了解决一个问题,有限元将一个大系统细分为更小、更简单的部分,称为有限元。这是通过在空间维度上的特定空间离散化来实现的,它是通过构建对象的网格来实现的:用于求解的数值域,它有有限数量的点。边界值问题的有限元方法表述最终导致一个代数方程组。该方法在域上对未知函数进行逼近。[1] 然后将模拟这些有限元的简单方程组合成一个更大的方程系统,以模拟整个问题。然后,有限元通过变化微积分使相关的误差函数最小化来逼近一个解决方案。

tatistics-lab作为专业的留学生服务机构,多年来已为美国、英国、加拿大、澳洲等留学热门地的学生提供专业的学术服务,包括但不限于Essay代写,Assignment代写,Dissertation代写,Report代写,小组作业代写,Proposal代写,Paper代写,Presentation代写,计算机作业代写,论文修改和润色,网课代做,exam代考等等。写作范围涵盖高中,本科,研究生等海外留学全阶段,辐射金融,经济学,会计学,审计学,管理学等全球99%专业科目。写作团队既有专业英语母语作者,也有海外名校硕博留学生,每位写作老师都拥有过硬的语言能力,专业的学科背景和学术写作经验。我们承诺100%原创,100%专业,100%准时,100%满意。

随机分析代写


随机微积分是数学的一个分支,对随机过程进行操作。它允许为随机过程的积分定义一个关于随机过程的一致的积分理论。这个领域是由日本数学家伊藤清在第二次世界大战期间创建并开始的。

时间序列分析代写

随机过程,是依赖于参数的一组随机变量的全体,参数通常是时间。 随机变量是随机现象的数量表现,其时间序列是一组按照时间发生先后顺序进行排列的数据点序列。通常一组时间序列的时间间隔为一恒定值(如1秒,5分钟,12小时,7天,1年),因此时间序列可以作为离散时间数据进行分析处理。研究时间序列数据的意义在于现实中,往往需要研究某个事物其随时间发展变化的规律。这就需要通过研究该事物过去发展的历史记录,以得到其自身发展的规律。

回归分析代写

多元回归分析渐进(Multiple Regression Analysis Asymptotics)属于计量经济学领域,主要是一种数学上的统计分析方法,可以分析复杂情况下各影响因素的数学关系,在自然科学、社会和经济学等多个领域内应用广泛。

MATLAB代写

MATLAB 是一种用于技术计算的高性能语言。它将计算、可视化和编程集成在一个易于使用的环境中,其中问题和解决方案以熟悉的数学符号表示。典型用途包括:数学和计算算法开发建模、仿真和原型制作数据分析、探索和可视化科学和工程图形应用程序开发,包括图形用户界面构建MATLAB 是一个交互式系统,其基本数据元素是一个不需要维度的数组。这使您可以解决许多技术计算问题,尤其是那些具有矩阵和向量公式的问题,而只需用 C 或 Fortran 等标量非交互式语言编写程序所需的时间的一小部分。MATLAB 名称代表矩阵实验室。MATLAB 最初的编写目的是提供对由 LINPACK 和 EISPACK 项目开发的矩阵软件的轻松访问,这两个项目共同代表了矩阵计算软件的最新技术。MATLAB 经过多年的发展,得到了许多用户的投入。在大学环境中,它是数学、工程和科学入门和高级课程的标准教学工具。在工业领域,MATLAB 是高效研究、开发和分析的首选工具。MATLAB 具有一系列称为工具箱的特定于应用程序的解决方案。对于大多数 MATLAB 用户来说非常重要,工具箱允许您学习应用专业技术。工具箱是 MATLAB 函数(M 文件)的综合集合,可扩展 MATLAB 环境以解决特定类别的问题。可用工具箱的领域包括信号处理、控制系统、神经网络、模糊逻辑、小波、仿真等。

R语言代写问卷设计与分析代写
PYTHON代写回归分析与线性模型代写
MATLAB代写方差分析与试验设计代写
STATA代写机器学习/统计学习代写
SPSS代写计量经济学代写
EVIEWS代写时间序列分析代写
EXCEL代写深度学习代写
SQL代写各种数据建模与可视化代写