Cointegration.Johansen
type result = {
trace_stats : float array;
max_eig_stats : float array;
rank : int;
}
val test : _ -> (result, [ `Not_supported_in_v1 ]) Stdlib.result
Always returns Error `Not_supported_in_v1 in this release. A future PR that adds a linear-algebra dependency (lacaml / owl) will fill this in.
Error `Not_supported_in_v1