导言 本文使用Python构造经验累积分布函数 (Empirical Cumulative Distribution Function),验证格利文科定理(Glivenko–...
![240](https://upload.jianshu.io/users/upload_avatars/26407484/1daba587-4573-4390-a456-bf11460294e9.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:四川
导言 本文使用Python构造经验累积分布函数 (Empirical Cumulative Distribution Function),验证格利文科定理(Glivenko–...
导言 假设我们想用Python程序模拟并绘制白噪声过程 ,其中每一个 均服从独立正态分布,在绘制的图像中,横轴为 ,纵轴为 。我们将通过Python用不同的方式实现。 在运...