隐形眼镜网站开发的经济效益/网上销售平台有哪些
【实例简介】
里面包含几种用于matlab计算两个序列之间的互信息的方法,用于评价变量之间的耦合程度,可以参考和学习。
【实例截图】
【核心代码】
互信息计算
├── KraskovMI
│ └── KraskovMI.m
├── 互信息
│ ├── condentropy.m
│ ├── condmutualinfo.m
│ ├── demo_mi.m
│ ├── elementmexheader.h
│ ├── entropy.m
│ ├── estcondentropy.cpp
│ ├── estcondentropy.dll
│ ├── estcondentropy.mexglx
│ ├── estcondentropy.mexmac
│ ├── estentropy.cpp
│ ├── estentropy.dll
│ ├── estentropy.dsp
│ ├── estentropy.dsw
│ ├── estentropy.mexglx
│ ├── estentropy.mexmac
│ ├── estentropy.ncb
│ ├── estentropy.opt
│ ├── estentropy.plg
│ ├── estjointentropy.cpp
│ ├── estjointentropy.dll
│ ├── estjointentropy.mexglx
│ ├── estjointentropy.mexmac
│ ├── estmutualinfo.cpp
│ ├── estmutualinfo.dll
│ ├── estmutualinfo.mexglx
│ ├── estmutualinfo.mexmac
│ ├── estpab.cpp
│ ├── estpab.dll
│ ├── estpab.mexglx
│ ├── estpab.mexmac
│ ├── estpa.cpp
│ ├── estpa.dll
│ ├── estpa.mexglx
│ ├── estpa.mexmac
│ ├── findjointstateab.cpp
│ ├── findjointstateab.dll
│ ├── findjointstateab.mexglx
│ ├── findjointstateab.mexmac
│ ├── jointentropy.m
│ ├── makeosmex.m
│ ├── mergemultivariables.m
│ ├── miinclude.h
│ ├── muin.asv
│ ├── mutualinfo.m
│ └── readme
├── 互信息1
│ ├── 1ICAtests.C
│ ├── ICAtests.m
│ ├── makefile
│ ├── mamari.m
│ ├── MIClustering.C
│ ├── MIClustering.m
│ ├── MIhigherdim.C
│ ├── MIhigherdim.m
│ ├── milca.C
│ ├── milcadelay.C
│ ├── milcadelay.exe
│ ├── milcadelay.m
│ ├── milcaECG8ch.mat
│ ├── milca.m
│ ├── miutils.C
│ ├── miutils.h
│ ├── MIxnyn.C
│ ├── MIxnyn.m
│ └── Tutorial.m
├── 互信息2
│ └── mi
│ ├── condentropy.m
│ ├── condmutualinfo.m
│ ├── demo_mi.m
│ ├── elementmexheader.h
│ ├── entropy.m
│ ├── estcondentropy.cpp
│ ├── estcondentropy.dll.old
│ ├── estcondentropy.mexglx
│ ├── estcondentropy.mexmac
│ ├── estcondentropy.mexw32
│ ├── estentropy.cpp
│ ├── estentropy.dll.old
│ ├── estentropy.mexglx
│ ├── estentropy.mexmac
│ ├── estentropy.mexw32
│ ├── estjointentropy.cpp
│ ├── estjointentropy.dll.old
│ ├── estjointentropy.mexglx
│ ├── estjointentropy.mexmac
│ ├── estjointentropy.mexw32
│ ├── estmutualinfo.cpp
│ ├── estmutualinfo.dll.old
│ ├── estmutualinfo.mexglx
│ ├── estmutualinfo.mexmac
│ ├── estmutualinfo.mexw32
│ ├── estpab.cpp
│ ├── estpab.dll.old
│ ├── estpab.mexglx
│ ├── estpab.mexmac
│ ├── estpab.mexw32
│ ├── estpa.cpp
│ ├── estpa.dll.old
│ ├── estpa.mexglx
│ ├── estpa.mexmac
│ ├── estpa.mexw32
│ ├── findjointstateab.cpp
│ ├── findjointstateab.dll.old
│ ├── findjointstateab.mexglx
│ ├── findjointstateab.mexmac
│ ├── findjointstateab.mexw32
│ ├── jointentropy.m
│ ├── makeosmex.m
│ ├── mergemultivariables.m
│ ├── miinclude.h
│ ├── mutualinfo.m
│ └── readme
├── 互信息3
│ ├── histogram2.m
│ └── information.m
├── 互信息4
│ └── mutual information .m
└── 互信息6
└── MutualInfo.m
8 directories, 115 files