LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
matlab
lib
kpctoolbox
smp
det
det_acf.m
1
function M=det_acf(DET,kset)
2
P
=det_embedded(DET);
3
n=length(DET{1});
4
M=[];
5
for
k=kset
6
for
i=1:n
7
for
j=1:n
8
K(i,j)=(-DET{1}(i,i))^-1*
P
(i,j);
9
end
10
end
11
M(end+1)=(dtmc_solve(
P
)*K*
P
^(k-1)*K*e(n)-det_moment(DET,1)^2)/(det_moment(DET,2)-det_moment(DET,1)^2);
12
end
13
end
P
Definition
buildLayersRecursive.m:512
Generated by
1.9.8