简体   繁体   English

相当于Matlab bootci函数的Python

[英]Python equivalent to Matlab bootci function

I want to calculate the confidence interval of a Markov Chain. 我想计算马尔可夫链的置信区间。 I have an MC transition matrix. 我有一个MC转换矩阵。 I know Matlab bootci function can be used for this. 我知道Matlab bootci函数可以用于此。

Is there a Python equivalent to Matlab bootci function 是否有等效于Matlab bootci函数的Python

Take a look here: https://scikits.appspot.com/bootstrap . 在这里看看: https : //scikits.appspot.com/bootstrap

import bootstrap as boot

and then call boot.ci 然后调用boot.ci

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM