当前位置:网站首页>Detailed explanation of MATLAB cov function
Detailed explanation of MATLAB cov function
2022-07-05 11:00:00 【weixin_ forty-two million six hundred and seventy-three thousan】
matlab Simply say the following There is no detailed calculation process
First of all, it's good to refer to a blog 
Let me give an example to verify the specific process 

Here is the input data Above is the result
A The first column of the matrix is 1,2 The second column is 3,5
Then the average value of the first column is 1.5, The average value of the second column is 4
cov(x1,x1)=(1-1.5) ^ 2+(2-1.5) ^2 / 1= 1
cov(x1,x2)=(1-1.5)(3-4)+(2-1.5)(5-4) / 1 = 1
Similarly, you can calculate other . Obviously, isn't it
边栏推荐
- When using gbase 8C database, an error is reported: 80000502, cluster:%s is busy. What's going on?
- 数据类型、
- DGL中的消息传递相关内容的讲解
- websocket
- Crawler (9) - scrape framework (1) | scrape asynchronous web crawler framework
- Operation of simulated examination platform of special operation certificate examination question bank for safety production management personnel of hazardous chemical production units in 2022
- 使用GBase 8c数据库过程中报错:80000502,Cluster:%s is busy,是怎么回事?
- 【广告系统】增量训练 & 特征准入/特征淘汰
- Solution to the length of flex4 and Flex3 combox drop-down box
- Go project practice - parameter binding, type conversion
猜你喜欢

Web3 Foundation grant program empowers developers to review four successful projects

2022年化工自动化控制仪表考试试题及在线模拟考试
![[JS learning notes 54] BFC mode](/img/47/a07084ef6064589d2eeb6f091753e0.png)
[JS learning notes 54] BFC mode

第五届 Polkadot Hackathon 创业大赛全程回顾,获胜项目揭秘!

2022 Pengcheng cup Web

Go-3-第一个Go程序

Web3基金会「Grant计划」赋能开发者,盘点四大成功项目

DGL中的消息传递相关内容的讲解

【DNS】“Can‘t resolve host“ as non-root user, but works fine as root

Talk about the understanding of fault tolerance mechanism and state consistency in Flink framework
随机推荐
Question bank and answers of special operation certificate examination for main principals of hazardous chemical business units in 2022
埋点111
Data types ntext and varchar are incompatible in the not equal to operator - 95 small pang
Wechat nucleic acid detection appointment applet system graduation design completion (7) Interim inspection report
2021年山东省赛题库题目抓包
购买小间距LED显示屏的三个建议
iframe
PWA (Progressive Web App)
字符串、、
运算符、、
Nuxt//
沟通的艺术III:看人之间 之倾听
32: Chapter 3: development of pass service: 15: Browser storage media, introduction; (cookie,Session Storage,Local Storage)
web安全
DGL中异构图的一些理解以及异构图卷积HeteroGraphConv的用法
Advanced scaffold development
Process control
vite//
2022鹏城杯web
LSTM applied to MNIST dataset classification (compared with CNN)