-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
12 lines (12 loc) · 922 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
Package: hyper.fit
Type: Package
Title: N-Dimensional Hyperplane Fitting with Errors
Version: 1.2.1
Date: 2024-06-06
Authors@R: c(
person("Aaron", "Robotham", role = c("cre", "aut","cph"), email = "[email protected]", comment=c(ORCID='0000-0003-0429-3579')),
person("Danail", "Obreschkow", role = c("aut", "ctb")))
Maintainer: Aaron Robotham <[email protected]>
Description: High level functions for hyperplane fitting (hyper.fit()) and visualising (hyper.plot2d() / hyper.plot3d()). In simple terms this allows the user to produce robust 1D linear fits for 2D x vs y type data, and robust 2D plane fits to 3D x vs y vs z type data. This hyperplane fitting works generically for any N-1 hyperplane model being fit to a N dimension dataset. All fits include intrinsic scatter in the generative model orthogonal to the hyperplane.
License: GPL-3
Depends: R (>= 3.00), magicaxis, MASS, rgl, LaplacesDemon