Learn R Programming

Splinets (version 1.5.1)

Functional Data Analysis using Splines and Orthogonal Spline Bases

Description

Splines are efficiently represented through their Taylor expansion at the knots. The representation accounts for the support sets and is thus suitable for sparse functional data. Two cases of boundary conditions are considered: zero-boundary or periodic-boundary for all derivatives except the last. The periodical splines are represented graphically using polar coordinates. The B-splines and orthogonal bases of splines that reside on small total support are implemented. The orthogonal bases are referred to as 'splinets' and are utilized for functional data analysis. Random spline generator is implemented as well as all fundamental algebraic and calculus operations on splines. The optimal, in the least square sense, functional fit by 'splinets' to data consisting of sampled values of functions as well as splines build over another set of knots is obtained and used for functional data analysis. The S4-version of the object oriented R is used. , , .

Copy Link

Version

Install

install.packages('Splinets')

Monthly Downloads

335

Version

1.5.1

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Krzysztof Podgorski

Last Published

January 28th, 2025

Functions in Splinets (1.5.1)

is.splinets

Diagnostics of splines and their generic correction
lines,Splinets-method

Adding graphs of splines to a plot
rspline

Random splines
lincomb

Linear transformation of splines.
seq2dyad

Organizing indices in a spline basis in the net form
project

Projecting into spline spaces
splinet

B-splines, periodic B-splines and their orthogonalization
plot,Splinets-method

Plotting splines
refine

Refining splines through adding knots
subsample

Subsampling from a set of splines
truck

Data on truck responses to a rough road profile
sym2one

Switching between representations of the matrices of derivatives
tire

Data on tire responses to a rough road profile
wind

Data on wind direction and speed.
evspline

Evaluating splines at given arguments.
integra

Indefinite integrals of splines
Splinets-class

The class to represent a collection of splines
deriva

Derivatives of splines
exsupp

Correcting support sets and reshaping the matrix of derivatives at the knots.
gramian

Gramian matrix, norms, and inner products of splines
gather

Combining two Splinets objects
is.splinets,Splinets-method

Diagnostics of splines
construct

Construction of a Splinets object
dintegra

Calculating the definite integral of a spline.