Module Cointegration.Johansen

type result = {
  1. trace_stats : float array;
  2. max_eig_stats : float array;
  3. 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.