文件名称:RTN:SINGLE算法的实时实现
文件大小:78KB
文件格式:ZIP
更新时间:2024-07-31 10:15:42
Python
实时网络估计 这是 SINGLE 算法的“实时”实现。 允许实时估计网络 例子: 我们在Sample Data文件夹中提供模拟数据。 import numpy, pandas from ThetaEstimation import onlineSINGLE # read in data: data = numpy.array(pandas.read_csv('Sample Data/biggerdata.csv')) # This dataset contains 300 observations over 10 nodes. # initialise - note that here the first 15 observations are provided as a burn-in. # Alternatively only 1 observation can be prov
【文件预览】:
RTN-master
----.gitignore(73B)
----CovEstimation.pyc(6KB)
----ThetaEstimation.py(12KB)
----ThetaEstimation.pyc(10KB)
----Burnin.pyc(4KB)
----BurnIn.py(5KB)
----README.md(1KB)
----SamplePic.png(41KB)
----CovEstimation.py(7KB)
----Sample Data()
--------biggerdata.csv(39KB)
--------.Rhistory(18KB)