当前位置:网站首页>Latex formula code
Latex formula code
2022-07-01 07:54:00 【lune_ one】
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
$t_r=\frac{\vert r-0\vert}{\sqrt{\frac{1-r^2}{n-2}}}$\\
\\
\\
\\
$v=n-2$\\
\\
\\
\\
$r=\frac{\Sigma(X-\bar{X})(Y-\bar{Y})}{\sqrt{\Sigma(X-\bar{X})^2\Sigma(Y-\bar{Y})^2}}=\frac{l_{xy}}{\sqrt{l_{xy}l_{yy}}}$
\\
\\
\\
$l_{xx}=\Sigma(X-\bar{X})^2$
\\
\\
\\
$l_{yy}=\Sigma(Y-\bar{Y})^2$
\\
\\
\\
$l_{xy}=\Sigma(X-\bar{X})(Y-\bar{Y})$
\\
\\
\\
$r=\frac{N\Sigma x_i y_i -\Sigma x_i\Sigma y_i}{\sqrt{N\Sigma x_i^2-(\Sigma x_i)^2 }\sqrt{N\Sigma y_i^2-(\Sigma y_i)^2}}$
\\
\\
\\
$W=(w_i,...w_n)^T$
\\
\\
\\
$a_{ij}=\frac{w_i}{w_j}$
\\
\\
\\
$ZI_i=\sum\limits_{n = 1}^{6} w_j \times p_{ij}$
\\
\\
\\
$P_1=\frac{x_1 - min}{max-min}=1$
\\
\\
\\
$P_2=\frac{x_2 - min}{max-min}=1$
\\
\\
\\
$P_3=\frac{x_3 - min}{max-min}\approx 0.5$
\\
\\
\\
$P_4=\frac{x_4 - min}{max-min}\approx 0.8$
\\
\\
\\
$P_5=\frac{x_5 - min}{max-min}\approx 0.8$
\\
\\
\\
$P_5=\frac{x_5 - min}{max-min}\approx 0.6$
\\
\\
\\
$ZI=0.1047x_1 + 0.1541x_2 + 0.2487x_3 + 0.2802x_4 + 0.2124x_5+x_6$
\\
\\
\\
$ZI=0.1047x_1 + 0.1541x_2 + 0.12435x_3 + 0.22416x_4 + 0.166992x_5 + 0.6x_6$
\end{document}


边栏推荐
- Introduction to kubernetes resource objects and common commands (II)
- web254
- MySQL and redis consistency solution
- Microsoft stream - how to modify video subtitles
- Li Kou daily question - day 31 -202 Happy number
- How to troubleshoot SharePoint online map network drive failure?
- 组件的自定义事件①
- [R language] age sex frequency matching select samples for case-control study, and perform frequency matching on age and sex
- How to make the two financial transactions faster
- Array: question brushing record
猜你喜欢
随机推荐
base64
Oracle创建自增id
Cadence OrCAD capture "network name" is the same, but it is not connected or connected incorrectly. The usage of nodeName of liberation scheme
kubernetes资源对象介绍及常用命令(二)
[software] phantomjs screenshot
Missing API interface actual development series (14): ID card real name authentication verification
组件的自定义事件①
漏刻有时API接口实战开发系列(14):身份证实名鉴权验证
The triode is a great invention
[programming training] delete public characters (hash mapping) + team competition (greedy)
【mysql学习笔记25】sql语句优化
matlab保存DB4i深度相机图片
Li Kou daily question - day 31 -1502 Judge whether an arithmetic sequence can be formed
Basic number theory -- combinatorial number
2022年茶艺师(中级)复训题库及答案
AUTOSAR learning record (1) – ECUM_ Init
[chapter 72 of the flutter problem series] a solution to the problem that pictures taken in the flutter using the camera plug-in are stretched
力扣每日一题-第31天-202.快乐数
浅谈CVPR2022的几个研究热点
[programming training 2] sorting subsequence + inverted string







![[programming training] delete public characters (hash mapping) + team competition (greedy)](/img/cd/63eb9da1e8956df0763797f079b67f.png)

