上一页 1 ··· 122 123 124 125 126 127 128 129 130 ··· 329 下一页
摘要: Python 声明一个二维矩阵 阅读全文
posted @ 2022-03-20 21:34 bH1pJ 阅读(30) 评论(0) 推荐(0)
摘要: 这个工具箱里有: https://github.com/nmtimme/Neuroscience-Information-Theory-Toolbox 上述的工具箱是matlab撰写的, 里边很多函数,没有整理; 下边的这个工具箱,相对完整, Time ... 阅读全文
posted @ 2022-03-20 21:34 bH1pJ 阅读(662) 评论(0) 推荐(0)
摘要: a的绝对值, 阅读全文
posted @ 2022-03-20 21:34 bH1pJ 阅读(15) 评论(0) 推荐(0)
摘要: 比如,我想生成以下三张图片的散点图,如何做? 1、第一种方案,是数据模型加噪声 比如 (1) y = k*x+b + noise(sigma) (2) y = -a x^2 + bx + c + noise(sigma) (3) (x-a)^2+(y-... 阅读全文
posted @ 2022-03-20 21:34 bH1pJ 阅读(20) 评论(0) 推荐(0)
摘要: Compute the bi-dimensional histogram of two data samples. 计算两个变量的二维直方图。 Examples >>> from matplotlib.image import NonUniformImag... 阅读全文
posted @ 2022-03-20 21:34 bH1pJ 阅读(73) 评论(0) 推荐(0)
摘要: Cartesian convention 坑,什么是笛卡尔公约呢? 阅读全文
posted @ 2022-03-20 21:34 bH1pJ 阅读(10) 评论(0) 推荐(0)
摘要: 详细的情况,请查阅pyentropy仓库 pyentropy/utils.py at 36bc1d28be4143142bafde5a54eb9c5fd856eb92 · robince/pyentropy · GitHub ... 阅读全文
posted @ 2022-03-20 21:34 bH1pJ 阅读(11) 评论(0) 推荐(0)
摘要: Mutual Information,互信息; 互信息,刻画的是两个变量间的相互作用; 公式如下: 要理解互信息,首先得搞懂什么是条件熵。 ------ 条件熵,指的是: 条件熵的基础是,条件概率。条件概率刻画的是,当时知道一件事儿时,另外一件事儿发生的概... 阅读全文
posted @ 2022-03-20 21:34 bH1pJ 阅读(47) 评论(0) 推荐(0)
摘要: 目标: 我的code #### Figure 2 两种生成概率直方图的方法;#生成长度为100,值从3到15的随机数序列;import numpy as npnp.random.seed(2)data = np.random.randint(low=... 阅读全文
posted @ 2022-03-20 21:34 bH1pJ 阅读(28) 评论(0) 推荐(0)
摘要: axes ylim axes面板,必须得加上set 阅读全文
posted @ 2022-03-20 21:34 bH1pJ 阅读(11) 评论(0) 推荐(0)
上一页 1 ··· 122 123 124 125 126 127 128 129 130 ··· 329 下一页