Found 170 packages in 0.01 seconds
The Complex Multivariate Gaussian Distribution
Various utilities for the complex multivariate Gaussian distribution and complex Gaussian processes.
Knot Diagrams using Bezier Curves
Makes visually pleasing diagrams of knot projections using optimized Bezier curves.
A Multivariate Emulator
A multivariate generalization of the emulator package.
The Lorentz Transform in Relativistic Physics
The Lorentz transform in special relativity; also the gyrogroup structure of three-velocities. Performs active and passive transforms and has the ability to use units in which the speed of light is not unity. Includes some experimental functionality for celerity and rapidity. For general relativity, see the 'schwarzschild' package.
The Weyl Algebra
A suite of routines for Weyl algebras. Notation follows
Coutinho (1995, ISBN 0-521-55119-6, "A Primer of Algebraic
D-Modules"). Uses 'disordR' discipline
(Hankin 2022
A Suite of Routines for Working with Jordan Algebras
A Jordan algebra is an algebraic object originally
designed to study observables in quantum mechanics. Jordan
algebras are commutative but non-associative; they satisfy the
Jordan identity. The package follows the ideas and notation of
K. McCrimmon (2004, ISBN:0-387-95447-3) "A Taste of Jordan
Algebras". To cite the package in publications, please use
Hankin (2023)
Antiassociative Algebra
Methods to deal with the free antiassociative algebra
over the reals with an arbitrary number of indeterminates.
Antiassociativity means that (xy)z = -x(yz). Antiassociative
algebras are nilpotent with nilindex four (Remm, 2022,
How to Add Two R Tables
Methods to "add" two R tables; also an alternative
interpretation of named vectors as generalized R tables, so that
c(a=1,b=2,c=3) + c(b=3,a=-1) will return c(b=5,c=3). Uses
'disordR' discipline (Hankin, 2022,
Arbitrary Dimensional Clifford Algebras
A suite of routines for Clifford algebras, using the 'Map' class of the Standard Template Library. Canonical reference: Hestenes (1987, ISBN 90-277-1673-0, "Clifford algebra to geometric calculus"). Special cases including Lorentz transforms, quaternion multiplication, and Grassmann algebra, are discussed. Vignettes presenting conformal geometric algebra, quaternions and split quaternions, dual numbers, and Lorentz transforms are included. The package follows 'disordR' discipline.
Manipulate Virtual Functions
If f <- function(x){x^2} and g <- function(x){x+1} it is a constant source of annoyance that "f+g" is not defined. Package 'vfunc' allows you to do this, and we have (f+g)(2) returning 5. The other arithmetic operators are similarly implemented. A wide class of coding bugs is eliminated.