Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pca.proj.Xt

PCA data projected onto a histogram basis


Description

PCA data projected onto a histogram basis

Usage

pca.proj.Xt(X, t, t.range = c(0, 1000), breaks = 15)

Arguments

X

the data matrix

t

the matrix of observation times

t.range

a vector specifying the observation time range (default : c(0, 1000))

breaks

the number of breaks in the histogram basis (default : breaks = 15)

Value

Xt.proj a matrix of projected observations

U a matrix of eigenvectors

lambda a vector of eigenvalues

lambda.perc the percentage of inertia captured by each axis

Author(s)

Gabrielle Weinrott

Examples

res <- drbats.simul(N = 5, P = 100, t.range = c(5, 100), breaks = 8)
pca.proj.Xt(res$X, res$t.simul, t.range = c(0, 100), breaks = 8)

DrBats

Data Representation: Bayesian Approach That's Sparse

v0.1.5
GPL-3
Authors
Anne Bisson [cre], Gabrielle Weinrott [aut], Brigitte Charnomordic [aut], Benedicte Fontez [aut], Nadine Hilgert [aut], Susan Holmes [aut]
Initial release
2019-11-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.