Skip to content

Commit

Permalink
Update coint_maki documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ec78 committed Apr 26, 2021
1 parent fbc806b commit 8eee372
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/coint_maki.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ Format
:param trimm: Optional, trimming rate. Default = 0.10.
:type trimm: Scalar

:param lagoption: Trimming rate.
=========== ==============
0 No lags
1 T-stat criterion
=========== ==============
:param lagoption: Optional, lag selection criteria. Default = 1.

:type lagoption: Optional, scalar. Default = 1.
=========== ==================
0 No lags
1 T-stat criterion
=========== ==================

:type lagoption: Scalar.

:return tst: Test statistic
:rtype tst: Scalar
Expand All @@ -57,7 +58,7 @@ Examples
library tspdlib;

// Load dataset
data = loadd(__FILE_DIR $+ "ts_coint.csv",
data = loadd(__FILE_DIR $+ "ts_coint.csv",
"Y1 + Y2 + Y3 + Y4 + date($Date, '%b-%y')");


Expand Down

0 comments on commit 8eee372

Please sign in to comment.