mirror of https://github.com/jlizier/jidt
Updating tutorial slides as for ECAL, plus some minor updates to some figures and PDFs found while developing tutorial
This commit is contained in:
parent
f23b0c6abb
commit
adafad05a2
|
|
@ -181,7 +181,7 @@ public class AutoAnalyserTE extends AutoAnalyser
|
|||
"Method to automatically determine embedding lengths (k_HISTORY,l_HISTORY)<br/> and delays (k_TAU, l_TAU) for " +
|
||||
"destination and potentially source time-series. Default is \"" + TransferEntropyCalculatorKraskov.AUTO_EMBED_METHOD_NONE +
|
||||
"\" meaning values are set manually; other values include: <br/> -- \"" + TransferEntropyCalculatorKraskov.AUTO_EMBED_METHOD_RAGWITZ +
|
||||
" for use of the Ragwitz criteria for both source and destination (searching up to \"" + TransferEntropyCalculatorKraskov.PROP_K_SEARCH_MAX +
|
||||
"\" for use of the Ragwitz criteria for both source and destination (searching up to \"" + TransferEntropyCalculatorKraskov.PROP_K_SEARCH_MAX +
|
||||
"\" and \"" + TransferEntropyCalculatorKraskov.PROP_TAU_SEARCH_MAX + "\"); <br/> -- \"" + TransferEntropyCalculatorKraskov.AUTO_EMBED_METHOD_RAGWITZ_DEST_ONLY +
|
||||
"\" for use of the Ragwitz criteria for the destination only. <br/>Use of values other than \"" + TransferEntropyCalculatorKraskov.AUTO_EMBED_METHOD_NONE +
|
||||
"\" leads to any previous settings for embedding lengths and delays for the destination and perhaps source to be overwritten after observations are supplied",
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
function plotRawCa(states, rule, plotOptions, saveIt, saveFormat)
|
||||
|
||||
if (nargin < 2)
|
||||
if (nargin < 3)
|
||||
plotOptions = {};
|
||||
end
|
||||
if not(isfield(plotOptions, 'plotRows'))
|
||||
|
|
@ -56,10 +56,10 @@ function plotRawCa(states, rule, plotOptions, saveIt, saveFormat)
|
|||
fprintf('*** Limiting number of plotted columns to 1000\n');
|
||||
plotOptions.plotCols = 1000;
|
||||
end
|
||||
if (nargin < 3)
|
||||
if (nargin < 4)
|
||||
saveIt = false;
|
||||
end
|
||||
if (nargin < 4)
|
||||
if (nargin < 5)
|
||||
saveFormat = 'eps';
|
||||
end
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue