test/7-fixing-the-origin.R

# test origin fixing
# CI ellipsiestimaatille
library(devtools)
load_all(".")

library(rgl)
library(mvtnorm)

comp <- .6
axis <- c(1/comp, comp, 1)
x0 <- rellipsoid(500, axis, noise = 0.1 )
##########
el <- ellipsoid_OLS(x0)
el0 <- ellipsoid_OLS(x0, T)
summary(el)
summary(el0)


print(confint(el))
print(confint(el0))
antiphon/sphere documentation built on April 6, 2022, 8:10 p.m.