LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
test_kpcfit_ph_hyper2.m
1H20{1}=[
2 -12.000975230358000 0.000975230358000
3 0.000080862578000 -0.088000599518000
4 ];
5H20{2}=[
6 12.000000000000000 0
7 0 0.087919736940000
8 ];
9H20=map_renewal(H20);
10
11E = map_moment(H20,1:3);
12options = kpcfit_ph_options(E);
13fprintf('\n*******************************************************************************\n');
14fprintf('Generating 3 moments from Hyper-Exponential(3)\n')
15MAP={D0,D1};
16fprintf('Running kpc-ph fitting method\n')
17PH = kpcfit_ph_auto(E,options);
18
19for j = 1:length(PH)
20 alpha = map_pie(PH{j})
21 T = PH{j}{1}
22end