#94 例题4-4-2

Open
opened 3 years ago by 元浩留 · 1 comments

data = np.random.multivariate_normal([172, 65], 55, 35], [35, 45, 200)
标注部分的意义是什么呢

data = np.random.multivariate_normal([172, 65], **[[55, 35], [35, 45]]**, 200) 标注部分的意义是什么呢
3.7 KiB

分别是分布的协方差矩阵和指定生成样本的大小

分别是分布的协方差矩阵和指定生成样本的大小
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.