-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf85e55
commit 30d2760
Showing
265 changed files
with
265 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
%--MasterOperations, contains metadata about the implicatedmaster operations | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ function SQL_store(writeWhat,dbname) | |
% TS_compute. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
% >> features = TS_CalculateFeatureVector(randn(500,1)); | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ function TS_CheckTimeSeries(whatData,whatID,doParallel) | |
% whatID, the ID of the time series to check | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
% TS_LinkOperationsWithMasters Link Operations with MasterOperations using Label field | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
% codeEval: the code to evaluate for this operation (i.e., corresponding master) | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ function TS_combine(HCTSA_1,HCTSA_2,compare_tsids,merge_features,outputFileName) | |
% TS_combine('HCTSA_1.mat','HCTSA_2.mat'); | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ function TS_compute(doParallel,ts_id_range,op_id_range,computeWhat,customFile,be | |
% Writes output to customFile (HCTSA.mat by default) | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
% TS_compute_masterloop Used in a loop by TS_compute to evaluate a given master function. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
% including the assignment of error codes. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ function TS_init(INP_ts,INP_mops,INP_ops,beVocal,outputFile) | |
% Writes output into HCTSA.mat (or specified custom filename) | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ function sample_runscript_matlab(doParallelize,saveIncrement,fileName) | |
% sample_runscript_matlab(1,'HCTSA.mat'); | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
% using a linked mySQL database. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ function SQL_ChangeDatabase() | |
% Writes a new sql_settings.conf file with a new set of connection details. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
% an SQL_add is interrupted). | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
% The code as a function handle. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
% read in from the sql_settings.conf file. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
% table, identified by the input string, whatTable. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
% beVocal: if true (default) gives user feedback on the input process. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ function SQL_add_chunked(dbc,insertString,dataSet,chunkSize) | |
% tweaked depend on the value of max_allowed_packet on the mySQL server) | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ function SQL_clear_remove(tsOrOps,idRange,doRemove,doLog) | |
% Removes COMPLETELY the selected ts_ids or op_ids from the Database. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ function SQL_closedatabase(dbc) | |
% SQL_closedatabase Closes the connection to database, dbc. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ function SQL_create_all_tables() | |
% statements. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ function SQL_create_db() | |
% Sets up the mySQL database for use with highly comparative time-series analysis. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
% ids: a vector or either ts_ids or op_ids that match the input constraints | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
% SQL_opendatabase Open a connection to a mySQL database | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ function SQL_reset() | |
% in the mySQL database | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
% INSTALL_DATABASE Sets up a mySQL database to store computation results from hctsa | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ function install_jconnector(jConnectorWhere,permanentDir) | |
% install_jconnector('Database/mysql-connector-java-5.1.35-bin.jar') | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
% connection class). | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
% java commands that should achieve the same thing. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
% object (depending on the input class). | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
% (using BF_ResetSeed) | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
% 'Fourier'. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
% stopWhen, the criterion for the maximum lag to measure the ACF up to. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
% minimums. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
% origin, and statistics on outliers. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
% maxTau, the maximum time lag to consider | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
% y_{tau} plot, including parabolas, rings, and circles. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
% tau, the time delay. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
% series. | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
% minimum of the mutual information function ('mi'). | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
% crossed (what is currently implemented). | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
% [[hist2 for the people by Nedialko Krouchev, 20 Sep 2006 (Updated 21 Sep 2006)]] | ||
|
||
% ------------------------------------------------------------------------------ | ||
% Copyright (C) 2017, Ben D. Fulcher <[email protected]>, | ||
% Copyright (C) 2018, Ben D. Fulcher <[email protected]>, | ||
% <http://www.benfulcher.com> | ||
% | ||
% If you use this code for your research, please cite the following two papers: | ||
|
Oops, something went wrong.