mpx: Fast implementation of MP and MPI for internal purposes,...

Description Usage Arguments Value

View source: R/mpx.R

Description

Fast implementation of MP and MPI for internal purposes, without FFT

Usage

1
2
3
4
5
6
7
8
mpx(
  data,
  window_size,
  query = NULL,
  idx = TRUE,
  dist = c("euclidean", "pearson"),
  n_workers = 1
)

Arguments

data

a matrix or a vector. The time series to analyze.

window_size

window size

query

query

idx

compute the profile indexes?

dist

distance measure, Euclidean or Pearson?

n_workers

threads for multi-threading

Value

Returns MP and MPI


franzbischoff/tsmp documentation built on March 9, 2020, 6:01 a.m.