From 5a986f2064cf0b2fbd94e636cc4fa56d9939ca42 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 3 Nov 2020 05:08:25 +0100 Subject: C implementation of the SFO function Only pays off for large time series with length >> 100 --- NAMESPACE | 1 + 1 file changed, 1 insertion(+) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index 9554a0d6..ca5fa4b1 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -123,3 +123,4 @@ importFrom(stats,update) importFrom(stats,var) importFrom(utils,getFromNamespace) importFrom(utils,write.table) +useDynLib(mkin,SFO_solution) -- cgit v1.2.3