java餐厅智能推荐系统源码目录
数学/统计
结石
线性代数
概率与分布
事物
离散的
连续的
电阻
点密度
pmf
pdf
d
点左侧的区域
发展基金
发展基金
磷
点左面积等于概率
ppf
ppf
q
离散,向左区域(
st.binom.cdf(2,
6,
.2)
)
离散,在一点(
st.binom.pmf(2,
6,
.2)
)
连续,向左区域(
st.norm.cdf(6,
5.7,
.5)
)
##
Plot
Continuous
Distribution
def
plot_continuous
(
dist
):
fig
,
ax
=
plt
.
subplots
(
2
,
1
,
sharex
=
True
,
figsize
=
(
4
,
5
))
#
Plot
hist
rvs
=
dist
.
rvs
(
size
=
1000
)
ax
[
0
].
hist
(
rvs
,
density
=
True
,
alpha
=
0.2
,
histtype
=
'stepfilled'
)
x
=
np
.
linspace
(
dist
.
ppf
(
0.
2022-05-17 20:01:11
738KB
系统开源
1