trajclust: trajclust.

Description Usage Arguments

Description

trajclust.

Cluster trajectories.

Usage

1
2
trajclust(x, y, id, ngroups, xrange = range(x), nbasis, amp, bw, noise,
  bmean = NULL, bcov = NULL, verbose = TRUE)

Arguments

x

A vector of measurement times.

y

A vector of measurement values.

id

A vector of trajectory IDs for each (x, y) pair.

ngroups

The number of clusters to estimate.

xrange

The lower and upper bounds of the measurement times.

nbasis

The number of basis functions to use.

amp

The amplitude of the correlation model.

bw

The bandwidth of the correlation model.

noise

The observation standard deviation.

bmean

Normal mean parameter for parametric random effects.

bcov

Normal covariance parameter for parametric random effects.

verbose

Logical flog indicating whether to print convergence information.


pschulam-attic/trajclust documentation built on May 26, 2019, 10:32 a.m.