Learn R Programming

fdasrvf (version 2.4.4)

fastpns: Computes fast PNS decomposition

Description

Computes fast PNS decomposition

Usage

fastpns(
  x,
  n.pc = "Full",
  sphere.type = "seq.test",
  mean.type = "Frechet",
  alpha = 0.1,
  R = 100,
  nlast.small.sphere = 1,
  output = TRUE
)

Value

EuclidData euclidean representation

Arguments

x

data on sphere

n.pc

number of pc's (default 'Full')

sphere.type

type of sphere decompistion (default 'seq.test')

mean.type

type of mean (default 'Frechet')

alpha

significant level for test (default .1)

R

the number of bootstrap samples to be evaluated for the sequential test. The default is 100.

nlast.small.sphere

(default 1)

output

show output (default TRUE)