zoukankan
html css js c++ java
微积分的计算
1. 定积分
以 x 为积分变量,上减下
以 y 为积分变量,右减左
2. 二重积分
可将二重积分化为累次积分;
3. 举例
考虑下面两个随机变量和的分布
Z
=
X
+
Y
:
F
Z
(
z
)
=
∫
∞
−
∞
[
∫
z
−
y
−
∞
f
(
x
,
y
)
d
x
]
d
y
固定
z
和
y
对积分
∫
z
−
y
−
∞
f
(
x
,
y
)
d
x
做变量替换,令
x
=
u
−
y
,得:
F
Z
(
z
)
=
∫
∞
−
∞
[
∫
u
−
∞
f
(
u
−
y
,
y
)
d
u
]
d
y
=
∫
u
−
∞
[
∫
∞
−
∞
f
(
u
−
y
,
y
)
d
y
]
d
u
查看全文
相关阅读:
用户、角色和权限关系
IDEA debug启动的时候需要等半个小时甚至更长时间
快速启动服务
leetcode — rotate-image
leetcode — permutations-ii
leetcode — jump-game-ii
leetcode — jump-game
leetcode — trapping-rain-water
leetcode — first-missing-positive
leetcode — combination-sum-ii
原文地址:https://www.cnblogs.com/mtcnn/p/9424126.html
最新文章
11. 安装express的脚手架 / ref (课件:2019-1-8)
10. solt 插槽
9. is 的用法
【LeetCode】26. Remove Duplicates from Sorted Array
【LeetCode】24. Swap Nodes in Pairs
【Python】生成器、回溯和八皇后问题
【LeetCode】21. Merge Two Sorted Lists
【LeetCode】19. Remove Nth Node From End of List
【Python】生成器和递归
【LeetCode】17. Letter Combinations of a Phone Number
热门文章
【LeetCode】16. 3Sum Closest
【LeetCode】15. 3Sum
【LeetCode】14. Longest Common Prefix
Mysql查询数据时,自动为结果编上序号
redis 客户端
redis 下载地址
Redis的那些最常见面试问题
C#设计模式(1)——单例模式
浅谈C# 多态的魅力(虚方法,抽象,接口实现)
多态
Copyright © 2011-2022 走看看